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

Update to 1.16

This commit is contained in:
Alexander01998 2020-06-23 16:00:54 +02:00
parent e539e24401
commit 7e42d0e540
3 changed files with 6 additions and 6 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-rc1
yarn_mappings=1.16-rc1+build.2
minecraft_version=1.16
yarn_mappings=1.16+build.1
loader_version=0.8.8+build.202
#Fabric api
fabric_version=0.12.4+build.365-1.16
fabric_version=0.13.1+build.370-1.16
# Mod Properties
mod_version = v7.1.2-MC1.16-rc1
mod_version = v7.1.2-MC1.16
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.1.2";
public static final String MC_VERSION = "1.16-rc1";
public static final String MC_VERSION = "1.16";
private WurstAnalytics analytics;
private EventManager eventManager;

View File

@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.8.8",
"fabric": ">=0.12.1",
"minecraft": ">=1.16-alpha.20.22.a"
"minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"