Convert all in-world sounds from stereo to mono, fixes #218

This commit is contained in:
Electroblob77
2019-10-05 17:12:33 +01:00
parent b262b6edc0
commit 6aa3b21190
45 changed files with 8 additions and 8 deletions
@@ -7,7 +7,7 @@
"item.wand.levelup": {"category": "player", "sounds": ["random/levelup"]},
"item.wand.melee": {"category": "player", "sounds": ["ebwizardry:effect1", "ebwizardry:effect2"]},
"item.armour.equip_silk": {"category": "player", "sounds": ["item/armor/equip_leather1", "item/armor/equip_leather2", "item/armor/equip_leather3", "item/armor/equip_leather4", "item/armor/equip_leather5", "item/armor/equip_leather6"]},
"item.purifying_elixir.drink": {"category": "player", "sounds": ["ebwizardry:spellbind"]},
"item.purifying_elixir.drink": {"category": "player", "sounds": ["ebwizardry:buff_large"]},
"entity.black_hole.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.black_hole.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
@@ -158,8 +158,8 @@
"spell.flaming_axe": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.flaming_weapon": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.flight": {"category": "spells", "sounds": ["mob/enderdragon/wings1", "mob/enderdragon/wings2", "mob/enderdragon/wings3", "mob/enderdragon/wings4", "mob/enderdragon/wings5", "mob/enderdragon/wings6"]},
"spell.font_of_mana": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.font_of_vitality": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.font_of_mana": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.font_of_vitality": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.force_arrow": {"category": "spells", "sounds": ["ebwizardry:force"]},
"spell.forcefield": {"category": "spells", "sounds": ["ebwizardry:conjure_large"]},
"spell.force_orb": {"category": "spells", "sounds": ["random/bow"]},
@@ -179,11 +179,11 @@
"spell.grapple.pull": {"category": "spells", "sounds": ["ebwizardry:pull1", "ebwizardry:pull2"]},
"spell.grapple.release": {"category": "spells", "sounds": ["random/bowhit1", "random/bowhit2", "random/bowhit3"]},
"spell.greater_fireball": {"category": "spells", "sounds": ["mob/ghast/fireball4"]},
"spell.greater_heal": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.greater_heal": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.greater_telekinesis.start": {"category": "spells", "sounds": ["ebwizardry:aura_start"]},
"spell.greater_telekinesis.loop": {"category": "spells", "sounds": ["ebwizardry:aura_loop"]},
"spell.greater_telekinesis.end": {"category": "spells", "sounds": ["ebwizardry:aura_end"]},
"spell.greater_ward": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.greater_ward": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.group_heal": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.growth_aura": {"category": "spells", "sounds": ["ebwizardry:conjure_large"]},
"spell.hailstorm": {"category": "spells", "sounds": ["mob/illusion_illager/prepare_blind"]},
@@ -250,12 +250,12 @@
"spell.ray_of_purification.start": {"category": "spells", "sounds": ["ebwizardry:aura_start"]},
"spell.ray_of_purification.loop": {"category": "spells", "sounds": ["ebwizardry:aura_loop"]},
"spell.ray_of_purification.end": {"category": "spells", "sounds": ["ebwizardry:aura_end"]},
"spell.remove_curse": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.remove_curse": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.replenish_hunger": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.resurrection": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.resurrection": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.reversal": {"category": "spells", "sounds": ["mob/wither/hurt1", "mob/wither/hurt2", "mob/wither/hurt3", "mob/wither/hurt4"]},
"spell.ring_of_fire": {"category": "spells", "sounds": ["mob/ghast/fireball4"]},
"spell.satiety": {"category": "spells", "sounds": ["ebwizardry:spellbind"]},
"spell.satiety": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.shadow_ward.start": {"category": "spells", "sounds": ["ebwizardry:dark_aura_start"]},
"spell.shadow_ward.loop": {"category": "spells", "sounds": ["ebwizardry:dark_aura_loop"]},
"spell.shadow_ward.end": {"category": "spells", "sounds": ["ebwizardry:dark_aura_end"]},
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.