mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 00:20:43 +02:00
correctly inherit sounds from original node def
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user