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

Update to 21w41a

This commit is contained in:
Alexander01998 2021-10-13 20:21:28 +02:00
parent 49096e45cd
commit 3153682dff
2 changed files with 5 additions and 5 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html and # check these on https://modmuss50.me/fabric.html and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api # https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=21w40a minecraft_version=21w41a
yarn_mappings=21w40a+build.1 yarn_mappings=21w41a+build.1
loader_version=0.12.1 loader_version=0.12.1
#Fabric api #Fabric api
fabric_version=0.40.7+1.18 fabric_version=0.40.9+1.18
# Mod Properties # Mod Properties
mod_version = v7.17.1-MC21w40a mod_version = v7.17.1-MC21w41a
maven_group = net.wurstclient maven_group = net.wurstclient
archives_base_name = Wurst-Client archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static final IMinecraftClient IMC = (IMinecraftClient)MC; public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.17.1"; public static final String VERSION = "7.17.1";
public static final String MC_VERSION = "21w40a"; public static final String MC_VERSION = "21w41a";
private WurstAnalytics analytics; private WurstAnalytics analytics;
private EventManager eventManager; private EventManager eventManager;