mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 13:35:13 +00:00
Fix top snow wield image
This commit is contained in:
parent
a0800e1296
commit
2c255c5d0c
1 changed files with 2 additions and 0 deletions
|
@ -1662,6 +1662,8 @@ end
|
|||
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 },
|
||||
is_ground_content = true,
|
||||
paramtype = "light",
|
||||
buildable_to = true,
|
||||
|
|
Loading…
Reference in a new issue