mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Update to latest MCPL version
This commit is contained in:
@@ -1721,7 +1721,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
hasAcceptedCodeOfConduct = true;
|
hasAcceptedCodeOfConduct = true;
|
||||||
sendDownstreamConfigurationPacket(new ServerboundAcceptCodeOfConductPacket(null)); // TODO fix in MCPL
|
sendDownstreamConfigurationPacket(ServerboundAcceptCodeOfConductPacket.INSTANCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void prepareForConfigurationForm() {
|
public void prepareForConfigurationForm() {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ protocol-common = "3.0.0.Beta8-20250929.213851-8"
|
|||||||
protocol-codec = "3.0.0.Beta8-20250929.213851-8"
|
protocol-codec = "3.0.0.Beta8-20250929.213851-8"
|
||||||
raknet = "1.0.0.CR3-20250811.214335-20"
|
raknet = "1.0.0.CR3-20250811.214335-20"
|
||||||
minecraftauth = "4.1.1"
|
minecraftauth = "4.1.1"
|
||||||
mcprotocollib = "1.21.9-20250930.184237-9"
|
mcprotocollib = "1.21.9-20251005.132211-10"
|
||||||
adventure = "4.24.0"
|
adventure = "4.24.0"
|
||||||
adventure-platform = "4.3.0"
|
adventure-platform = "4.3.0"
|
||||||
junit = "5.9.2"
|
junit = "5.9.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user