1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-12-14 13:28:30 +01:00

make sounds work

This commit is contained in:
unknown
2022-03-05 21:38:34 -05:00
parent 16c9ee8dc4
commit ee341d493d
10 changed files with 82 additions and 28 deletions

View File

@@ -102,7 +102,9 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e
fixed = outboxes
},
groups = tgroups,
--sounds = default.node_sound_wood_defaults(),
_sound_def = {
key = "node_sound_wood_defaults",
},
walkable = true,
stack_max = 99,
basename = name,