From d545593f273430cb31966d6eb63aa44a229b76ef Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 3 Jan 2017 23:56:34 -0700 Subject: combatibility with Carbone (and presumably other games that use older versions of the default mod) --- node_diggers.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'node_diggers.lua') diff --git a/node_diggers.lua b/node_diggers.lua index 0de5e2e..9d60010 100644 --- a/node_diggers.lua +++ b/node_diggers.lua @@ -44,7 +44,7 @@ minetest.register_node("digtron:digger", { description = "Digger Head", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 3}, drop = "digtron:digger", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype = "light", paramtype2= "facedir", @@ -90,7 +90,7 @@ minetest.register_node("digtron:intermittent_digger", { description = "Intermittent Digger Head", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 3}, drop = "digtron:intermittent_digger", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype = "light", paramtype2= "facedir", @@ -145,7 +145,7 @@ minetest.register_node("digtron:soft_digger", { description = "Soft Material Digger Head", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 3}, drop = "digtron:soft_digger", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype = "light", paramtype2= "facedir", @@ -198,7 +198,7 @@ minetest.register_node("digtron:intermittent_soft_digger", { description = "Intermittent Soft Material Digger Head", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 3}, drop = "digtron:intermittent_soft_digger", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype = "light", paramtype2= "facedir", -- cgit v1.2.3