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 --- wheat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wheat.lua') diff --git a/wheat.lua b/wheat.lua index 7676c83..79988b6 100644 --- a/wheat.lua +++ b/wheat.lua @@ -84,8 +84,8 @@ local crop_def = { drawtype = "plantlike", tiles = {"farming_wheat_1.png"}, paramtype = "light", -paramtype2 = "meshoptions", -place_param2 = 3, + paramtype2 = "meshoptions", + place_param2 = 3, sunlight_propagates = true, walkable = false, buildable_to = true, -- cgit v1.2.3