mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-26 00:35:17 +01:00
Removed unused sound
This commit is contained in:
parent
ac36e3eaa1
commit
2ba9c1f0ec
@ -6,7 +6,6 @@ public enum SoundEvent {
|
|||||||
WARP_CANCELLED,
|
WARP_CANCELLED,
|
||||||
WARP_CHARGE,
|
WARP_CHARGE,
|
||||||
WARP_UNLOCK,
|
WARP_UNLOCK,
|
||||||
HOTBAR_SWAP,
|
|
||||||
SPELL_CAST_BEGIN,
|
SPELL_CAST_BEGIN,
|
||||||
SPELL_CAST_END,
|
SPELL_CAST_END,
|
||||||
CANT_SELECT_CLASS,
|
CANT_SELECT_CLASS,
|
||||||
|
@ -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-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
|
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-begin: BLOCK_END_PORTAL_FRAME_FILL,1,2
|
||||||
spell-cast-end: BLOCK_FIRE_EXTINGUISH,1,2
|
spell-cast-end: BLOCK_FIRE_EXTINGUISH,1,2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user