It is not working for me.
Help
The following is the code I am using.
Code: Select all
---> data-final-fixes.lua <---
data.raw["utility-sounds"]["default"]["gui_tool_click"] = {
filename = "__core__/sound/gui-tool-button.ogg",
aggregation = { max_count = 3, remove = true }
}
---> control.lua <---
Player.play_sound({ path = "utility/gui_tool_click" })