mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
33 lines
545 B
JSON
Vendored
33 lines
545 B
JSON
Vendored
{
|
|
"balloon.pop": {
|
|
"category": "neutral",
|
|
"sounds": [
|
|
{
|
|
"name": "sounds/mob/balloon_pop",
|
|
"volume": 10.0
|
|
}
|
|
]
|
|
},
|
|
"elemconstruct.active": {
|
|
"sounds": [
|
|
"sounds/block/elemconstruct_active"
|
|
]
|
|
},
|
|
"lt.reaction.fire": {
|
|
"sounds": [
|
|
{
|
|
"name": "sounds/fire/fire",
|
|
"volume": 2.0
|
|
}
|
|
]
|
|
},
|
|
"sparkler.active": {
|
|
"category": "sparkler",
|
|
"sounds": [
|
|
{
|
|
"name": "sounds/random/fuse",
|
|
"load_on_low_memory": true
|
|
}
|
|
]
|
|
}
|
|
} |