File Details
create_marketplace-0.2.0.jar
- R
- May 13, 2026
- 805.45 KB
- 265
- 1.21.11+16
- NeoForge
File Name
create_marketplace-0.2.0.jar
Supported Versions
- 1.21.2-Snapshot
- 1.21.6-snapshot
- 1.21.5-Snapshot
- 1.21.4-Snapshot
- 1.21.9-snapshot
- 1.21.11-snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
Curse Maven Snippet
🏪 Create: Marketplace v0.2.0 — API & Compatibility Update
This update focuses on extensibility, UI improvements, and full integration with mod launchers and third-party addons.
✨ New Features
- Public Developer API: Introduced the
IShopHandlersystem, allowing other modders to add support for their own custom blocks and machines as shops in the marketplace. - Market Events (NeoForge): Added
MarketOfferEventhooks (Register,Registered,Removed). These allow other mods to react to market activities or even cancel shop registrations (e.g., in protected zones). - Configurable Button Position: Added client-side config options for the Marketplace button for players not using EMI. Choose between
CORNER(bottom-left),INVENTORY_SIDE(classic position), orCUSTOM(user-defined coordinates). - Global Database Access: Exposed the
MarketApi.getOffers()method, providing third-party mods with read-only access to the entire server-side market database.
🔧 Fixes & Improvements
- Launcher Metadata Fix: Resolved an issue where the mod version was displayed as
${version}and the logo was missing in Prism Launcher and other mod managers. - Dynamic EMI Integration: The Marketplace button now dynamically adjusts its position to avoid overlapping with EMI’s configuration icons.
- Code Refactoring: All native support for Create: Numismatics has been moved to a default API handler, significantly cleaning up the codebase and improving reliability.
- Documentation: Updated the
README.mdwith full API documentation and instructions for integration via Modrinth Maven.
📦 Technical Changes
- Migrated to official NeoForge and EMI API repositories.
- Full compatibility with NeoForge 21.1.228 and higher.

