File Details
Auction-House-Cobb-1.6.1.jar
- R
- Mar 5, 2026
- 169.00 KB
- 1.8K
- 1.21.1
- Fabric
File Name
Auction-House-Cobb-1.6.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
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.

