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 /grapes.lua | |
parent | 424b905b60bc5f1a8cc2b429a65e80cdc49be475 (diff) |
Amend visual_scale for plantlike nodes
Diffstat (limited to 'grapes.lua')
-rw-r--r-- | grapes.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ minetest.register_node("farming:trellis", { drawtype = "plantlike", tiles = {"farming_trellis.png"}, inventory_image = "farming_trellis.png", - visual_scale = 1.45, + visual_scale = 1.9, -- 1.45, paramtype = "light", walkable = false, buildable_to = true, @@ -120,7 +120,7 @@ minetest.register_craft({ local crop_def = { drawtype = "plantlike", tiles = {"farming_grapes_1.png"}, - visual_scale = 1.45, + visual_scale = 1.9, -- 1.45, paramtype = "light", walkable = false, buildable_to = true, |