diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-12 11:45:51 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-12 11:45:51 +0000 |
commit | 746f92eb069dd46b3fd243ea9e533b9f3086bf3b (patch) | |
tree | 30659d7f5b37a6601fb0f2df9ff32783f41dddfb /corn.lua | |
parent | 424b905b60bc5f1a8cc2b429a65e80cdc49be475 (diff) |
Amend visual_scale for plantlike nodes
Diffstat (limited to 'corn.lua')
-rw-r--r-- | corn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ minetest.register_node("farming:corn_5", table.copy(crop_def)) -- stage 6 crop_def.tiles = {"farming_corn_6.png"} -crop_def.visual_scale = 1.45 +crop_def.visual_scale = 1.9 -- 1.45 minetest.register_node("farming:corn_6", table.copy(crop_def)) -- stage 7 |