From 853f0d364607cbdba5bff1d1c30b3e0b3feb9f98 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 8 Oct 2023 06:38:13 +0200 Subject: [PATCH] modrinth readme sync --- .github/workflows/build.yml | 4 ++++ README.md | 10 ++++++++++ build.gradle | 1 + 3 files changed, 15 insertions(+) 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']