diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:23:45 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 18:23:45 +0000 |
commit | 14154cea54ab4eb40e878fc8fe1c2d79fa41b40e (patch) | |
tree | 8c973b05aa9f836a67aa20506ac3507267542fd2 /chili.lua | |
parent | e4ed12056d875b603c03e93aaf7e4489f606aa83 (diff) |
food items now crafted using food_ groups
Diffstat (limited to 'chili.lua')
-rw-r--r-- | chili.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,7 +22,10 @@ minetest.register_craftitem("farming:chili_bowl", { minetest.register_craft({ type = "shapeless", output = "farming:chili_bowl", - recipe = {"farming:chili_pepper", "farming:barley", "farming:tomato", "farming:beans"} + recipe = { + "group:food_chili_pepper", "group:food_barley", + "group:food_tomato", "group:food_beans" + } }) -- chili can be used for red dye |