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,15 +6,15 @@ 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 =26.1-rc-3
9+ minecraft_version =26.1
1010loader_version =0.18.4
1111loom_version =1.15-SNAPSHOT
1212
1313# Fabric API
1414fabric_api_version =0.144.0+26.1
1515
1616# Mod Properties
17- mod_version =v7.53-MC26.1-rc-3
17+ mod_version =v7.53-MC26.1
1818maven_group =net.wurstclient
1919archives_base_name =Wurst-Client
2020mod_loader =Fabric
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public enum WurstClient
5252 public static IMinecraftClient IMC ;
5353
5454 public static final String VERSION = "7.53" ;
55- public static final String MC_VERSION = "26.1-rc-3 " ;
55+ public static final String MC_VERSION = "26.1" ;
5656
5757 private PlausibleAnalytics plausible ;
5858 private EventManager eventManager ;
You can’t perform that action at this time.
0 commit comments