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 --- potato.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'potato.lua') diff --git a/potato.lua b/potato.lua index 5e7d431..a922b11 100644 --- a/potato.lua +++ b/potato.lua @@ -28,7 +28,7 @@ minetest.register_craft({ type = "cooking", cooktime = 10, output = "farming:baked_potato", - recipe = "farming:potato" + recipe = "group:food_potato" }) -- potato definition -- cgit v1.2.3