Removed unused sound

This commit is contained in:
Jules 2023-05-15 00:06:34 +02:00
parent ac36e3eaa1
commit 2ba9c1f0ec
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ public enum SoundEvent {
WARP_CANCELLED,
WARP_CHARGE,
WARP_UNLOCK,
HOTBAR_SWAP,
SPELL_CAST_BEGIN,
SPELL_CAST_END,
CANT_SELECT_CLASS,

View File

@ -9,8 +9,6 @@ warp-teleport: ENTITY_ENDERMAN_TELEPORT,1,0.5
warp-charge: BLOCK_NOTE_BLOCK_BELL #Uses a special pitch method, so pitch and volume is not changeable
warp-unlock: UI_TOAST_CHALLENGE_COMPLETE,1,1.2
hotbar-swap: ITEM_ARMOR_EQUIP_LEATHER
spell-cast-begin: BLOCK_END_PORTAL_FRAME_FILL,1,2
spell-cast-end: BLOCK_FIRE_EXTINGUISH,1,2