From 1b003467904564e41d8d71a938ce2479c77fb02d Mon Sep 17 00:00:00 2001 From: iliekprogrammar Date: Sun, 14 Mar 2021 20:39:10 +0800 Subject: [PATCH] Add breaking sounds. --- mods/ITEMS/mcl_portals/portal_nether.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ITEMS/mcl_portals/portal_nether.lua b/mods/ITEMS/mcl_portals/portal_nether.lua index d8efc106..32a24e09 100644 --- a/mods/ITEMS/mcl_portals/portal_nether.lua +++ b/mods/ITEMS/mcl_portals/portal_nether.lua @@ -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,