modrinth readme sync

This commit is contained in:
sebseb7
2023-10-08 06:38:13 +02:00
parent 409802c696
commit 853f0d3646
3 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ jobs:
with: with:
name: md5sum.txt name: md5sum.txt
path: md5sum.txt path: md5sum.txt
- name: Modrinth Body
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
run: ./gradlew modrinthSyncBody
- name: Modrinth - name: Modrinth
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:

View File

@@ -6,10 +6,16 @@ Allows you to AFK trade with villagers.
Player movement is not part of this mod. You have to move between villagers and input and output containers using minecart, water stream or other methods. Player movement is not part of this mod. You have to move between villagers and input and output containers using minecart, water stream or other methods.
Default keybind for options GUI: Right-Shift+T
# Supported Version: # Supported Version:
- Minecraft 1.20 / 1.20.1 / 1.20.2 - Minecraft 1.20 / 1.20.1 / 1.20.2
# 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)
# Known Issues: # Known Issues:
- itemscroller trade favorites break trading - itemscroller trade favorites break trading
@@ -24,3 +30,7 @@ Player movement is not part of this mod. You have to move between villagers and
# Demo Video # Demo Video
https://youtu.be/ZbxkZqb-VsU https://youtu.be/ZbxkZqb-VsU
# Void Trading
For void trading support see: https://github.com/sebseb7/autotrade-fabric/issues/1

View File

@@ -55,6 +55,7 @@ spotless {
import com.modrinth.minotaur.dependencies.ModDependency import com.modrinth.minotaur.dependencies.ModDependency
modrinth { modrinth {
token = System.getenv("MODRINTH_TOKEN") token = System.getenv("MODRINTH_TOKEN")
syncBodyFrom = rootProject.file("README.md").text
projectId = 'C1naQCmt' projectId = 'C1naQCmt'
uploadFile = remapJar uploadFile = remapJar
gameVersions = ['1.20.2'] gameVersions = ['1.20.2']