mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Adventure 4.23.0 (#12690)
This commit is contained in:
@@ -11,7 +11,7 @@ java {
|
||||
|
||||
val annotationsVersion = "26.0.2"
|
||||
// Keep in sync with paper-server adventure-text-serializer-ansi dep
|
||||
val adventureVersion = "4.21.0"
|
||||
val adventureVersion = "4.23.0"
|
||||
val bungeeCordChatVersion = "1.21-R0.2-deprecated+build.21"
|
||||
val slf4jVersion = "2.0.16"
|
||||
val log4jVersion = "2.24.1"
|
||||
|
@@ -37,7 +37,7 @@ public enum SoundCategory implements Sound.Source.Provider {
|
||||
case PLAYERS -> Sound.Source.PLAYER;
|
||||
case AMBIENT -> Sound.Source.AMBIENT;
|
||||
case VOICE -> Sound.Source.VOICE;
|
||||
case UI -> throw new UnsupportedOperationException("Waiting on adventure release for the UI sound source"); // todo adventure
|
||||
case UI -> Sound.Source.UI;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user