summaryrefslogtreecommitdiff
path: root/farming/crops/beetroot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/crops/beetroot.lua')
-rw-r--r--farming/crops/beetroot.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/farming/crops/beetroot.lua b/farming/crops/beetroot.lua
index e683a94..8f7069b 100644
--- a/farming/crops/beetroot.lua
+++ b/farming/crops/beetroot.lua
@@ -83,3 +83,12 @@ crop_def.drop = {
}
}
minetest.register_node("farming:beetroot_5", table.copy(crop_def))
+
+-- add to registered_plants
+farming.registered_plants["farming:beetroot"] = {
+ crop = "farming:beetroot",
+ seed = "farming:beetroot",
+ minlight = 13,
+ maxlight = 15,
+ steps = 5
+}