diff options
Diffstat (limited to 'barley.lua')
-rw-r--r-- | barley.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |