Skip to content

Commit

Permalink
Noteblock: use new fire sounds (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour authored and numberZero committed Aug 26, 2018
1 parent 444cd0f commit 9ff2329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_noteblock/init.lua
Expand Up @@ -45,7 +45,7 @@ local soundnames = {
local node_sounds = {
["default:glass"] = "mesecons_noteblock_hihat",
["default:stone"] = "mesecons_noteblock_kick",
["default:lava_source"] = "fire_large",
["default:lava_source"] = "fire_fire",
["default:chest"] = "mesecons_noteblock_snare",
["default:tree"] = "mesecons_noteblock_crash",
["default:wood"] = "mesecons_noteblock_litecrash",
Expand Down

0 comments on commit 9ff2329

Please sign in to comment.