From 5ba5b76ba74f1c71eb89dc5935a19cfea2b0a014 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 1 Jan 2017 21:17:52 -0700 Subject: add node sounds --- node_builders.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'node_builders.lua') diff --git a/node_builders.lua b/node_builders.lua index 0ad2ea6..ceed288 100644 --- a/node_builders.lua +++ b/node_builders.lua @@ -5,6 +5,7 @@ minetest.register_node("digtron:builder", { description = "Builder Unit", groups = {cracky = 3, stone = 1, digtron = 4}, drop = "digtron:builder", + sounds = default.node_sound_metal_defaults(), paramtype2= 'facedir', tiles = { "digtron_plate.png^[transformR90", -- cgit v1.2.3