From 746f92eb069dd46b3fd243ea9e533b9f3086bf3b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 12 Feb 2017 11:45:51 +0000 Subject: Amend visual_scale for plantlike nodes --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corn.lua') 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 -- cgit v1.2.3