Skip to content

Commit 4400a3a

Browse files
Change version to 7.51.3
1 parent a7c4ed9 commit 4400a3a

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

gradle.properties

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# Done to increase the memory available to gradle.
2-
org.gradle.jvmargs=-Xmx2G
3-
org.gradle.parallel=true
4-
org.gradle.configuration-cache=true
5-
6-
# Fabric Properties
7-
# check these at https://fabricmc.net/develop/ and
8-
# https://modrinth.com/mod/fabric-api/versions
9-
minecraft_version=1.21.11
10-
yarn_mappings=1.21.11+build.2
11-
loader_version=0.18.2
12-
loom_version=1.14-SNAPSHOT
13-
14-
# Fabric API
15-
fabric_version=0.139.4+1.21.11
16-
17-
# Mod Properties
18-
mod_version=v7.51.2-MC1.21.11
19-
maven_group=net.wurstclient
20-
archives_base_name=Wurst-Client
21-
mod_loader=Fabric
22-
23-
# GitHub
24-
gh_repo_id=Wurst-Imperium/Wurst7
25-
mcx_repo_id=Wurst-Imperium/Wurst-MCX2
26-
27-
# Dependencies
28-
# check at https://modrinth.com/mod/sodium/versions?l=fabric&g=1.21.11
29-
sodium_version=mc1.21.11-0.8.0-fabric
30-
do_mod_compat_test=true
1+
# Done to increase the memory available to gradle.
2+
org.gradle.jvmargs=-Xmx2G
3+
org.gradle.parallel=true
4+
org.gradle.configuration-cache=true
5+
6+
# Fabric Properties
7+
# check these at https://fabricmc.net/develop/ and
8+
# https://modrinth.com/mod/fabric-api/versions
9+
minecraft_version=1.21.11
10+
yarn_mappings=1.21.11+build.2
11+
loader_version=0.18.2
12+
loom_version=1.14-SNAPSHOT
13+
14+
# Fabric API
15+
fabric_version=0.139.4+1.21.11
16+
17+
# Mod Properties
18+
mod_version=v7.51.3-MC1.21.11
19+
maven_group=net.wurstclient
20+
archives_base_name=Wurst-Client
21+
mod_loader=Fabric
22+
23+
# GitHub
24+
gh_repo_id=Wurst-Imperium/Wurst7
25+
mcx_repo_id=Wurst-Imperium/Wurst-MCX2
26+
27+
# Dependencies
28+
# check at https://modrinth.com/mod/sodium/versions?l=fabric&g=1.21.11
29+
sodium_version=mc1.21.11-0.8.0-fabric
30+
do_mod_compat_test=true

src/main/java/net/wurstclient/WurstClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public enum WurstClient
5050
public static Minecraft MC;
5151
public static IMinecraftClient IMC;
5252

53-
public static final String VERSION = "7.51.2";
53+
public static final String VERSION = "7.51.3";
5454
public static final String MC_VERSION = "1.21.11";
5555

5656
private PlausibleAnalytics plausible;

0 commit comments

Comments
 (0)