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

[Wurst-Bot] Update to 1.21.1

This commit is contained in:
Alexander01998 2024-08-08 17:19:27 +02:00
parent df32caf4f9
commit b5c0e660b6
2 changed files with 5 additions and 5 deletions

View File

@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these at https://fabricmc.net/develop/ and # check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions # https://modrinth.com/mod/fabric-api/versions
minecraft_version=1.21.1-rc1 minecraft_version=1.21.1
yarn_mappings=1.21.1-rc1+build.2 yarn_mappings=1.21.1+build.1
loader_version=0.16.0 loader_version=0.16.0
# Fabric API # Fabric API
fabric_version=0.101.2+1.21.1 fabric_version=0.102.0+1.21.1
# Mod Properties # Mod Properties
mod_version = v7.44-MC1.21.1-rc1 mod_version = v7.44-MC1.21.1
maven_group = net.wurstclient maven_group = net.wurstclient
archives_base_name = Wurst-Client archives_base_name = Wurst-Client

View File

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