Set more fitting node sounds (#74)

This commit is contained in:
Wuzzy
2022-12-03 18:30:28 +01:00
committed by GitHub
parent c44ced1362
commit 72471b7c3b
11 changed files with 133 additions and 63 deletions

View File

@ -105,5 +105,6 @@ minetest.register_node("scifi_nodes:builder", {
end,
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=1, oddly_breakable_by_hand=1}
groups = {cracky=1, oddly_breakable_by_hand=1},
sounds = scifi_nodes.node_sound_metal_defaults(),
})