diff options
Diffstat (limited to 'gamemode/craftablesystem/playermade/flour.lua')
| -rw-r--r-- | gamemode/craftablesystem/playermade/flour.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/craftablesystem/playermade/flour.lua b/gamemode/craftablesystem/playermade/flour.lua index 3a9891e..4ebd77d 100644 --- a/gamemode/craftablesystem/playermade/flour.lua +++ b/gamemode/craftablesystem/playermade/flour.lua @@ -2,7 +2,6 @@ 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 |
