added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

92
config/sounds/ui.json Normal file
View File

@@ -0,0 +1,92 @@
{
"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
},
"inventoryOpenSoundEffect": {
"pitch": 2.0,
"volume": 0.5,
"enabledDynamic": true,
"id": "inventoryOpen",
"soundEvent": "minecraft:ui.toast.in",
"shouldPlay": true
},
"inventoryCloseSoundEffect": {
"pitch": 2.0,
"volume": 0.5,
"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.6,
"volume": 0.4,
"id": "inventoryTyping",
"soundEvent": "minecraft:block.note_block.hat"
},
"ignoreEmptyInventorySlots": false,
"itemDropSoundEffect": {
"pitch": 1.5,
"volume": 0.4,
"enabledDynamic": true,
"id": "itemDrop",
"soundEvent": "minecraft:block.dispenser.launch",
"shouldPlay": true
},
"itemCopySoundEffect": {
"pitch": 2.0,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemCopy",
"soundEvent": "minecraft:block.fire.extinguish",
"shouldPlay": true
},
"itemDeleteSoundEffect": {
"pitch": 1.6,
"volume": 0.2,
"enabledDynamic": true,
"id": "itemDelete",
"soundEvent": "minecraft:block.fire.extinguish",
"shouldPlay": true
},
"itemDragSoundEffect": {
"pitch": 1.6,
"volume": 0.4,
"enabledDynamic": true,
"id": "itemDrag",
"soundEvent": "minecraft:block.stone.hit",
"shouldPlay": true
},
"itemClickSoundEffect": {
"pitch": 2.0,
"volume": 0.4,
"enabledDynamic": true,
"id": "itemPick",
"soundEvent": "minecraft:block.stone.hit",
"shouldPlay": true
},
"ignoreEmptyHotbarSlots": false,
"itemSoundCooldown": 0.05,
"enableItemSoundCooldown": true
}