Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer523 committed May 12, 2024
1 parent 3d750d9 commit f1f1dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
loaders: forge
files: build/libs/${{ steps.properties.outputs.mod_id }}-${{ steps.var.outputs.version }}.jar

github-token: ${{ secrets.MYGITHUB_TOKEN }}

modrinth-id: KvSy350p
github-token: ${{ secrets.GITHUB_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

curseforge-id: 1015315
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ description='''${mod_description}'''
ordering="NONE"
side="BOTH"

[mc-publish]
curseforge=1015315
modrinth="KvSy350p"

# Features are specific properties of the game environment, that you may want to declare you require. This example declares
# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't
# stop your mod loading on the server for example.
Expand Down

0 comments on commit f1f1dfa

Please sign in to comment.