From 0607b38bf0d04dda577bf310acaa6b5eb2af76bb Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 6 May 2016 17:45:13 -0400 Subject: Added dough image --- gamemode/craftablesystem/playermade/dough.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gamemode/craftablesystem/playermade') 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 -- cgit v1.2.3-70-g09d2