Skip to content

Commit

Permalink
Fixed a mistake in the Sounds.json description. The brake sound was s…
Browse files Browse the repository at this point in the history
…pecified incorrectly.
  • Loading branch information
ShimajiroOTS committed Dec 30, 2024
1 parent fa7a81c commit 6728dd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rider_offset": 0,
"model": "mtr:models/vehicle/eidan_9000.bbmodel",
"model_properties": "mtr:properties/pending_migration/eidan_9000.json",
"bve_sound_base_id": "london_underground_1996"
"bve_sound_base_id": "eidan_9000"
},
"eidan_9000_small": {
"name": "Eidan 9000 (Small)",
Expand All @@ -58,7 +58,7 @@
"rider_offset": 0,
"model": "mtr:models/vehicle/eidan_9000.bbmodel",
"model_properties": "mtr:properties/pending_migration/eidan_9000_small.json",
"bve_sound_base_id": "london_underground_1996"
"bve_sound_base_id": "eidan_9000"
},
"eidan_9000_mini": {
"name": "Eidan 9000 (Mini)",
Expand All @@ -73,7 +73,7 @@
"rider_offset": 0,
"model": "mtr:models/vehicle/eidan_9000.bbmodel",
"model_properties": "mtr:properties/pending_migration/eidan_9000_mini.json",
"bve_sound_base_id": "london_underground_1996"
"bve_sound_base_id": "eidan_9000"
}
}
}
18 changes: 9 additions & 9 deletions fabric/src/main/resources/assets/mtr/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
}
]
},
"eidan_9000_airzero": {
"sounds": [
{
"name": "mtr:eidan_9000/airzero",
"pitch": 1,
"attenuation_distance": 32
}
]
},
"eidan_9000_flange0": {
"sounds": [
{
Expand Down Expand Up @@ -162,15 +171,6 @@
}
]
},
"eidan_9000_rub": {
"sounds": [
{
"name": "mtr:eidan_9000/rub",
"pitch": 1,
"attenuation_distance": 32
}
]
},
"london_underground_d78_air": {
"sounds": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ Close = DoorCls.wav
0 = Flange0.wav

[Others]
Noise = Sounds\Loop.wav
Shoe = Sounds\Rub.wav
Noise = Sounds\Loop.wav

0 comments on commit 6728dd1

Please sign in to comment.