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
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 1 additions and 1 deletions

View File

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