All versions
1.6.1
Release
Auction House Cobb 1.6.14 months ago 83
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Changelog (1.6.1)
Added
- Item Auction House History tab (
/ahi)- New History tab in the Item Auction House screen.
- Server-side storage of item trade history (recent actions, capped).
- New network packets:
RequestItemTradeHistoryPayloadItemTradeHistoryPayload
- Client renders the history list for the player.
Changed
-
Pagination improvements for
/ahand/ahi- Pagination is now server-driven and kept in sync after actions.
- The server no longer forces a refresh back to page 1 after buy/create/remove/price update actions.
- The client now refreshes the current page after receiving an
ActionResult(keeps your page instead of resetting). - Opening
/ahand/ahinow requests listings using the screen’s current pagination state (instead of hardcoding page 0).
-
Page size reduced
/ah(Pokémon AH): 9 listings per page/ahi(Item AH): 9 listings per page
Fixed
- Fixed cases where pagination buttons appeared to “not work” because the listings refresh was being reset to page 1 after actions.
- Fixed issues where
/ahand/ahicould fail to open correctly due to client/server listing request flow inconsistencies.
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:dUXCRC22:ikMRSrJb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dUXCRC22:ikMRSrJb"
}

