mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-03-11 13:28:50 +01:00
1.20.6
This commit is contained in:
parent
9dfcd7db1a
commit
f7eef8fd4b
@ -16,7 +16,7 @@ ViaFabricPlus is a deep integration of ViaVersion on the Fabric platform, it imp
|
||||
At the time of writing, VFP is the only protocol translation platform for the client with which you can play on all Minecraft multiplayer versions with many QoL features and get the feel of the old versions.
|
||||
|
||||
## Supported Server versions
|
||||
- Release (1.0.0 - 1.20.5)
|
||||
- Release (1.0.0 - 1.20.6)
|
||||
- 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))
|
||||
|
@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx8G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Minecraft/Fabric
|
||||
minecraft_version=1.20.5
|
||||
yarn_mappings=1.20.5+build.1
|
||||
minecraft_version=1.20.6
|
||||
yarn_mappings=1.20.6+build.1
|
||||
loader_version=0.15.10
|
||||
fabric_api_version=0.97.7+1.20.5
|
||||
fabric_api_version=0.97.8+1.20.6
|
||||
|
||||
# Project Details
|
||||
mod_version=3.2.1-SNAPSHOT
|
||||
|
@ -38,7 +38,7 @@ public class ResourcePackHeaderDiff {
|
||||
private final static Map<ProtocolVersion, GameVersion> GAME_VERSION_DIFF = new HashMap<>();
|
||||
|
||||
static {
|
||||
registerVersion(ProtocolVersion.v1_20_5, 32, "1.20.5");
|
||||
registerVersion(ProtocolVersion.v1_20_5, 32, "1.20.6");
|
||||
registerVersion(ProtocolVersion.v1_20_3, 22, "1.20.4");
|
||||
registerVersion(ProtocolVersion.v1_20_2, 18, "1.20.2");
|
||||
registerVersion(ProtocolVersion.v1_20, 15, "1.20.1");
|
||||
|
Loading…
Reference in New Issue
Block a user