Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,40 @@
{
"entity_sounds": {
"defaults": {
"events": {
"sparkler.use": {"sound": "random.fizz", "volume": 1.0, "pitch": [2.4, 2.6]},
"glowstick.use": {"sound": "fire.ignite", "volume": 1.0, "pitch": [0.5, 0.7]}
}
},
"entities": {
"balloon": {
"volume": 1.0,
"pitch": [ 1.75, 2.0 ],
"events": {
"balloonpop": "balloon.pop"
}
}
}
},
"individual_event_sounds": {
"events": {
"elemconstruct.open": {"sound": "elemconstruct.active", "volume": 0.25, "pitch": [1.3, 1.5]},
"icebomb.hit": {"sound": "random.glass", "volume": 1.0, "pitch": [1.4, 1.6]},
"lt.reaction.icebomb": {"sound": "mob.wither.break_block", "volume": 0.5, "pitch": [1.1, 1.3]},
"lt.reaction.bleach": {"sound": "lt.reaction.fire", "volume": 6.0, "pitch": [0.7, 0.9]},
"lt.reaction.epaste": {"sound": "random.fizz", "volume": 1.0, "pitch": [0.5, 0.7]},
"lt.reaction.epaste2": {"sound": "mob.blaze.shoot", "volume": 1.0, "pitch": [0.8, 1.0]},
"lt.reaction.fertilizer": {"sound": "step.gravel", "volume": 1.0, "pitch": [0.2, 0.4]},
"lt.reaction.fireball": {"sound": "mob.ghast.fireball", "volume": 1.0, "pitch": [0.5, 0.7]},
"lt.reaction.mgsalt": {"sound": "mob.skeleton.step", "volume": 1.0, "pitch": [0.5, 0.7]},
"lt.reaction.miscfire": {"sound": "random.explode", "volume": 1.0, "pitch": [0.4, 0.6]},
"lt.reaction.fire": {"sound": "lt.reaction.fire", "volume": 2.0, "pitch": [0.4, 0.6]},
"lt.reaction.miscexplosion": {"sound": "ambient.weather.lightning.impact", "volume": 1.0, "pitch": [0.6, 0.8]},
"lt.reaction.miscmystical": {"sound": "random.fizz", "volume": 1.0, "pitch": [0.7, 0.9]},
"lt.reaction.miscmystical2": {"sound": "random.fuse", "volume": 1.0, "pitch": [0.4, 0.6]},
"lt.reaction.product": {"sound": "random.pop", "volume": 1.0, "pitch": [0.5, 0.7]},
"sparkler.active": {"sound": "sparkler.active","volume" : 0.25, "pitch" : [0.8, 1.2]}
}
}
}