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

Update to 21w16a

This commit is contained in:
Alexander01998 2021-04-22 01:11:23 +02:00
parent 5bf2f993ba
commit 87e5b48112
2 changed files with 5 additions and 5 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=21w15a
yarn_mappings=21w15a+build.1
minecraft_version=21w16a
yarn_mappings=21w16a+build.1
loader_version=0.11.3
#Fabric api
fabric_version=0.32.9+1.17
fabric_version=0.33.0+1.17
# Mod Properties
mod_version = v7.15-MC21w15a
mod_version = v7.15-MC21w16a
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

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