File Details
cobblemon-economy-0.0.11.jar
- R
- Jan 26, 2026
- 14.25 MB
- 1.2K
- 1.21.1
- Fabric
File Name
cobblemon-economy-0.0.11.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[0.0.11] - 2026-01-26 Added
Developer API:
Introduced EconomyEvents API for other mods to hook into the economy system.
BALANCE_UPDATE_PRE: Cancellable event fired before a balance change.
BALANCE_UPDATE_POST: Informational event fired after a balance change.
Enhanced Shopkeeper AI:
Invulnerability: Shopkeepers are now invulnerable to survival damage (mobs, players) but can still be killed by Creative players or commands.
Immovable: Shopkeepers can no longer be pushed by players or other entities.
Look Behavior: Shopkeepers now smoothly look at the nearest player within a 6-block radius.
Top Players Ranking:
Added /bal top (or /balance top) to display the top 10 richest players in PokeDollars.
Added /pco top to display the top 10 players in PokeCoins.
Star Academy Integration:
Added optional integration with the Star Academy mod (id: academy).
Card grading NPCs now charge players using Cobblemon Economy instead of numismatic-overhaul if Star Academy is installed. (Huge thanks to Rinkuji for the mixin integration!)
Automatically handles transaction failure messages (e.g., if the player is broke).
Changed
Internal Economy Logic: Refactored EconomyManager to utilize the new event system for all balance changes, ensuring consistency across the mod.