diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-03 23:56:34 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-03 23:56:34 -0700 |
commit | d545593f273430cb31966d6eb63aa44a229b76ef (patch) | |
tree | 45824ba5867d84e58810411a4d521829d64ed43f /node_builders.lua | |
parent | f43e64caba3e9be12a0ed345fd0eae35cbfd15e2 (diff) |
combatibility with Carbone (and presumably other games that use older versions of the default mod)
Diffstat (limited to 'node_builders.lua')
-rw-r--r-- | node_builders.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_builders.lua b/node_builders.lua index 41bc85a..079776d 100644 --- a/node_builders.lua +++ b/node_builders.lua @@ -5,7 +5,7 @@ minetest.register_node("digtron:builder", { description = "Builder Unit", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 4}, drop = "digtron:builder", - sounds = default.node_sound_metal_defaults(), + sounds = digtron.metal_sounds, paramtype2= "facedir", tiles = { "digtron_plate.png^[transformR90", |