Skip to content

Commit

Permalink
Fix the publish script (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Feb 10, 2024
1 parent 6532efc commit 9024e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: java -Diris.release=true -jar brachyura-bootstrap-0.jar build

- name: Upload artifacts to Modrinth and GitHub
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: YL57xq9U
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -43,6 +43,6 @@ jobs:

loaders: fabric quilt

dependencies: sodium | depends | *
dependencies: sodium

version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json
5 changes: 4 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

"depends": {
"fabricloader": ">=0.12.3",
"minecraft": ["1.20.4"],
"minecraft": ["1.20.3", "1.20.4"],
"sodium": "0.5.8"
},

Expand All @@ -66,6 +66,9 @@
"mixin.features.render.world.sky": false,
"mixin.features.render.entity": false,
"mixin.features.render.gui.font": false
},
"mc-publish": {
"loaders": ["fabric", "quilt"]
}
}
}

0 comments on commit 9024e6e

Please sign in to comment.