fixed sound issue

This commit is contained in:
Marc 2022-01-26 20:32:39 +01:00
parent 267c8bebb5
commit 2c37dfb162
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ minetest.register_node("marcs_minetest_test_mod:liishii_block", {
description = "Liishiis Lieblingsblock",
tiles = {"liishii_block.png"},
groups = {cracky = 3},
sound = default.node_sound_stone_defaults(),
sounds = default.node_sound_stone_defaults(),
})