mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Bump adventure dependency
This commit is contained in:
@@ -165,6 +165,7 @@ public interface ComponentHasher {
|
||||
} else if (component instanceof NBTComponent<?,?> nbt) {
|
||||
return NBT_COMPONENT.hash(nbt, encoder);
|
||||
}
|
||||
// TODO support object component hashing!
|
||||
throw new IllegalStateException("Unimplemented component hasher: " + component);
|
||||
};
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@ protocol-common = "3.0.0.Beta8-20250929.213851-8"
|
||||
protocol-codec = "3.0.0.Beta8-20250929.213851-8"
|
||||
raknet = "1.0.0.CR3-20250811.214335-20"
|
||||
minecraftauth = "4.1.1"
|
||||
mcprotocollib = "1.21.9-20251020.140136-16"
|
||||
adventure = "4.24.0"
|
||||
adventure-platform = "4.3.0"
|
||||
mcprotocollib = "1.21.9-20251026.124736-17"
|
||||
adventure = "4.25.0"
|
||||
adventure-platform = "4.4.1"
|
||||
junit = "5.9.2"
|
||||
checkerframework = "3.19.0"
|
||||
log4j = "2.20.0"
|
||||
|
||||
Reference in New Issue
Block a user