diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-01 21:17:52 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-01 21:17:52 -0700 |
commit | 5ba5b76ba74f1c71eb89dc5935a19cfea2b0a014 (patch) | |
tree | 91df21b553df13a446c4e05378ee3911334dc41f /node_controllers.lua | |
parent | baadc7533486f9f6d11596746b5ce40904bfdd6a (diff) |
add node sounds
Diffstat (limited to 'node_controllers.lua')
-rw-r--r-- | node_controllers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_controllers.lua b/node_controllers.lua index 9f720bb..899bb12 100644 --- a/node_controllers.lua +++ b/node_controllers.lua @@ -16,6 +16,7 @@ minetest.register_node("digtron:controller", { description = "Digtron Control Unit", groups = {cracky = 3, stone = 1, digtron = 1}, drop = 'digtron:controller', + sounds = default.node_sound_metal_defaults(), paramtype2= 'facedir', -- Aims in the +Z direction by default tiles = { @@ -281,6 +282,7 @@ minetest.register_node("digtron:pusher", { description = "Digtron Pusher Unit", groups = {cracky = 3, stone = 1, digtron = 1}, drop = 'digtron:pusher', + sounds = default.node_sound_metal_defaults(), paramtype2= 'facedir', -- Aims in the +Z direction by default tiles = { |