Skip to content

Commit 3be1d7d

Browse files
feat: update sound settings and add new sound effects in soundcontroller.json; adjust master and UI sound categories in options.txt
1 parent 20d969d commit 3be1d7d

2 files changed

Lines changed: 33 additions & 5 deletions

File tree

hypixel-skyblock-simple/overrides/config/soundcontroller.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"version": 4,
3-
"subtitlesEnabled": false,
3+
"subtitlesEnabled": true,
44
"sounds": [
5+
{
6+
"soundId": "minecraft:ambient.cave",
7+
"volume": 0.3
8+
},
59
{
610
"soundId": "minecraft:ambient.nether_wastes.additions",
711
"volume": 0.5
@@ -18,10 +22,18 @@
1822
"soundId": "minecraft:block.ender_chest.open",
1923
"volume": 0.5
2024
},
25+
{
26+
"soundId": "minecraft:block.fire.ambient",
27+
"volume": 0.15
28+
},
2129
{
2230
"soundId": "minecraft:block.note_block.bass",
2331
"volume": 0.6
2432
},
33+
{
34+
"soundId": "minecraft:block.note_block.bit",
35+
"volume": 0.1
36+
},
2537
{
2638
"soundId": "minecraft:block.note_block.harp",
2739
"volume": 0.35
@@ -88,7 +100,7 @@
88100
},
89101
{
90102
"soundId": "minecraft:entity.elder_guardian.curse",
91-
"volume": 0.5
103+
"volume": 0.2
92104
},
93105
{
94106
"soundId": "minecraft:entity.elder_guardian.death",
@@ -226,6 +238,14 @@
226238
"soundId": "minecraft:entity.horse.armor",
227239
"volume": 0.25
228240
},
241+
{
242+
"soundId": "minecraft:entity.horse.death",
243+
"volume": 0.4
244+
},
245+
{
246+
"soundId": "minecraft:entity.horse.gallop",
247+
"volume": 0.4
248+
},
229249
{
230250
"soundId": "minecraft:entity.horse.saddle",
231251
"volume": 0.5
@@ -278,13 +298,21 @@
278298
"soundId": "minecraft:entity.player.hurt",
279299
"volume": 0.7
280300
},
301+
{
302+
"soundId": "minecraft:entity.player.levelup",
303+
"volume": 0.2
304+
},
281305
{
282306
"soundId": "minecraft:entity.player.small_fall",
283307
"volume": 0.6
284308
},
285309
{
286310
"soundId": "minecraft:entity.silverfish.death",
287-
"volume": 0.45
311+
"volume": 0.1
312+
},
313+
{
314+
"soundId": "minecraft:entity.splash_potion.break",
315+
"volume": 0.5
288316
},
289317
{
290318
"soundId": "minecraft:entity.villager.death",

hypixel-skyblock-simple/overrides/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ key_keybind.name.EMOTE_SLOT_6:key.keyboard.unknown
223223
key_keybind.name.EMOTE_SLOT_7:key.keyboard.unknown
224224
key_keybind.name.EMOTE_SLOT_8:key.keyboard.unknown
225225
key_keybind.name.ZOOM:key.keyboard.unknown
226-
soundCategory_master:0.5
226+
soundCategory_master:0.3
227227
soundCategory_music:0.0
228228
soundCategory_record:0.25
229229
soundCategory_weather:0.1
@@ -233,7 +233,7 @@ soundCategory_neutral:0.5
233233
soundCategory_player:0.05
234234
soundCategory_ambient:0.2
235235
soundCategory_voice:1.0
236-
soundCategory_ui:0.5
236+
soundCategory_ui:0.3
237237
modelPart_cape:true
238238
modelPart_jacket:true
239239
modelPart_left_sleeve:true

0 commit comments

Comments
 (0)