SMP-MODPACK/.minecraft/config/sounds.ui.config.json
2024-03-06 10:50:17 +01:00

114 lines
No EOL
2.5 KiB
JSON

{
"typingSoundEffect": {
"shouldPlay": true,
"pitch": 1.6,
"volume": 0.4,
"id": "typing",
"soundEvent": "minecraft:block.note_block.hat"
},
"messageSoundEffect": {
"shouldPlay": true,
"pitch": 2.0,
"volume": 0.8,
"id": "message",
"soundEvent": "minecraft:block.note_block.hat"
},
"mentionSoundEffect": {
"shouldPlay": true,
"pitch": 1.8,
"volume": 0.9,
"id": "mention",
"soundEvent": "minecraft:block.note_block.chime"
},
"inventoryOpenSoundEffect": {
"pitch": 2.0,
"volume": 0.2,
"enabledDynamic": true,
"id": "inventoryOpen",
"soundEvent": "minecraft:ui.toast.in",
"shouldPlay": true
},
"inventoryCloseSoundEffect": {
"pitch": 2.0,
"volume": 0.2,
"enabledDynamic": false,
"id": "inventoryClose",
"soundEvent": "minecraft:ui.toast.out",
"shouldPlay": true
},
"inventoryScrollSoundEffect": {
"shouldPlay": true,
"pitch": 1.8,
"volume": 0.2,
"id": "inventoryScroll",
"soundEvent": "minecraft:block.note_block.hat"
},
"inventoryTypingSoundEffect": {
"shouldPlay": true,
"pitch": 1.8,
"volume": 0.2,
"id": "inventoryTyping",
"soundEvent": "minecraft:block.note_block.hat"
},
"hotbarScrollSoundEffect": {
"pitch": 1.8,
"volume": 0.2,
"enabledDynamic": true,
"id": "hotbarScroll",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"hotbarPickSoundEffect": {
"pitch": 1.8,
"volume": 0.2,
"enabledDynamic": true,
"id": "hotbarPick",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"itemDropSoundEffect": {
"pitch": 1.4,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemDrop",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"itemCopySoundEffect": {
"pitch": 1.4,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemCopy",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"itemDeleteSoundEffect": {
"pitch": 1.4,
"volume": 0.1,
"enabledDynamic": true,
"id": "itemDelete",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"itemDragSoundEffect": {
"pitch": 1.4,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemDrag",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"itemClickSoundEffect": {
"pitch": 1.4,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemPick",
"soundEvent": "minecraft:block.note_block.hat",
"shouldPlay": true
},
"useAtForChatMentions": true,
"ignoreSystemChats": false,
"ignoreEmptyHotbarSlots": false,
"enableChatSoundCooldown": false,
"chatSoundCooldown": 0.5
}