File tree Expand file tree Collapse file tree
src/main/java/net/wurstclient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- branch : ["master", "1.21.11"]
15+ branch : ["26.2", " master", "1.21.11"]
1616 steps :
1717 - name : Update Modrinth Dependencies
1818 uses : Wurst-Imperium/update-modrinth-deps@v1
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.1
10- loader_version =0.18.6
11- loom_version =1.15 -SNAPSHOT
9+ minecraft_version =26.1.2
10+ loader_version =0.19.2
11+ loom_version =1.16 -SNAPSHOT
1212
1313# Fabric API
1414fabric_api_version =0.146.1+26.1.2
1515
1616# Mod Properties
17- mod_version =v7.53.1-CevAPI-MC26.1.1
17+ mod_version =v7.53.1-CevAPI-MC26.1.2
1818fork_release_version =0.51
1919maven_group =net.wurstclient
2020archives_base_name =Wurst-Client
@@ -24,6 +24,6 @@ mod_loader=Fabric
2424gh_repo_id =cev-api/Wurst7-CevAPI
2525
2626# Dependencies
27- # check at https://modrinth.com/mod/sodium/versions?l=fabric&g=26.1.1
27+ # check at https://modrinth.com/mod/sodium/versions?l=fabric&g=26.1.2
2828sodium_version =mc26.1.1-0.8.9-fabric
2929do_mod_compat_test =true
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public enum WurstClient
6262 public static IMinecraftClient IMC ;
6363
6464 public static final String VERSION = "7.53.1" ;
65- public static final String MC_VERSION = "26.1.1 " ;
65+ public static final String MC_VERSION = "26.1.2 " ;
6666
6767 private PlausibleAnalytics plausible ;
6868 private EventManager eventManager ;
You can’t perform that action at this time.
0 commit comments