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