diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-29 13:59:04 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-29 13:59:04 +0100 |
commit | ee35a77ed0221de9ad4261d7e8952b1bcb7af83c (patch) | |
tree | e001d4eeafee1db8ca4d627b8926c90290660a48 /wheat.lua | |
parent | df1aa7fad3e7af030ee6e260b6ec719af727ff0e (diff) |
optimized growing routine, fixed place_param2
Diffstat (limited to 'wheat.lua')
-rw-r--r-- | wheat.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |