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

[Wurst-Bot] Update to 24w10a

This commit is contained in:
Alexander01998 2024-03-06 19:27:41 +01:00
parent 19e311d925
commit e268098a37
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=24w09a
yarn_mappings=24w09a+build.8
minecraft_version=24w10a
yarn_mappings=24w10a+build.1
loader_version=0.15.7
#Fabric api
fabric_version=0.96.6+1.20.5
fabric_version=0.96.8+1.20.5
# Mod Properties
mod_version = v7.41.1-MC24w09a
mod_version = v7.41.1-MC24w10a
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.1";
public static final String MC_VERSION = "24w09a";
public static final String MC_VERSION = "24w10a";
private WurstAnalytics analytics;
private EventManager eventManager;