promotional bannermobile promotional banner

Auction House Cobb

Auction House for Cobblemon

File Details

Auction-House-Cobb-1.5.jar

  • R
  • Feb 18, 2026
  • 157.60 KB
  • 1.9K
  • 1.21.1
  • Fabric

File Name

Auction-House-Cobb-1.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:auction-house-cobb-1450240:7643115"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog — (1.5)

New: Separate Item Auction House

  • Added a second auction house dedicated to Minecraft items, separate from the Pokémon Auction House.
  • Item listings are simple:
    • Stores item ID + count + price
    • No NBT support (so enchantments/custom data aren’t preserved)
    • Uses a unique listing ID, seller UUID/name, and creation timestamp.

Commands

  • Added /ahi
    • Opens the Item Auction House UI.

UI (Client)

  • Added a new screen: ItemAuctionHouseScreen
  • Features:
    • Auction tab (browse listings)
    • My Sales tab (view and manage your own listings)
    • Search bar (filters listings)
    • Sell 1 and Sell Stack buttons
    • Price input modal (enter price before listing)
    • Buy button on each listing
    • Remove button on your own listings (from My Sales)
    • Item 2D icon rendering (shows the item texture in listings / my sales)
    • UI panel sizing aligned to match the Pokémon AH behavior (responsive width/height)

Sorting / Filters

  • Added sorting support like Pokémon AH (via Sort button):
    • NEWEST
    • PRICE_ASC
    • PRICE_DESC
    • LEVEL_DESC (kept for UI consistency; on items it behaves like NEWEST)