pre-load more classic features

This commit is contained in:
FlorianMichael 2023-03-21 13:45:10 +01:00
parent 0b29937d0e
commit a735fb31ed
2 changed files with 4 additions and 4 deletions

View File

@ -100,6 +100,7 @@ ViaFabricPlus uses Gradle, to make sure that it is installed properly you can ch
In the multiplayer screen you will find the ViaFabricPlus button in the upper left corner by default, it is the main button, <br>
click on it, and you will see the Protocol selection, there you can choose the Minecraft version you want to connect to, <br>
in the upper left corner you can go to the Settings.
![](/.github/images/multiplayer.png)
![](/.github/images/protocol.png)

View File

@ -47,8 +47,11 @@ public class ViaFabricPlus {
public void init() {
PreLoadCallback.EVENT.invoker().onLoad();
// Classic Stuff
CustomClassicProtocolExtensions.create();
ClassicItemSelectionScreen.create();
ChatLengthDefinition.create();
ClassicProtocolCommands.create();
new ProtocolHack();
@ -62,10 +65,6 @@ public class ViaFabricPlus {
ItemReleaseVersionDefinition.create();
ArmorPointsDefinition.load();
// Classic Stuff
ChatLengthDefinition.create();
ClassicProtocolCommands.create();
// Bedrock Stuff
BedrockAccountManager.INSTANCE.load();
});