diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 678c084da7..c3ec2e996a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 }} @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bade06a3ff..a4130bc220 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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"] } } }