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/barley.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'farming/crops/barley.lua') diff --git a/farming/crops/barley.lua b/farming/crops/barley.lua index f509335..6f3cb97 100644 --- a/farming/crops/barley.lua +++ b/farming/crops/barley.lua @@ -103,3 +103,12 @@ crop_def.drop = { } } minetest.register_node("farming:barley_7", table.copy(crop_def)) + +-- add to registered_plants +farming.registered_plants["farming:barley"] = { + crop = "farming:barley", + seed = "farming:seed_barley", + minlight = 13, + maxlight = 15, + steps = 8 +} -- cgit v1.2.3