This commit is contained in:
Rubenwardy 2012-08-31 18:49:13 +01:00
parent e488cf549c
commit 2ed1848045
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@ minetest.register_craftitem("food:strawberry", {
})
end)
node_implement("farming","farming:rhubarb_item","food:rhubarb",function()
minetest.register_craftitem("food:rhubarb", {
description = "Rhubarb",
inventory_image = "farming_rhubarb.png",
})
end)
node_implement("farming","farming:bread","food:bread",function()