Skip to content

Commit 4056aa7

Browse files
[Wurst-Bot] Update to 1.21.11
1 parent 9d299a9 commit 4056aa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.configuration-cache=true
66
# Fabric Properties
77
# check these at https://fabricmc.net/develop/ and
88
# https://modrinth.com/mod/fabric-api/versions
9-
minecraft_version=1.21.11-rc3
9+
minecraft_version=1.21.11
1010
yarn_mappings=25w46a+build.2
1111
loader_version=0.18.1
1212
loom_version=1.14-SNAPSHOT
@@ -15,7 +15,7 @@ loom_version=1.14-SNAPSHOT
1515
fabric_version=0.139.4+1.21.11
1616

1717
# Mod Properties
18-
mod_version=v7.51.2-MC1.21.11-rc3
18+
mod_version=v7.51.2-MC1.21.11
1919
maven_group=net.wurstclient
2020
archives_base_name=Wurst-Client
2121
mod_loader=Fabric

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

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

5353
public static final String VERSION = "7.51.2";
54-
public static final String MC_VERSION = "1.21.11-rc3";
54+
public static final String MC_VERSION = "1.21.11";
5555

5656
private PlausibleAnalytics plausible;
5757
private EventManager eventManager;

0 commit comments

Comments
 (0)