From ee35a77ed0221de9ad4261d7e8952b1bcb7af83c Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 29 Aug 2017 13:59:04 +0100 Subject: optimized growing routine, fixed place_param2 --- barley.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'barley.lua') diff --git a/barley.lua b/barley.lua index b7bf530..8611ee5 100644 --- a/barley.lua +++ b/barley.lua @@ -37,6 +37,8 @@ local crop_def = { drawtype = "plantlike", tiles = {"farming_barley_1.png"}, paramtype = "light", + paramtype2 = "meshoptions", + place_param2 = 3, sunlight_propagates = true, walkable = false, buildable_to = true, -- cgit v1.2.3