modrinth readme sync
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
||||
with:
|
||||
name: md5sum.txt
|
||||
path: md5sum.txt
|
||||
- name: Modrinth Body
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
|
||||
run: ./gradlew modrinthSyncBody
|
||||
- name: Modrinth
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
|
||||
10
README.md
10
README.md
@@ -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.
|
||||
|
||||
Default keybind for options GUI: Right-Shift+T
|
||||
|
||||
# Supported Version:
|
||||
|
||||
- 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:
|
||||
|
||||
- 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
|
||||
|
||||
https://youtu.be/ZbxkZqb-VsU
|
||||
|
||||
# Void Trading
|
||||
|
||||
For void trading support see: https://github.com/sebseb7/autotrade-fabric/issues/1
|
||||
|
||||
@@ -55,6 +55,7 @@ spotless {
|
||||
import com.modrinth.minotaur.dependencies.ModDependency
|
||||
modrinth {
|
||||
token = System.getenv("MODRINTH_TOKEN")
|
||||
syncBodyFrom = rootProject.file("README.md").text
|
||||
projectId = 'C1naQCmt'
|
||||
uploadFile = remapJar
|
||||
gameVersions = ['1.20.2']
|
||||
|
||||
Reference in New Issue
Block a user