correctly inherit sounds from original node def

This commit is contained in:
flux
2022-07-25 10:23:00 -07:00
parent f373ae5935
commit f7f6c79f74

View File

@ -122,7 +122,7 @@ function api.register_single(node, shape, overrides, meta)
color = node_def.color, color = node_def.color,
palette = node_def.palette, -- for coloredfacedir palette = node_def.palette, -- for coloredfacedir
stack_max = node_def.stack_max, stack_max = node_def.stack_max,
sound = node_def.sound, sounds = node_def.sounds,
is_ground_content = node_def.is_ground_content, is_ground_content = node_def.is_ground_content,
walkable = node_def.walkable, walkable = node_def.walkable,
pointable = node_def.pointable, pointable = node_def.pointable,