]> gitweb.ps.run Git - packwiz/blob - config/sounds/world.json
repaya
[packwiz] / config / sounds / world.json
1 {
2         "repeaterUseSoundEffect": {
3                 "pitch": 0.95,
4                 "volume": 0.3,
5                 "enabledDynamic": true,
6                 "id": "repeaterUse",
7                 "soundEvent": "minecraft:block.stone_button.click_on",
8                 "shouldPlay": true
9         },
10         "jukeboxUseSoundEffect": {
11                 "shouldPlay": true,
12                 "pitch": 0.8,
13                 "volume": 0.75,
14                 "id": "jukeboxUse",
15                 "soundEvent": "minecraft:block.note_block.basedrum"
16         },
17         "daylightDetectorUseSoundEffect": {
18                 "shouldPlay": true,
19                 "pitch": 0.8,
20                 "volume": 0.45,
21                 "id": "daylightDetectorUse",
22                 "soundEvent": "minecraft:block.note_block.hat"
23         },
24         "furnaceMinecartFuelSoundEffect": {
25                 "shouldPlay": true,
26                 "pitch": 1.9,
27                 "volume": 0.2,
28                 "id": "furnaceMinecartFuel",
29                 "soundEvent": "minecraft:entity.creeper.hurt"
30         },
31         "swordSwooshSoundEffect": {
32                 "shouldPlay": true,
33                 "pitch": 1.3,
34                 "volume": 0.3,
35                 "id": "swordSwoosh",
36                 "soundEvent": "sounds:item.sword.swoosh"
37         },
38         "frostWalkerSoundEffect": {
39                 "shouldPlay": true,
40                 "pitch": 2.0,
41                 "volume": 0.5,
42                 "id": "frostWalker",
43                 "soundEvent": "minecraft:block.powder_snow.fall"
44         },
45         "leadSnappingSoundEffect": {
46                 "shouldPlay": true,
47                 "pitch": 1.0,
48                 "volume": 0.5,
49                 "id": "leadSnapping",
50                 "soundEvent": "minecraft:item.lead.break"
51         },
52         "bowPullSoundEffect": {
53                 "shouldPlay": true,
54                 "pitch": 1.0,
55                 "volume": 0.25,
56                 "id": "bowPull",
57                 "soundEvent": "minecraft:item.crossbow.loading_middle"
58         },
59         "plantPotFillSoundEffect": {
60                 "pitch": 1.1,
61                 "volume": 0.4,
62                 "enabledDynamic": true,
63                 "id": "plantPotFill",
64                 "soundEvent": "minecraft:block.grass.place",
65                 "shouldPlay": true
66         },
67         "cakeEatSoundEffect": {
68                 "shouldPlay": true,
69                 "pitch": 1.2,
70                 "volume": 0.7,
71                 "id": "cakeEat",
72                 "soundEvent": "minecraft:entity.generic.eat"
73         },
74         "enableEnderpearlVariety": true,
75         "disableBlocksEntirely": false,
76         "ignoredBlocks": []
77 }