File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/net/wurstclient Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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-rc2
9+ minecraft_version =1.21.11-rc3
1010yarn_mappings =25w46a+build.2
1111loader_version =0.18.1
1212loom_version =1.14-SNAPSHOT
@@ -15,7 +15,7 @@ loom_version=1.14-SNAPSHOT
1515fabric_version =0.139.4+1.21.11
1616
1717# Mod Properties
18- mod_version =v7.51.2-MC1.21.11-rc2
18+ mod_version =v7.51.2-MC1.21.11-rc3
1919maven_group =net.wurstclient
2020archives_base_name =Wurst-Client
2121mod_loader =Fabric
Original file line number Diff line number Diff 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-rc2 " ;
54+ public static final String MC_VERSION = "1.21.11-rc3 " ;
5555
5656 private PlausibleAnalytics plausible ;
5757 private EventManager eventManager ;
You can’t perform that action at this time.
0 commit comments