summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem')
-rw-r--r--gamemode/craftablesystem/playermade/flour.lua1
-rw-r--r--gamemode/craftablesystem/playermade/spice.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/craftablesystem/playermade/flour.lua b/gamemode/craftablesystem/playermade/flour.lua
index 4ebd77d..3a9891e 100644
--- a/gamemode/craftablesystem/playermade/flour.lua
+++ b/gamemode/craftablesystem/playermade/flour.lua
@@ -2,6 +2,7 @@ local COMBI = {}
COMBI.Name = "Flour"
COMBI.Description = "Flour can be used for making dough."
+COMBI.Icon = "items/flour.png"
COMBI.Req = {}
COMBI.Req["Stone"] = 1
diff --git a/gamemode/craftablesystem/playermade/spice.lua b/gamemode/craftablesystem/playermade/spice.lua
index 3172ed5..f6f39e2 100644
--- a/gamemode/craftablesystem/playermade/spice.lua
+++ b/gamemode/craftablesystem/playermade/spice.lua
@@ -3,6 +3,7 @@ local COMBI = {}
COMBI.Name = "Spices"
COMBI.Description = "Spice can be used for various meals."
+COMBI.Icon = "items/spices.png"
COMBI.Req = {}
COMBI.Req["Stone"] = 1