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_misc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node_misc.lua') diff --git a/node_misc.lua b/node_misc.lua index c6bc8d4..ca28318 100644 --- a/node_misc.lua +++ b/node_misc.lua @@ -5,7 +5,7 @@ minetest.register_node("digtron:structure", { drop = "digtron:structure", tiles = {"digtron_plate.png"}, drawtype = "nodebox", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, climbable = true, walkable = false, paramtype = "light", @@ -54,7 +54,7 @@ minetest.register_node("digtron:inventory", description = "Digtron Inventory Hopper", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 2}, drop = "digtron:inventory", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype2= "facedir", tiles = {"digtron_inventory.png"}, @@ -91,7 +91,7 @@ minetest.register_node("digtron:fuelstore", description = "Digtron Fuel Hopper", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 5}, drop = "digtron:fuelstore", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype2= "facedir", tiles = {"digtron_fuelstore.png"}, -- cgit v1.2.3