Skip to content

Commit 0147a3d

Browse files
committed
Merge remote-tracking branch 'upstream'
2 parents 35874f2 + 2fec834 commit 0147a3d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/update_modrinth_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1414
fabric_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
1818
fork_release_version=0.51
1919
maven_group=net.wurstclient
2020
archives_base_name=Wurst-Client
@@ -24,6 +24,6 @@ mod_loader=Fabric
2424
gh_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
2828
sodium_version=mc26.1.1-0.8.9-fabric
2929
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
@@ -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;

0 commit comments

Comments
 (0)