Skip to content

Commit 3150863

Browse files
committed
Merge 1.16 into 1.18
2 parents 3d1ead9 + f59e003 commit 3150863

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and publish mod to CurseForge & Modrinth
2525
run: |
2626
chmod +x gradlew
27-
./gradlew forge:publishToModSites fabric:publishToModSites forge:copyJarToBin fabric:copyJarToBin
27+
./gradlew publishToModSites copyJarToBin
2828
env:
2929
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
3030
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Some fixes are based on prior work in various Forge PRs (check commit history an
66
is directly derived from Sodium and used under the terms of the LGPL-3.0 license.
77

88
## Development builds (generally stable, but may occasionally have bugs)
9-
- 1.16.5, both modloaders: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.16/Package.zip
10-
- 1.18.2, both modloaders: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.18/Package.zip
11-
- 1.19.2, both modloaders: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.19.2/Package.zip
12-
- 1.19.4, both modloaders: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.19.4/Package.zip
13-
- 1.20.1, both modloaders: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.20/Package.zip
9+
- 1.16.5: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.16/Package.zip
10+
- 1.18.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.18/Package.zip
11+
- 1.19.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.19.2/Package.zip
12+
- 1.20.1: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.20/Package.zip
13+
- 1.20.2: https://nightly.link/embeddedt/ModernFix/workflows/gradle/1.20.2/Package.zip
1414

1515
------------
1616

0 commit comments

Comments
 (0)