summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/playermade/dough.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/playermade/dough.lua')
-rw-r--r--gamemode/craftablesystem/playermade/dough.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/gamemode/craftablesystem/playermade/dough.lua b/gamemode/craftablesystem/playermade/dough.lua
index e839de1..bb0e5b4 100644
--- a/gamemode/craftablesystem/playermade/dough.lua
+++ b/gamemode/craftablesystem/playermade/dough.lua
@@ -1,11 +1,9 @@
-img = "items/dough.png"
/* Dough */
local COMBI = {}
COMBI.Name = "Dough"
COMBI.Description = "Dough is used for baking."
-COMBI.Icon = img
COMBI.Req = {}
COMBI.Req["Water Bottles"] = 1
@@ -21,7 +19,6 @@ local COMBI = {}
COMBI.Name = "Dough 10x"
COMBI.Description = "Dough is used for baking."
-COMBI.Icon = img
COMBI.Req = {}
COMBI.Req["Water Bottles"] = 7