diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bc6432..4265ee5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/README.md b/README.md index e7cb67f..02189e0 100644 --- a/README.md +++ b/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 diff --git a/build.gradle b/build.gradle index 91656b0..919b856 100644 --- a/build.gradle +++ b/build.gradle @@ -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']