1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-16 14:50:32 +02:00

fix tree fern and giant tree fern crowns being too small

This commit is contained in:
Vanessa Ezekowitz
2014-11-25 00:18:35 -05:00
parent 86612336da
commit d602b08730
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,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(64),
wield_scale = {x=0.175, y=0.175, z=0.175},
paramtype = "light",
tiles = {"ferns_fern_tree_giant.png"},