Add breaking sounds.

This commit is contained in:
iliekprogrammar 2021-03-14 20:39:10 +08:00
parent 7ce6485717
commit 1b00346790
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,