From 96e74e825e8c397c7fa1f0c90805500748cd8c01 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Fri, 21 Sep 2012 13:31:45 +0200 Subject: [PATCH] Update support.lua Fix bugs that stop food working when farming is not installed --- support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support.lua b/support.lua index d78f3cf..21e7b73 100644 --- a/support.lua +++ b/support.lua @@ -40,7 +40,7 @@ minetest.register_craftitem("food:strawberry", { end) node_implement("farming","farming:carrot_item","food:carrot",function() -minetest.register_craftitem("farming:carrot_item", { +minetest.register_craftitem("food:carrot", { description = "Carrot", inventory_image = "farming_carrot.png", on_use = minetest.item_eat(3),