importnet.minecraftforge.client.event.sound.PlaySoundEvent;//导入依赖的package包/类@SubscribeEvent(priority = EventPriority.LOWEST)publicvoidsoundEvent(finalPlaySoundEventevent){if(event.getSound() ==null|| event.getSound()instanceofConfigSound)return;finalString resource = event.getSound().getSoundL...