Fix top snow wield image

This commit is contained in:
Wuzzy 2017-03-02 16:38:56 +01:00
parent a0800e1296
commit 2c255c5d0c
1 changed files with 2 additions and 0 deletions

View File

@ -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,