mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-16 21:45:10 +00:00
Add Nether portal breaking sounds.
This commit is contained in:
parent
7a7c4215d8
commit
9a7237b68e
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ minetest.register_node("mcl_portals:portal", {
|
|||
},
|
||||
},
|
||||
groups = { creative_breakable = 1, portal = 1, not_in_creative_inventory = 1 },
|
||||
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||
on_destruct = destroy_nether_portal,
|
||||
|
||||
_mcl_hardness = -1,
|
||||
|
|
Loading…
Reference in a new issue