forked from mtcontrib/plantlife_modpack
undo recent visual_scale changes
this effectively reverts the offending parts of commitsd602b08730
and86612336da
This commit is contained in:
@ -97,7 +97,7 @@ end
|
||||
minetest.register_node("ferns:tree_fern_leaves_giant", {
|
||||
description = "Tree Fern Crown (Dicksonia)",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = math.sqrt(64),
|
||||
visual_scale = math.sqrt(8),
|
||||
wield_scale = {x=0.175, y=0.175, z=0.175},
|
||||
paramtype = "light",
|
||||
tiles = {"ferns_fern_tree_giant.png"},
|
||||
|
Reference in New Issue
Block a user