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 d74f30c commit b1fa5faCopy full SHA for b1fa5fa
gradle.properties
@@ -15,7 +15,7 @@ loom_version=1.13-SNAPSHOT
15
fabric_version=0.138.3+1.21.10
16
17
# Mod Properties
18
-mod_version=v7.51.1-MC1.21.10
+mod_version=v7.51.2-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 Minecraft MC;
51
public static IMinecraftClient IMC;
52
53
- public static final String VERSION = "7.51.1";
+ public static final String VERSION = "7.51.2";
54
public static final String MC_VERSION = "1.21.10";
55
56
private PlausibleAnalytics plausible;
0 commit comments