Skip to content

Commit 510bdb3

Browse files
committed
Revert "remove curseforge publishing"
This reverts commit 913629a.
1 parent 02bb7d2 commit 510bdb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
modrinth-id: yso5yMlC
4747
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
4848

49-
# curseforge-id: 1286702
50-
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
49+
curseforge-id: 1286702
50+
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
5151

5252
# general settings
5353
name: "SkyCofl ${{ github.ref_name }} Fabric 1.21.10"

src/client/java/com/coflnet/CoflModClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ public void onInitializeClient() {
381381
.button(Text.literal("Modrinth"), popupScreen -> {
382382
Util.getOperatingSystem().open("https://modrinth.com/mod/skycofl/versions");
383383
})
384-
.button(Text.of("GitHub"), popupScreen -> {
385-
Util.getOperatingSystem().open("https://github.com/Coflnet/SkyblockModFabric/releases");
384+
.button(Text.of("Curseforge"), popupScreen -> {
385+
Util.getOperatingSystem().open("https://www.curseforge.com/minecraft/mc-mods/skycofl/files/all?page=1&pageSize=20");
386386
})
387387
.button(Text.of("dismiss"), popupScreen -> popupScreen.close())
388388
.message(Text.of(

0 commit comments

Comments
 (0)