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

[Wurst-Bot] Update to 23w43a

This commit is contained in:
Alexander01998 2023-10-25 19:48:02 +02:00
parent 1705eb28fd
commit d37ab4f54d
2 changed files with 6 additions and 6 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=23w42a
yarn_mappings=23w42a+build.5
loader_version=0.14.23
minecraft_version=23w43a
yarn_mappings=23w43a+build.1
loader_version=0.14.24
#Fabric api
fabric_version=0.90.4+1.20.3
fabric_version=0.90.5+1.20.3
# Mod Properties
mod_version = v7.38-MC23w42a
mod_version = v7.38-MC23w43a
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static IMinecraftClient IMC;
public static final String VERSION = "7.38";
public static final String MC_VERSION = "23w42a";
public static final String MC_VERSION = "23w43a";
private WurstAnalytics analytics;
private EventManager eventManager;