Update Fabric mappings and api
@ -18,7 +18,7 @@ These fixes consist of movment changes, block/entity collisions, rendering chang
|
|||||||
At the time of writing, ViaFabricPlus is the only mod that supports joining all Minecraft server versions down to the first multiplayer version while implementing
|
At the time of writing, ViaFabricPlus is the only mod that supports joining all Minecraft server versions down to the first multiplayer version while implementing
|
||||||
legacy combat mechanics, movement, and rendering changes to make the gameplay more feel like the old days.
|
legacy combat mechanics, movement, and rendering changes to make the gameplay more feel like the old days.
|
||||||
|
|
||||||
**On the other hand, ViaFabricPlus supports only the latest Minecraft client version, and only on Fabric.**
|
**On the other hand, ViaFabricPlus supports only the latest Minecraft client version, and only Fabric.**
|
||||||
|
|
||||||
## Supported Server versions
|
## Supported Server versions
|
||||||
- Release (1.0.0 - 1.21)
|
- Release (1.0.0 - 1.21)
|
||||||
|
@ -6,12 +6,12 @@ where you can change the settings and set the protocol version, the position of
|
|||||||
Settings -> General -> multiplayer screen button orientation.
|
Settings -> General -> multiplayer screen button orientation.
|
||||||
|
|
||||||
![](preview/multiplayer.png)
|
![](preview/multiplayer.png)
|
||||||
![](preview/protocol.png)
|
![](preview/protocol_selection.png)
|
||||||
|
|
||||||
In the Add/Edit Server screen there is a button where you can select a specific version for this server, when you ping or connect to this server,
|
In the Add/Edit Server screen there is a button where you can select a specific version for this server, when you ping or connect to this server,
|
||||||
ViaFabricPlus will use the version set there, the versions are stored in the servers.dat too
|
ViaFabricPlus will use the version set there, the versions are stored in the servers.dat too
|
||||||
|
|
||||||
![](preview/force.png)
|
![](preview/set_version_for_server.png)
|
||||||
|
|
||||||
If you don't want to specify a specific version anymore, you can simply press the button and select **"Cancel and reset"**.
|
If you don't want to specify a specific version anymore, you can simply press the button and select **"Cancel and reset"**.
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ You can use the ViaVersion commands with **/viafabricplus** or **/viaversion**,
|
|||||||
|
|
||||||
### Settings<br>
|
### Settings<br>
|
||||||
For users only the settings in the **General**, **Bedrock**, **Authentication** and **Visual** tab are relevant, the other settings are only for developers, you should not change the settings in the **Debug** tab if you don't know what you are doing.
|
For users only the settings in the **General**, **Bedrock**, **Authentication** and **Visual** tab are relevant, the other settings are only for developers, you should not change the settings in the **Debug** tab if you don't know what you are doing.
|
||||||
![](preview/settings.png)
|
![](preview/settings-selection.png)
|
||||||
|
|
||||||
### Configuring the protocol translation libraries
|
### Configuring the protocol translation libraries
|
||||||
To change the protocol translation settings/features you can look into the ViaLoader folder. You can find 4 config files there depending on the platforms loaded:
|
To change the protocol translation settings/features you can look into the ViaLoader folder. You can find 4 config files there depending on the platforms loaded:
|
||||||
@ -48,10 +48,10 @@ then you can log in via device login, the account logged in there will be stored
|
|||||||
### ClassiCube and BetaCraft integration
|
### ClassiCube and BetaCraft integration
|
||||||
In the main GUI there is an extra button for ClassiCube and BetaCraft, both buttons send API requests to the respective platforms to get the respective server list.
|
In the main GUI there is an extra button for ClassiCube and BetaCraft, both buttons send API requests to the respective platforms to get the respective server list.
|
||||||
## BetaCraft
|
## BetaCraft
|
||||||
![](preview/betacraft.png)
|
![](preview/betacraft_servers.png)
|
||||||
|
|
||||||
## ClassiCube
|
## ClassiCube
|
||||||
![](preview/classicube.png)
|
![](preview/classicube_servers.png)
|
||||||
|
|
||||||
For ClassiCube you need an account, which you can make on the official website (https://www.classicube.net/), in case ClassiCube requires MultiFactor, an extra GUI will open in ViaFabricPlus.
|
For ClassiCube you need an account, which you can make on the official website (https://www.classicube.net/), in case ClassiCube requires MultiFactor, an extra GUI will open in ViaFabricPlus.
|
||||||
![](preview/classicube_login.png)
|
![](preview/classicube_login.png)
|
||||||
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 746 KiB After Width: | Height: | Size: 746 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
@ -4,9 +4,9 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Minecraft/Fabric
|
# Minecraft/Fabric
|
||||||
minecraft_version=1.21
|
minecraft_version=1.21
|
||||||
yarn_mappings=1.21+build.1
|
yarn_mappings=1.21+build.8
|
||||||
loader_version=0.15.11
|
loader_version=0.15.11
|
||||||
fabric_api_version=0.100.1+1.21
|
fabric_api_version=0.100.6+1.21
|
||||||
|
|
||||||
# Project Details
|
# Project Details
|
||||||
mod_version=3.4.3-SNAPSHOT
|
mod_version=3.4.3-SNAPSHOT
|
||||||
|