Tweak wield scales of a few items
This commit is contained in:
parent
27c75caf25
commit
669c955da6
3 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue