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

Update to 1.18-pre1

This commit is contained in:
Alexander01998 2021-11-12 01:38:12 +01:00
parent 79bd1f8bd1
commit 5f8b409363
2 changed files with 6 additions and 6 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=21w44a
yarn_mappings=21w44a+build.4
loader_version=0.12.4
minecraft_version=1.18-pre1
yarn_mappings=1.18-pre1+build.3
loader_version=0.12.5
#Fabric api
fabric_version=0.41.4+1.18
fabric_version=0.42.2+1.18
# Mod Properties
mod_version = v7.18-MC21w44a
mod_version = v7.18-MC1.18-pre1
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.18";
public static final String MC_VERSION = "21w44a";
public static final String MC_VERSION = "1.18-pre1";
private WurstAnalytics analytics;
private EventManager eventManager;