Skip to content

Commit

Permalink
Update version on fabric.mod.json to 1.20
Browse files Browse the repository at this point in the history
Removed curseforge
  • Loading branch information
FxMorin committed Jun 14, 2023
1 parent ca617ac commit 8e0014b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
dependencies: |
carpet | depends
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Update-Rules-Wiki:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@
],
"accessWidener" : "carpet-fixes.accesswidener",
"depends": {
"minecraft": ">=1.19",
"minecraft": ">=1.20",
"fabricloader": ">=0.11.3",
"carpet": ">=1.4.91",
"java": ">=17",
"conditional-mixin": "*"
},
"custom": {
"mc-publish": {
"curseforge": 529720,
"modrinth": "7Jaxgqip"
},
"modmenu": {
Expand Down

0 comments on commit 8e0014b

Please sign in to comment.