This commit is contained in:
sebseb7
2023-12-16 00:07:55 +01:00
parent d5a9d92488
commit 60f763b694
2 changed files with 2 additions and 12 deletions

View File

@@ -26,16 +26,6 @@ jobs:
with: with:
name: md5sum.txt name: md5sum.txt
path: md5sum.txt path: md5sum.txt
- name: Modrinth Body
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
run: ./gradlew modrinthSyncBody
- name: Modrinth
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
run: ./gradlew modrinth
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')

View File

@@ -10,11 +10,11 @@ Default keybind for options GUI: Right-Shift+T
# Supported Version: # Supported Version:
- Minecraft 1.20 / 1.20.1 / 1.20.2 - Minecraft 1.20.0-4
# Requires: # Requires:
- malilib (0.0.5 requires malilib version 0.16.2-nyan.6 https://github.com/Nyan-Work/malilib/releases/download/snapshot-1.20.2/malilib-fabric-1.20.2-0.16.2-nyan.6.jar) - malilib
# Known Issues: # Known Issues: