fixed sound issue
This commit is contained in:
parent
267c8bebb5
commit
2c37dfb162
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -11,5 +11,5 @@ minetest.register_node("marcs_minetest_test_mod:liishii_block", {
|
||||||
description = "Liishiis Lieblingsblock",
|
description = "Liishiis Lieblingsblock",
|
||||||
tiles = {"liishii_block.png"},
|
tiles = {"liishii_block.png"},
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
sound = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue