summaryrefslogtreecommitdiff
path: root/node_misc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_misc.lua')
-rw-r--r--node_misc.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_misc.lua b/node_misc.lua
index 262ef6e..08a044a 100644
--- a/node_misc.lua
+++ b/node_misc.lua
@@ -5,6 +5,7 @@ minetest.register_node("digtron:structure", {
drop = 'digtron:structure',
tiles = {"digtron_plate.png"},
drawtype = "nodebox",
+ sounds = default.node_sound_metal_defaults(),
climbable = true,
walkable = false,
paramtype = "light",
@@ -36,6 +37,7 @@ minetest.register_node("digtron:light", {
drawtype = "nodebox",
paramtype = "light",
light_source = 10,
+ sounds = default.node_sound_glass_defaults(),
paramtype2 = "wallmounted",
node_box = {
type = "wallmounted",
@@ -52,6 +54,7 @@ minetest.register_node("digtron:inventory",
description = "Digtron Inventory Hopper",
groups = {cracky = 3, stone = 1, digtron = 2},
drop = 'digtron:inventory',
+ sounds = default.node_sound_metal_defaults(),
paramtype2= 'facedir',
tiles = {"digtron_inventory.png"},
@@ -88,6 +91,7 @@ minetest.register_node("digtron:fuelstore",
description = "Digtron Fuel Hopper",
groups = {cracky = 3, stone = 1, digtron = 5},
drop = 'digtron:fuelstore',
+ sounds = default.node_sound_metal_defaults(),
paramtype2= 'facedir',
tiles = {"digtron_fuelstore.png"},