snow bricks with no sound XD snowsound briakes
This commit is contained in:
parent
737d3c0e9a
commit
89bc32bfdd
@ -1180,4 +1180,10 @@ minetest.register_node("decoblocks:sandstone_pillar_base", {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
on_place = minetest.rotate_node
|
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},
|
||||||
|
})
|
||||||
|
BIN
mods/decoblocks/textures/decoblocks_snow_bricks.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_snow_bricks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
x
Reference in New Issue
Block a user