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

Update to 1.17.1-rc2

This commit is contained in:
Alexander01998 2021-07-05 20:36:33 +02:00
parent 6f09733cbf
commit 171743c2b1
3 changed files with 7 additions and 7 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.17.1-rc1
yarn_mappings=1.17.1-rc1+build.5
minecraft_version=1.17.1-rc2
yarn_mappings=1.17.1-rc2+build.1
loader_version=0.11.6
#Fabric api
fabric_version=0.36.0+1.17
fabric_version=0.36.1+1.17
# Mod Properties
mod_version = v7.15.3-MC1.17.1-rc1
mod_version = v7.15.3-MC1.17.1-rc2
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.15.3";
public static final String MC_VERSION = "1.17.1-rc1";
public static final String MC_VERSION = "1.17.1-rc2";
private WurstAnalytics analytics;
private EventManager eventManager;

View File

@ -28,8 +28,8 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": ">=0.33.4",
"minecraft": ">=1.17.1-pre1",
"fabric": ">=0.36.1",
"minecraft": ">=1.17.1-rc2",
"java": ">=16"
},
"suggests": {