diff --git a/fabric/src/main/resources/assets/mtr/mtr_custom_resources_pending_migration.json b/fabric/src/main/resources/assets/mtr/mtr_custom_resources_pending_migration.json index 52911cf48..f23dd5bf0 100644 --- a/fabric/src/main/resources/assets/mtr/mtr_custom_resources_pending_migration.json +++ b/fabric/src/main/resources/assets/mtr/mtr_custom_resources_pending_migration.json @@ -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)", @@ -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)", @@ -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" } } } diff --git a/fabric/src/main/resources/assets/mtr/sounds.json b/fabric/src/main/resources/assets/mtr/sounds.json index aeb303d34..0df56832f 100644 --- a/fabric/src/main/resources/assets/mtr/sounds.json +++ b/fabric/src/main/resources/assets/mtr/sounds.json @@ -63,6 +63,15 @@ } ] }, + "eidan_9000_airzero": { + "sounds": [ + { + "name": "mtr:eidan_9000/airzero", + "pitch": 1, + "attenuation_distance": 32 + } + ] + }, "eidan_9000_flange0": { "sounds": [ { @@ -162,15 +171,6 @@ } ] }, - "eidan_9000_rub": { - "sounds": [ - { - "name": "mtr:eidan_9000/rub", - "pitch": 1, - "attenuation_distance": 32 - } - ] - }, "london_underground_d78_air": { "sounds": [ { diff --git a/fabric/src/main/resources/assets/mtr/sounds/eidan_9000/Sound.cfg b/fabric/src/main/resources/assets/mtr/sounds/eidan_9000/Sound.cfg index c584d3c44..4c5b7c60f 100644 --- a/fabric/src/main/resources/assets/mtr/sounds/eidan_9000/Sound.cfg +++ b/fabric/src/main/resources/assets/mtr/sounds/eidan_9000/Sound.cfg @@ -37,5 +37,4 @@ Close = DoorCls.wav 0 = Flange0.wav [Others] -Noise = Sounds\Loop.wav -Shoe = Sounds\Rub.wav \ No newline at end of file +Noise = Sounds\Loop.wav \ No newline at end of file