From 111541409203f986022dc8dac8e088d0247ca31d Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:45:20 +0200 Subject: [PATCH] Updated MinecraftAuth (fixes https://github.com/ViaVersion/ViaFabricPlus/issues/228 and https://github.com/ViaVersion/ViaFabricPlus/issues/227) --- .github/DEVELOPER_API.md | 2 +- gradle.properties | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/DEVELOPER_API.md b/.github/DEVELOPER_API.md index 3fb0ad1c..2cfa267b 100644 --- a/.github/DEVELOPER_API.md +++ b/.github/DEVELOPER_API.md @@ -11,7 +11,7 @@ public class ViaFabricPlusExampleAddon implements ClientModInitializer { } } ``` -#### ViaFabricPlus has 6 events at the moment: +#### ViaFabricPlus has 7 events at the moment: | Callback class name | Description | |--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ChangeProtocolVersionCallback | Called when the user changes the target version in the screen, or if you connect to a server for which a specific version has been selected, you disconnect, the event for the actual version is also called. | diff --git a/gradle.properties b/gradle.properties index 8a35c5fc..423cf4f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,12 +21,14 @@ classic4j_version=1.2.0 viaversion_version=4.8.0-23w32a-SNAPSHOT viabackwards_version=4.8.0-23w32a-SNAPSHOT -# raphimc libs +vialoader_version=2.2.9-SNAPSHOT + vialegacy_version=2.2.19-SNAPSHOT viaaprilfools_version=2.0.9-SNAPSHOT viabedrock_version=0.0.2-SNAPSHOT -minecraftauth_version=2.1.4-SNAPSHOT -vialoader_version=2.2.9-SNAPSHOT + +# raphimc libs +minecraftauth_version=2.1.6-SNAPSHOT # lenni0451 libs reflect_version=1.2.2