diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-14 18:29:06 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-14 18:29:06 +0100 |
commit | a501c5d0d4398cf0338e98d5880b3cb17844bc80 (patch) | |
tree | 26a60bba00ba1a6c7e564bb8b5ac03447036fad6 /wheat.lua | |
parent | 29d47ff0ec24dc818f6ef3b4115312a5bea8b764 (diff) |
add meshoptions to api and wheat
Diffstat (limited to 'wheat.lua')
-rw-r--r-- | wheat.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ local crop_def = { drawtype = "plantlike", tiles = {"farming_wheat_1.png"}, paramtype = "light", +paramtype2 = "meshoptions", +place_param2 = 3, sunlight_propagates = true, walkable = false, buildable_to = true, |