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

Update to 22w05a

This commit is contained in:
Alexander01998 2022-02-02 22:22:55 +01:00
parent c78a2b9353
commit 33f7ce837d
3 changed files with 7 additions and 7 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=22w03a
yarn_mappings=22w03a+build.3
loader_version=0.12.12
minecraft_version=22w05a
yarn_mappings=22w05a+build.1
loader_version=0.13.0
#Fabric api
fabric_version=0.46.2+1.18
fabric_version=0.46.4+1.18.2
# Mod Properties
mod_version = v7.21-MC22w03a
mod_version = v7.21-MC22w05a
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 = "22w03a";
public static final String MC_VERSION = "22w05a";
private WurstAnalytics analytics;
private EventManager eventManager;

View File

@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.12.12",
"fabric": ">=0.42.4",
"minecraft": ">=1.18.2-alpha.22.3.a",
"minecraft": ">=1.18.2-alpha.22.5.a",
"java": ">=17"
},
"suggests": {