Skip to content

Commit

Permalink
update mc-publish version information
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Sep 22, 2023
1 parent 7bb3528 commit b79a33f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
- name: Publish
uses: Kir-Antipov/[email protected]
with:
modrinth-id: Hhaag1wJ
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 320778
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ github.token }}

game-versions: |
1.20
1.20.1
loaders: |
fabric
quilt
23 changes: 18 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,26 @@
"dev.upcraft.glassential.GlassentialClient"
]
},
"mixins": [
"glassential.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.9",
"fabricloader": "*",
"fabric-api": "*",
"minecraft": "1.20.x",
"minecraft": "=1.20.2",
"java": ">=17"
},
"mixins": [
"glassential.mixins.json"
]
"custom": {
"mc-publish": {
"curseforge": "320778",
"modrinth": "Hhaag1wJ",
"loaders": [
"fabric",
"quilt"
],
"dependencies": [
"fabric-api{curseforge:306612}{modrinth:P7dR8mSH}"
]
}
}
}

0 comments on commit b79a33f

Please sign in to comment.