Skip to content

Commit 1b41058

Browse files
authored
Merge pull request #17 from Niterux/main
fix some broken sounds in sounds.json
2 parents c40e1b0 + fc176c9 commit 1b41058

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

java/assets/minecraft/sounds.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,9 @@
435435
},
436436
"block.ladder.hit": {
437437
"replace": true,
438-
"sounds": []
438+
"sounds": [
439+
{"name": "block.wood.hit", "type": "event"}
440+
]
439441
},
440442
"block.ladder.place": {
441443
"sounds": [
@@ -2264,22 +2266,7 @@
22642266
"music.nether.nether_wastes": {
22652267
"replace": "true",
22662268
"sounds": [
2267-
{
2268-
"name": "music/game/nether/nether1",
2269-
"stream": true
2270-
},
2271-
{
2272-
"name": "music/game/nether/nether2",
2273-
"stream": true
2274-
},
2275-
{
2276-
"name": "music/game/nether/nether3",
2277-
"stream": true
2278-
},
2279-
{
2280-
"name": "music/game/nether/nether4",
2281-
"stream": true
2282-
}
2269+
{"name": "music.game", "type": "event"}
22832270
]
22842271
},
22852272
"music_disc.13": {

0 commit comments

Comments
 (0)