We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b270b1e commit 03edfb8Copy full SHA for 03edfb8
gradle.properties
@@ -14,7 +14,7 @@ loom_version=1.11-SNAPSHOT
14
fabric_version=0.131.0+1.21.8
15
16
# Mod Properties
17
-mod_version=v7.50pre2-MC1.21.8
+mod_version=v7.50-MC1.21.8
18
maven_group=net.wurstclient
19
archives_base_name=Wurst-Client
20
mod_loader=Fabric
src/main/java/net/wurstclient/WurstClient.java
@@ -50,7 +50,7 @@ public enum WurstClient
50
public static MinecraftClient MC;
51
public static IMinecraftClient IMC;
52
53
- public static final String VERSION = "7.50pre2";
+ public static final String VERSION = "7.50";
54
public static final String MC_VERSION = "1.21.8";
55
56
private PlausibleAnalytics plausible;
0 commit comments