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.20.1

This commit is contained in:
Alexander01998 2023-06-12 16:42:41 +02:00
parent d58cceea60
commit db1dedb2fe
2 changed files with 4 additions and 4 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these at https://fabricmc.net/develop/ and # check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api # https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.1-rc1 minecraft_version=1.20.1
yarn_mappings=1.20.1-rc1+build.1 yarn_mappings=1.20.1+build.1
loader_version=0.14.21 loader_version=0.14.21
#Fabric api #Fabric api
fabric_version=0.83.0+1.20.1 fabric_version=0.83.0+1.20.1
# Mod Properties # Mod Properties
mod_version = v7.35.1-MC1.20.1-rc1 mod_version = v7.35.1-MC1.20.1
maven_group = net.wurstclient maven_group = net.wurstclient
archives_base_name = Wurst-Client archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static IMinecraftClient IMC; public static IMinecraftClient IMC;
public static final String VERSION = "7.35.1"; public static final String VERSION = "7.35.1";
public static final String MC_VERSION = "1.20.1-rc1"; public static final String MC_VERSION = "1.20.1";
private WurstAnalytics analytics; private WurstAnalytics analytics;
private EventManager eventManager; private EventManager eventManager;