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.5-pre3

This commit is contained in:
Alexander01998 2024-04-16 22:58:56 +02:00
parent 31a65e9d16
commit 1f5759a4c4
2 changed files with 5 additions and 5 deletions

View File

@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.5-pre2
yarn_mappings=1.20.5-pre2+build.1
minecraft_version=1.20.5-pre3
yarn_mappings=1.20.5-pre3+build.1
loader_version=0.15.10
#Fabric api
fabric_version=0.97.1+1.20.5
fabric_version=0.97.2+1.20.5
# Mod Properties
mod_version = v7.41.2-MC1.20.5-pre2
mod_version = v7.41.2-MC1.20.5-pre3
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.41.2";
public static final String MC_VERSION = "1.20.5-pre2";
public static final String MC_VERSION = "1.20.5-pre3";
private WurstAnalytics analytics;
private EventManager eventManager;