mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-23 16:58:30 +01:00
pre-load more classic features
This commit is contained in:
parent
0b29937d0e
commit
a735fb31ed
@ -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>
|
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>
|
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.
|
in the upper left corner you can go to the Settings.
|
||||||
|
|
||||||
![](/.github/images/multiplayer.png)
|
![](/.github/images/multiplayer.png)
|
||||||
![](/.github/images/protocol.png)
|
![](/.github/images/protocol.png)
|
||||||
|
|
||||||
|
@ -47,8 +47,11 @@ public class ViaFabricPlus {
|
|||||||
public void init() {
|
public void init() {
|
||||||
PreLoadCallback.EVENT.invoker().onLoad();
|
PreLoadCallback.EVENT.invoker().onLoad();
|
||||||
|
|
||||||
|
// Classic Stuff
|
||||||
CustomClassicProtocolExtensions.create();
|
CustomClassicProtocolExtensions.create();
|
||||||
ClassicItemSelectionScreen.create();
|
ClassicItemSelectionScreen.create();
|
||||||
|
ChatLengthDefinition.create();
|
||||||
|
ClassicProtocolCommands.create();
|
||||||
|
|
||||||
new ProtocolHack();
|
new ProtocolHack();
|
||||||
|
|
||||||
@ -62,10 +65,6 @@ public class ViaFabricPlus {
|
|||||||
ItemReleaseVersionDefinition.create();
|
ItemReleaseVersionDefinition.create();
|
||||||
ArmorPointsDefinition.load();
|
ArmorPointsDefinition.load();
|
||||||
|
|
||||||
// Classic Stuff
|
|
||||||
ChatLengthDefinition.create();
|
|
||||||
ClassicProtocolCommands.create();
|
|
||||||
|
|
||||||
// Bedrock Stuff
|
// Bedrock Stuff
|
||||||
BedrockAccountManager.INSTANCE.load();
|
BedrockAccountManager.INSTANCE.load();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user