mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
Add minecraft bedrock server
This commit is contained in:
33
servers/bedrock/resource_packs/chemistry/sounds/sound_definitions.json
vendored
Normal file
33
servers/bedrock/resource_packs/chemistry/sounds/sound_definitions.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user