diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-12 11:44:46 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-12 11:44:46 +0000 |
commit | 4f318a941212a174d75994d66f54dc8d67e05fce (patch) | |
tree | a0c3cf4247762b1d5b6cd800e5aae50b5a53ce74 /sapling.lua | |
parent | e4664bf181dc9e961100556f2df57144def9722a (diff) |
amend visual_scale for plantlike nodes
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index 3d0f24d..b8e3732 100644 --- a/sapling.lua +++ b/sapling.lua @@ -30,7 +30,6 @@ ethereal.register_sapling = function(name, desc, texture, height) minetest.register_node(name .. "_sapling", { description = S(desc .. " Tree Sapling"), drawtype = "plantlike", - visual_scale = 1.0, tiles = {texture .. ".png"}, inventory_image = texture .. ".png", wield_image = texture .. ".png", |