sound fix for simplenode
This commit is contained in:
parent
b3fd026ea9
commit
e129064877
2
init.lua
2
init.lua
@ -1819,7 +1819,7 @@ minetest.register_node("vehicles:"..name, {
|
|||||||
groups = {cracky=1},
|
groups = {cracky=1},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
light_source = light,
|
light_source = light,
|
||||||
default.node_sound_stone_defaults(),
|
sound = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user