diff options
Diffstat (limited to 'crops/rhubarb.lua')
-rw-r--r-- | crops/rhubarb.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crops/rhubarb.lua b/crops/rhubarb.lua index 90a2d8b..9471733 100644 --- a/crops/rhubarb.lua +++ b/crops/rhubarb.lua @@ -64,3 +64,12 @@ crop_def.drop = { } } minetest.register_node("farming:rhubarb_3", table.copy(crop_def)) + +-- add to registered_plants +farming.registered_plants["farming:rhubarb"] = { + crop = "farming:rhubarb", + seed = "farming:rhubarb", + minlight = 13, + maxlight = 15, + steps = 3 +} |