summaryrefslogtreecommitdiff
path: root/support.lua
diff options
context:
space:
mode:
Diffstat (limited to 'support.lua')
-rw-r--r--support.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/support.lua b/support.lua
index 8fc95d7..6002142 100644
--- a/support.lua
+++ b/support.lua
@@ -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()