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

[Wurst-Bot] Update to 1.19.1-rc2

This commit is contained in:
Alexander01998 2022-07-23 22:43:06 +02:00
parent 56dad9937c
commit df1580bd2e
2 changed files with 4 additions and 4 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.19.1-pre6
yarn_mappings=1.19.1-pre6+build.1
minecraft_version=1.19.1-rc2
yarn_mappings=1.19.1-rc2+build.3
loader_version=0.14.8
#Fabric api
fabric_version=0.58.0+1.19.1
# Mod Properties
mod_version = v7.27-MC1.19.1-pre6
mod_version = v7.27-MC1.19.1-rc2
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.27";
public static final String MC_VERSION = "1.19.1-pre6";
public static final String MC_VERSION = "1.19.1-rc2";
private WurstAnalytics analytics;
private EventManager eventManager;