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 --- corn.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'corn.lua') diff --git a/corn.lua b/corn.lua index 5a6ce75..8afa16a 100644 --- a/corn.lua +++ b/corn.lua @@ -28,7 +28,7 @@ minetest.register_craft({ type = "cooking", cooktime = 10, output = "farming:corn_cob", - recipe = "farming:corn" + recipe = "group:food_corn" }) -- ethanol (thanks to JKMurray for this idea) @@ -52,8 +52,8 @@ minetest.register_node("farming:bottle_ethanol", { minetest.register_craft( { output = "farming:bottle_ethanol", recipe = { - { "vessels:glass_bottle", "farming:corn", "farming:corn"}, - { "farming:corn", "farming:corn", "farming:corn"}, + { "vessels:glass_bottle", "group:food_corn", "group:food_corn"}, + { "group:food_corn", "group:food_corn", "group:food_corn"}, } }) -- cgit v1.2.3