File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/client/java/com/coflnet Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments