diff options
Diffstat (limited to 'gamemode/craftablesystem')
| -rw-r--r-- | gamemode/craftablesystem/playermade/dough.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gamemode/craftablesystem/playermade/dough.lua b/gamemode/craftablesystem/playermade/dough.lua index 846a322..e839de1 100644 --- a/gamemode/craftablesystem/playermade/dough.lua +++ b/gamemode/craftablesystem/playermade/dough.lua @@ -1,8 +1,11 @@ +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 @@ -18,6 +21,7 @@ local COMBI = {} COMBI.Name = "Dough 10x" COMBI.Description = "Dough is used for baking." +COMBI.Icon = img COMBI.Req = {} COMBI.Req["Water Bottles"] = 7 |
