mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-22 16:48:25 +01:00
Minecraft 1.20.2
This commit is contained in:
parent
9f347dfd19
commit
e887116078
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx8G
|
|||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|
||||||
# minecraft and fabric
|
# minecraft and fabric
|
||||||
minecraft_version=1.20.2-rc2
|
minecraft_version=1.20.2
|
||||||
yarn_mappings=1.20.2-rc2+build.4
|
yarn_mappings=1.20.2+build.1
|
||||||
loader_version=0.14.22
|
loader_version=0.14.22
|
||||||
fabric_api_version=0.89.0+1.20.2
|
fabric_api_version=0.89.0+1.20.2
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ public class PackFormatsMappings {
|
|||||||
private final static Map<Integer, GameVersion> protocolMap = new HashMap<>();
|
private final static Map<Integer, GameVersion> protocolMap = new HashMap<>();
|
||||||
|
|
||||||
public static void load() {
|
public static void load() {
|
||||||
registerVersion(VersionEnum.r1_20_2, 18, "1.20.2 Release Candidate 2", "1.20.2-rc2");
|
registerVersion(VersionEnum.r1_20_2, 18, "1.20.2");
|
||||||
registerVersion(VersionEnum.r1_20tor1_20_1, 15, "1.20.1"); // 1.20 and 1.20.1 are the same, why care...
|
registerVersion(VersionEnum.r1_20tor1_20_1, 15, "1.20.1"); // 1.20 and 1.20.1 are the same, why care...
|
||||||
registerVersion(VersionEnum.r1_19_4, 13, "1.19.4");
|
registerVersion(VersionEnum.r1_19_4, 13, "1.19.4");
|
||||||
registerVersion(VersionEnum.r1_19_3, 12, "1.19.3");
|
registerVersion(VersionEnum.r1_19_3, 12, "1.19.3");
|
||||||
|
Loading…
Reference in New Issue
Block a user