Update Fabric mappings and api

This commit is contained in:
FlorianMichael 2024-07-11 05:11:01 +02:00
parent f7e0c6f6b7
commit 7e4141f410
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
8 changed files with 8 additions and 8 deletions

View File

@ -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
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
- Release (1.0.0 - 1.21)

View File

@ -6,12 +6,12 @@ where you can change the settings and set the protocol version, the position of
Settings -> General -> multiplayer screen button orientation.
![](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,
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"**.
@ -22,7 +22,7 @@ You can use the ViaVersion commands with **/viafabricplus** or **/viaversion**,
### 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.
![](preview/settings.png)
![](preview/settings-selection.png)
### 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:
@ -48,10 +48,10 @@ then you can log in via device login, the account logged in there will be stored
### 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.
## BetaCraft
![](preview/betacraft.png)
![](preview/betacraft_servers.png)
## 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.
![](preview/classicube_login.png)

View File

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View File

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 130 KiB

View File

Before

Width:  |  Height:  |  Size: 746 KiB

After

Width:  |  Height:  |  Size: 746 KiB

View File

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -4,9 +4,9 @@ org.gradle.parallel=true
# Minecraft/Fabric
minecraft_version=1.21
yarn_mappings=1.21+build.1
yarn_mappings=1.21+build.8
loader_version=0.15.11
fabric_api_version=0.100.1+1.21
fabric_api_version=0.100.6+1.21
# Project Details
mod_version=3.4.3-SNAPSHOT