1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-20 08:30:26 +02:00

Update plantlike

With the latest commit of VanessaE
This commit is contained in:
Ombridride
2014-12-15 22:29:30 +01:00
parent 28bd40307b
commit d503126f05
4 changed files with 7 additions and 7 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(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"},