diff options
author | Andrew Ward <anjayward@gmail.com> | 2012-10-02 21:09:37 +0200 |
---|---|---|
committer | Andrew Ward <anjayward@gmail.com> | 2012-10-02 21:09:37 +0200 |
commit | 9c20643614dc817f778844adf0ea145e85f95bc7 (patch) | |
tree | 90ece9e7c48092f409b70361ee75a158071b5e4f /support.lua | |
parent | 8170889df8a1fb6e748fb44033b613dab484728b (diff) |
Update support.lua
Diffstat (limited to 'support.lua')
-rw-r--r-- | support.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support.lua b/support.lua index 8ad064d..7990f86 100644 --- a/support.lua +++ b/support.lua @@ -81,7 +81,7 @@ minetest.register_craftitem("food:strawberry", { end)
node_implement("farming_plus","farming_plus: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),
|