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 /beanpole.lua | |
parent | 424b905b60bc5f1a8cc2b429a65e80cdc49be475 (diff) |
Amend visual_scale for plantlike nodes
Diffstat (limited to 'beanpole.lua')
-rw-r--r-- | beanpole.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beanpole.lua b/beanpole.lua index cef2767..f06aea5 100644 --- a/beanpole.lua +++ b/beanpole.lua @@ -62,7 +62,7 @@ minetest.register_node("farming:beanpole", { drawtype = "plantlike", tiles = {"farming_beanpole.png"}, inventory_image = "farming_beanpole.png", - visual_scale = 1.45, + visual_scale = 1.90, -- 1.45, paramtype = "light", walkable = false, buildable_to = true, @@ -125,7 +125,7 @@ minetest.register_craft({ local crop_def = { drawtype = "plantlike", tiles = {"farming_beanpole_1.png"}, - visual_scale = 1.45, + visual_scale = 1.90, -- 1.45, paramtype = "light", walkable = false, buildable_to = true, |