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

Merge branch '1.21.1'

This commit is contained in:
Alexander01998 2024-08-12 22:04:03 +02:00
commit 37febd5d99
2 changed files with 6 additions and 6 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 minecraft_version=1.21.1
yarn_mappings=1.21+build.9 yarn_mappings=1.21.1+build.1
loader_version=0.15.11 loader_version=0.16.0
# Fabric API # Fabric API
fabric_version=0.102.0+1.21 fabric_version=0.102.0+1.21.1
# Mod Properties # Mod Properties
mod_version = v7.45-MC1.21 mod_version = v7.45-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.45"; public static final String VERSION = "7.45";
public static final String MC_VERSION = "1.21"; public static final String MC_VERSION = "1.21.1";
private WurstAnalytics analytics; private WurstAnalytics analytics;
private EventManager eventManager; private EventManager eventManager;