SMP-MODPACK/.minecraft/config/sounds/world.json

52 lines
No EOL
1.2 KiB
JSON

{
"jukeboxUseSoundEffect": {
"shouldPlay": true,
"pitch": 0.8,
"volume": 0.75,
"id": "jukeboxUse",
"soundEvent": "minecraft:block.note_block.basedrum"
},
"daylightDetectorUseSoundEffect": {
"shouldPlay": true,
"pitch": 0.8,
"volume": 0.45,
"id": "daylightDetectorUse",
"soundEvent": "minecraft:block.note_block.hat"
},
"furnaceMinecartFuelSoundEffect": {
"shouldPlay": true,
"pitch": 1.9,
"volume": 0.2,
"id": "furnaceMinecartFuel",
"soundEvent": "minecraft:entity.creeper.hurt"
},
"enableDynamicEatingSounds": true,
"frostWalkerSoundEffect": {
"shouldPlay": true,
"pitch": 2.0,
"volume": 0.5,
"id": "frostWalker",
"soundEvent": "minecraft:block.powder_snow.fall"
},
"leadSnappingSoundEffect": {
"shouldPlay": true,
"pitch": 1.0,
"volume": 0.5,
"id": "leadSnapping",
"soundEvent": "minecraft:entity.leash_knot.break"
},
"bowPullSoundEffect": {
"shouldPlay": true,
"pitch": 1.0,
"volume": 0.25,
"id": "bowPull",
"soundEvent": "minecraft:item.crossbow.loading_middle"
},
"plantPotFillSoundEffect": {
"shouldPlay": true,
"pitch": 0.5,
"volume": 0.4,
"id": "plantPotFill",
"soundEvent": "minecraft:block.grass.place"
}
}