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

Update to 1.18.2-pre1

This commit is contained in:
Alexander01998 2022-02-18 20:02:18 +01:00
parent cde56c896c
commit 1e6012f092
2 changed files with 5 additions and 5 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=22w07a
yarn_mappings=22w07a+build.2
minecraft_version=1.18.2-pre1
yarn_mappings=1.18.2-pre1+build.4
loader_version=0.13.2
#Fabric api
fabric_version=0.47.2+1.18.2
fabric_version=0.47.3+1.18.2
# Mod Properties
mod_version = v7.21-MC22w07a
mod_version = v7.21-MC1.18.2-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.21";
public static final String MC_VERSION = "22w07a";
public static final String MC_VERSION = "1.18.2-pre1";
private WurstAnalytics analytics;
private EventManager eventManager;