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-pre4

This commit is contained in:
Alexander01998 2024-06-07 19:07:55 +02:00
parent 3c664b5be2
commit 0ef830b991
2 changed files with 4 additions and 4 deletions

View File

@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=1.21-pre3
yarn_mappings=1.21-pre3+build.1
minecraft_version=1.21-pre4
yarn_mappings=1.21-pre4+build.2
loader_version=0.15.11
# Fabric API
fabric_version=0.99.5+1.21
# Mod Properties
mod_version = v7.42-MC1.21-pre3
mod_version = v7.42-MC1.21-pre4
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -59,7 +59,7 @@ public enum WurstClient
public static IMinecraftClient IMC;
public static final String VERSION = "7.42";
public static final String MC_VERSION = "1.21-pre3";
public static final String MC_VERSION = "1.21-pre4";
private WurstAnalytics analytics;
private EventManager eventManager;