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:
|
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:
|
||||||
|
|||||||
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.
|
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
|
||||||
|
|||||||
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user