Cobblemon Economy

Addon for Cobblemon to add : Pokedollars and PCO, Customisable Shops and Customisable Quests

File Details

cobblemon-economy-0.0.6.jar

  • R
  • Jan 21, 2026
  • 14.20 MB
  • 141
  • 1.21.1
  • Fabric

File Name

cobblemon-economy-0.0.6.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemoneconomy-1437367:7503212"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[0.0.6] - 2026-01-21

Added

  • Unified Per-World Storage: All mod data, including the skins/ folder, is now stored exclusively within the world directory (world/cobblemon-economy/). This ensures complete portability of saves.
  • Improved Shop Stability: Added validation logic to skip malformed or null items in the config.json instead of crashing.
  • Default General Shop: Added a default_poke shop to the default configuration to match the default shopkeeper state.
  • External Skins Support: You can now add custom skins by dropping .png files into the skins/ folder.
  • Wildcard Item Support: You can now use wildcards in the config (e.g., minecraft:* or cobblemon:*) to offer a random item from that namespace.
  • Dynamic Pricing: Prices now fluctuate by +/- 25% randomly each time a shop session starts.
  • Improved Default Shops: Added more comprehensive default shops (apothecary, ball_emporium, jeweler, battle_rewards, berry_gardener) with specialized items and logical buy/sell configurations.

Changed

  • Config Path: Reverted the global config path change. The mod now correctly uses the world-specific directory for all files.