Tweak wield scales of a few items

This commit is contained in:
Wuzzy 2017-03-02 17:03:14 +01:00
parent 27c75caf25
commit 669c955da6
3 changed files with 5 additions and 1 deletions

View file

@ -1663,7 +1663,7 @@ minetest.register_node("mcl_core:snow", {
description = "Top Snow",
tiles = {"default_snow.png"},
wield_image = "default_snow.png",
wield_scale = { x=1, y=1, z=2 },
wield_scale = { x=1, y=1, z=1 },
is_ground_content = true,
paramtype = "light",
buildable_to = true,