1.21.x-06.26.01
Compatibility
Changes
Version 06.26.01 is here!
Easy Trading 06.26.01 introduces the new Purchase Order system, allowing players to create buy requests for specific blocks and resources at their own total price. Instead of waiting for someone to list an item on the market, players can now open the purchase setup menu, choose a block, set the amount, and place an order that other players can fulfill directly.
This update also expands the market with a dedicated purchasing view, order filters, better search tools, confirmation menus, reserved balance handling, automatic item delivery, and support for selling directly into active buy orders. The goal of 06.26.01 is to make trading faster, more flexible, and more player-driven by adding a full buying-side market alongside normal listings.
What Was Added In 06.26.01
- New Purchase Order system
- Purchase setup GUI for block selection and amount selection
- Custom total-price buy requests from players
- Purchasing market mode alongside normal selling mode
- Direct selling into active purchase orders
- Reserved balance system for created orders
- Automatic item delivery to buyers
- Search and filter support for buy orders
- Confirmation flow for creating and fulfilling orders
- Better market usability for player-driven trading
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ps74UrHn:hr0HpvKo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ps74UrHn:hr0HpvKo"
}

