From 71588c98b325b9fb363a2ae77d5ba055a4e22917 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 14 Jan 2024 02:12:07 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b34c00..5d31819 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,13 @@ if you can't access settings via the keybind, try modmenu https://modrinth.com/m https://youtu.be/ZbxkZqb-VsU -# Void Trading +# Void Trading Example & Settings + +- selectUsingGlassBlock: true +- selectionOffset: -3 +- voidTradingDelay: 50 +- delayAfterTeleport: true + +https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/void_trader_outer_island.litematic +https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/void_trader_central_island.litematic -For void trading support see: https://github.com/sebseb7/autotrade-fabric/issues/1 From 65384afce8d03967b86491b03f80d21b3b310e1f Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 14 Jan 2024 02:25:41 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5d31819..3b10182 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ # AutoTrade-fabric +## Table of contents +1. [Description](#description) +2. [Build](#build-for-1203--1204) +3. [Known Issues](#known-issues) +4. [Possible Setup](#possible-setup) +5. [Void Trading Example & Settings](#void-trading-example--settings) + +### Description + 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. Use a light sensor to trade only once per day per villager to keep prices from climbing. @@ -12,17 +21,17 @@ Beginning with version v0.0.10 you can select the sell/buy items using nametagge if you can't access settings via the keybind, try modmenu https://modrinth.com/mod/modmenu -# Supported Version: +#### Supported Version: - Minecraft 1.19.4 - 1.20.4 -# Build for 1.20.3 / 1.20.4 +### Build for 1.20.3 / 1.20.4 ``` ./gradlew build ``` -# Build for older minecraft versions: +#### Build for older minecraft versions: ``` ./gradlew build -Pminecraft_version_out=1.20.2 -Pminecraft_version=1.20.2 -Pminecraft_version_min=1.20.2 -Pmalilib_version=0.17.0 -Pmod_menu_version=8.0.1 -Pmappings_version=1.20.2+build.4 @@ -30,24 +39,15 @@ if you can't access settings via the keybind, try modmenu https://modrinth.com/m ./gradlew build -Pminecraft_version_out=1.19.4 -Pminecraft_version=1.19.4 -Pminecraft_version_min=1.19.4 -Pmalilib_version=0.15.2 -Pmod_menu_version=6.1.0 -Pmappings_version=1.19.4+build.2 ``` -# Requires: +#### Requires: - malilib -# Known Issues: +### Known Issues - itemscroller trade favorites break trading -# Demo World Download - -- https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.2/AutoTradeDemo_WDL.zip -- Setup required for the Demo World Download: - -# Settings Screen - -image - -# Possible Setup +### Possible Setup - shulker unloader presenter for input - shulker loader presenter for output @@ -61,11 +61,11 @@ if you can't access settings via the keybind, try modmenu https://modrinth.com/m - on 2b2t water stream for player movement doesn't work somehow, minecart circuit works. -# Demo Video +#### Demo Video https://youtu.be/ZbxkZqb-VsU -# Void Trading Example & Settings +### Void Trading Example & Settings - selectUsingGlassBlock: true - selectionOffset: -3 From 4e4494a2e78b6d44a5d035e1e3afbab271885e22 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 14 Jan 2024 03:18:03 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b10182..501c167 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ 3. [Known Issues](#known-issues) 4. [Possible Setup](#possible-setup) 5. [Void Trading Example & Settings](#void-trading-example--settings) +6. [WDL](#wdl) ### Description @@ -75,3 +76,6 @@ https://youtu.be/ZbxkZqb-VsU https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/void_trader_outer_island.litematic https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/void_trader_central_island.litematic +### WDL + +https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/AutoTradeDemoWDL.zip From 6b14c92bfd9a5dfbeea1bd46d4f71087156446de Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 14 Jan 2024 15:18:48 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 501c167..ac59bbe 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ 5. [Void Trading Example & Settings](#void-trading-example--settings) 6. [WDL](#wdl) +feel free to ask questions: https://github.com/sebseb7/autotrade-fabric/discussions + ### Description Allows you to AFK trade with villagers.