diff options
Diffstat (limited to 'gamemode/craftablesystem/playermade/flour.lua')
| -rw-r--r-- | gamemode/craftablesystem/playermade/flour.lua | 1 |
1 files changed, 1 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 |
