mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-02-12 01:01:28 +01:00
[ci skip] Update versions in README.md
This commit is contained in:
parent
b15cd55626
commit
8d48c03863
@ -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.
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user