1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-23 02:00:28 +02:00

fix sizes of various ferns and dry plants

(due to changes in how visual_scale is interpreted in the engine)
This commit is contained in:
Vanessa Ezekowitz
2017-06-16 14:16:18 -04:00
parent dd14b2cb04
commit 0363ed0348
5 changed files with 9 additions and 9 deletions

View File

@ -104,7 +104,7 @@ end
minetest.register_node("ferns:tree_fern_leaves_giant", {
description = "Tree Fern Crown (Dicksonia)",
drawtype = "plantlike",
visual_scale = math.sqrt(8),
visual_scale = math.sqrt(11),
wield_scale = {x=0.175, y=0.175, z=0.175},
paramtype = "light",
tiles = {"ferns_fern_tree_giant.png"},