We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79135be commit 6582f14Copy full SHA for 6582f14
mesecons_noteblock/init.lua
@@ -14,6 +14,7 @@ minetest.register_node("mesecons_noteblock:noteblock", {
14
mesecon.noteblock_play(pos, node.param2)
15
end
16
}},
17
+ place_param2 = 11, -- initialize at C note
18
on_blast = mesecon.on_blastnode,
19
})
20
@@ -39,7 +40,7 @@ local soundnames = {
39
40
"mesecons_noteblock_a",
41
"mesecons_noteblock_asharp",
42
"mesecons_noteblock_b",
- "mesecons_noteblock_c"
43
+ "mesecons_noteblock_c" -- << noteblock is initialized here
44
}
45
46
local node_sounds = {
0 commit comments