Add Nether portal breaking sounds.

This commit is contained in:
iliekprogrammar 2021-03-14 20:39:10 +08:00 committed by Nils Dagsson Moskopp
parent 7a7c4215d8
commit 9a7237b68e
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

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