summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-02-12 11:45:51 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-02-12 11:45:51 +0000
commit746f92eb069dd46b3fd243ea9e533b9f3086bf3b (patch)
tree30659d7f5b37a6601fb0f2df9ff32783f41dddfb /corn.lua
parent424b905b60bc5f1a8cc2b429a65e80cdc49be475 (diff)
Amend visual_scale for plantlike nodes
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index f178a48..3c27ea3 100644
--- a/corn.lua
+++ b/corn.lua
@@ -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