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 18a3460 commit 6f7fbe6Copy full SHA for 6f7fbe6
gradle.properties
@@ -14,7 +14,7 @@ loom_version=1.11-SNAPSHOT
14
fabric_version=0.133.4+1.21.8
15
16
# Mod Properties
17
-mod_version=v7.50-MC1.21.8
+mod_version=v7.50.1-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.50";
+ public static final String VERSION = "7.50.1";
54
public static final String MC_VERSION = "1.21.8";
55
56
private PlausibleAnalytics plausible;
0 commit comments