X-Git-Url: https://gitweb.ps.run/packwiz/blobdiff_plain/80194dfea42a212c27f443cae45f9229b81b9743..08af78edc150c8fd965f5ed76572c321249eb82e:/config/sounds/ui.json diff --git a/config/sounds/ui.json b/config/sounds/ui.json deleted file mode 100644 index 2b1537c..0000000 --- a/config/sounds/ui.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "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 -} \ No newline at end of file