0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Update to 1.16.3

This commit is contained in:
Alexander01998 2020-09-10 21:57:39 +02:00
parent e1f6edeae6
commit 8b28a51d6a
2 changed files with 5 additions and 5 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.16.3-rc1
yarn_mappings=1.16.3-rc1+build.1
minecraft_version=1.16.3
yarn_mappings=1.16.3+build.1
loader_version=0.9.3+build.207
#Fabric api
fabric_version=0.20.1+build.401-1.16
fabric_version=0.20.2+build.402-1.16
# Mod Properties
mod_version = v7.5-MC1.16.3-rc1
mod_version = v7.5-MC1.16.3
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.5";
public static final String MC_VERSION = "1.16.3-rc1";
public static final String MC_VERSION = "1.16.3";
private WurstAnalytics analytics;
private EventManager eventManager;