From ef6f6484b05d5b7650bff9a3ecbc7d2d6e6a8d35 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 12 Oct 2018 07:57:26 -0400 Subject: update bees, coloredwood, digidisplay, farming redo, moreblocks, technic, travelnet, and unified dyes --- farming/crops/raspberry.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'farming/crops/raspberry.lua') diff --git a/farming/crops/raspberry.lua b/farming/crops/raspberry.lua index 713ea2f..4938658 100644 --- a/farming/crops/raspberry.lua +++ b/farming/crops/raspberry.lua @@ -67,3 +67,12 @@ crop_def.drop = { } } minetest.register_node("farming:raspberry_4", table.copy(crop_def)) + +-- add to registered_plants +farming.registered_plants["farming:raspberries"] = { + crop = "farming:raspberry", + seed = "farming:raspberries", + minlight = 13, + maxlight = 15, + steps = 4 +} -- cgit v1.2.3