diff options
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", |