mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-06 22:45:26 +02:00
Activating a super ability has a sound, and trying to cut down trees or activate skull splitter when on cooldown also has a sound.
This commit is contained in:
@@ -86,6 +86,8 @@ public class SoundManager {
|
||||
return Sound.ITEM_TRIDENT_RIPTIDE_3;
|
||||
case DEFLECT_ARROWS:
|
||||
return Sound.ENTITY_ENDER_EYE_DEATH;
|
||||
case TIRED:
|
||||
return Sound.BLOCK_CONDUIT_AMBIENT;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user