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 76dee0b commit 3fae571Copy full SHA for 3fae571
gradle.properties
@@ -15,7 +15,7 @@ loom_version=1.12-SNAPSHOT
15
fabric_version=0.137.0+1.21.10
16
17
# Mod Properties
18
-mod_version=v7.51pre2-MC1.21.10
+mod_version=v7.51-MC1.21.10
19
maven_group=net.wurstclient
20
archives_base_name=Wurst-Client
21
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.51pre2";
+ public static final String VERSION = "7.51";
54
public static final String MC_VERSION = "1.21.10";
55
56
private PlausibleAnalytics plausible;
0 commit comments