]> gitweb.ps.run Git - packwiz/blob - config/sounds/ui.json
repaya
[packwiz] / config / sounds / ui.json
1 {
2         "hotbarScrollSoundEffect": {
3                 "pitch": 1.8,
4                 "volume": 0.2,
5                 "enabledDynamic": true,
6                 "id": "hotbarScroll",
7                 "soundEvent": "minecraft:block.note_block.hat",
8                 "shouldPlay": true
9         },
10         "hotbarPickSoundEffect": {
11                 "pitch": 1.8,
12                 "volume": 0.2,
13                 "enabledDynamic": true,
14                 "id": "hotbarPick",
15                 "soundEvent": "minecraft:block.note_block.hat",
16                 "shouldPlay": true
17         },
18         "inventoryOpenSoundEffect": {
19                 "pitch": 2.0,
20                 "volume": 0.5,
21                 "enabledDynamic": true,
22                 "id": "inventoryOpen",
23                 "soundEvent": "minecraft:ui.toast.in",
24                 "shouldPlay": true
25         },
26         "inventoryCloseSoundEffect": {
27                 "pitch": 2.0,
28                 "volume": 0.5,
29                 "enabledDynamic": false,
30                 "id": "inventoryClose",
31                 "soundEvent": "minecraft:ui.toast.out",
32                 "shouldPlay": true
33         },
34         "inventoryScrollSoundEffect": {
35                 "shouldPlay": true,
36                 "pitch": 1.8,
37                 "volume": 0.2,
38                 "id": "inventoryScroll",
39                 "soundEvent": "minecraft:block.note_block.hat"
40         },
41         "inventoryTypingSoundEffect": {
42                 "shouldPlay": true,
43                 "pitch": 1.6,
44                 "volume": 0.4,
45                 "id": "inventoryTyping",
46                 "soundEvent": "minecraft:block.note_block.hat"
47         },
48         "ignoreEmptyInventorySlots": false,
49         "itemDropSoundEffect": {
50                 "pitch": 1.5,
51                 "volume": 0.4,
52                 "enabledDynamic": true,
53                 "id": "itemDrop",
54                 "soundEvent": "minecraft:block.dispenser.launch",
55                 "shouldPlay": true
56         },
57         "itemCopySoundEffect": {
58                 "pitch": 2.0,
59                 "volume": 0.2,
60                 "enabledDynamic": true,
61                 "id": "itemCopy",
62                 "soundEvent": "minecraft:block.fire.extinguish",
63                 "shouldPlay": true
64         },
65         "itemDeleteSoundEffect": {
66                 "pitch": 1.6,
67                 "volume": 0.2,
68                 "enabledDynamic": true,
69                 "id": "itemDelete",
70                 "soundEvent": "minecraft:block.fire.extinguish",
71                 "shouldPlay": true
72         },
73         "itemDragSoundEffect": {
74                 "pitch": 1.6,
75                 "volume": 0.4,
76                 "enabledDynamic": true,
77                 "id": "itemDrag",
78                 "soundEvent": "minecraft:block.stone.hit",
79                 "shouldPlay": true
80         },
81         "itemClickSoundEffect": {
82                 "pitch": 2.0,
83                 "volume": 0.4,
84                 "enabledDynamic": true,
85                 "id": "itemPick",
86                 "soundEvent": "minecraft:block.stone.hit",
87                 "shouldPlay": true
88         },
89         "ignoreEmptyHotbarSlots": false,
90         "itemSoundCooldown": 0.05,
91         "enableItemSoundCooldown": true
92 }