From 14154cea54ab4eb40e878fc8fe1c2d79fa41b40e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 12 Mar 2018 18:23:45 +0000 Subject: food items now crafted using food_ groups --- chili.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chili.lua') diff --git a/chili.lua b/chili.lua index f60eee6..edf7a59 100644 --- a/chili.lua +++ b/chili.lua @@ -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 -- cgit v1.2.3