Feel free to ask questions: https://github.com/sebseb7/autotrade-fabric/discussions
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.
Default keybind for options GUI: Right-Shift+T
Beginning with version v0.0.10 you can select the sell/buy items using nametagged items in items frames and the input/output containers by placing colored glass blocks nearby.
From v0.0.13, those selections (and the set-buy / set-sell hotkeys) store exact enchantments when the stack is enchanted, so you can target a specific book or tool; a plain item id in config still matches any enchantment variant of that item.
If you can't access settings via the keybind, try Mod Menu https://modrinth.com/mod/modmenu
Fabric targets maintained in-tree (Stonecutter + Modstitch):
- Minecraft 1.21.10 (
:1.21.10-fabric) - Minecraft 1.21.11 (
:1.21.11-fabric) - Minecraft 26.1.2 (
:26.1.2-fabric)
Older Minecraft releases (for example 1.19.x–1.20.x) are not built from this multi-target setup; use an older release tag or branch if you need those versions.
Requirements: a JDK suitable for the target (the build uses Java 21 for 1.21.x and 25 for 26.x via Gradle toolchains).
Build every configured game version (recommended before you commit):
./gradlew chiseledBuildIf the parallel build is flaky, try:
./gradlew chiseledBuild --max-workers=1Build one Fabric target (jar ends up under that version subproject, e.g. versions/1.21.11-fabric/build/libs/):
./gradlew :1.21.10-fabric:build
./gradlew :1.21.11-fabric:build
./gradlew :26.1.2-fabric:buildWhen using Stonecutter’s active-project workflow, reset it before committing:
./gradlew resetActiveProject- malilib
- itemscroller trade favorites break trading
- shulker unloader presenter for input
- shulker loader presenter for output
- input, output, villagers connected by circular water stream to move the player
- block the water stream like this, to have the player trade only once per day to keep prices low:
- on 2b2t water stream for player movement doesn't work somehow, minecart circuit works, or this EssentialClient Script https://gist.github.com/sebseb7/6477190dd531d05991741ccb031c0684
- 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
https://github.com/sebseb7/autotrade-fabric/releases/download/v0.0.10/AutoTradeDemoWDL.zip
