snow bricks with no sound XD snowsound briakes

This commit is contained in:
Toby plowy 2017-09-20 01:36:15 +02:00
parent 737d3c0e9a
commit 89bc32bfdd
2 changed files with 7 additions and 1 deletions

View File

@ -1180,4 +1180,10 @@ minetest.register_node("decoblocks:sandstone_pillar_base", {
}
},
on_place = minetest.rotate_node
})
})
minetest.register_node("decoblocks:snow_bricks", {
description = "Snow Bricks",
tiles = {"decoblocks_snow_bricks.png"},
groups = {crumbly = 3, puts_out_fire = 1, cools_lava = 1, snowy = 1},
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB