[ci skip] Update versions in README.md

This commit is contained in:
FlorianMichael 2025-01-18 20:57:24 +01:00
parent b15cd55626
commit 8d48c03863
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div>
## Supported Server versions
- Release (1.0.0 - 1.21.3)
- Release (1.0.0 - 1.21.4)
- Beta (b1.0 - b1.8.1)
- Alpha (a1.0.15 - a1.2.6)
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
@ -21,7 +21,7 @@
## How to (Users)
ViaForge can be installed on 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.4, 1.20.4 and 1.20.6 Forge client versions. <br>
ViaForge can be installed on 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.4, 1.20.4, 1.20.6 and 1.21.4 Forge client versions. <br>
The ``legacy-1.8`` also supports Minecraft 1.8.9.

View File

@ -35,7 +35,9 @@ import java.util.Optional;
@Mixin(targets = "net.minecraft.client.gui.screens.ConnectScreen$1")
public class MixinConnectScreen_1 {
@Shadow @Final private ServerData val$p_252078_;
@Shadow
@Final
private ServerData val$p_252078_;
@Redirect(method = "run", at = @At(value = "INVOKE", target = "Ljava/util/Optional;get()Ljava/lang/Object;"))
public Object trackServerVersion(Optional instance) {