forked from VoxeLibre/VoxeLibre
Add breaking sounds.
This commit is contained in:
parent
7ce6485717
commit
1b00346790
|
@ -151,6 +151,7 @@ minetest.register_node("mcl_portals:portal", {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = { creative_breakable = 1, portal = 1, not_in_creative_inventory = 1 },
|
groups = { creative_breakable = 1, portal = 1, not_in_creative_inventory = 1 },
|
||||||
|
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||||
on_destruct = destroy_nether_portal,
|
on_destruct = destroy_nether_portal,
|
||||||
|
|
||||||
_mcl_hardness = -1,
|
_mcl_hardness = -1,
|
||||||
|
|
Loading…
Reference in New Issue