Cobblemon Economy

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

File Details

cobblemon-economy-0.0.7.jar

  • R
  • Jan 22, 2026
  • 14.20 MB
  • 249
  • 1.21.1
  • Fabric

File Name

cobblemon-economy-0.0.7.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

[0.0.7] - 2026-01-22

Added

  • Smart Pokedex Rewards:
    • Logic: The system now intelligently checks if a player already has the species (or any of its forms) unlocked in their Pokedex before granting the "New Discovery" reward.
    • Exploit Prevention: Prevents players from receiving money multiple times by catching different forms (e.g., Alolan vs Normal) or shiny variants of a species they already own.
    • Trade & Evolution Safety: Applies the same strict check to Pokémon obtained via trading or evolution.
  • Improved NPC Spawning:
    • Auto-Rotation: Shopkeeper NPCs spawned via Spawn Egg or Command will now automatically rotate their body and head to face the nearest player upon creation.
  • NBT Support for Shop Items: You can now define custom NBT data for shop items using the "nbt" field in config.json (String format).
  • Unified Per-World Storage: All mod data, including the skins/ folder, is now stored within the world directory at world/config/cobblemon-economy/.
  • Cumulative Battle Rewards: Winning battles against special Pokémon now grants additive rewards (e.g., Shiny + Legendary = 15x reward).
  • Improved Shop Stability: Added validation logic to skip malformed or null items in the config.json instead of crashing.

Changed

  • Config Path: Moved all files to world/config/cobblemon-economy/ to follow standard save organization.

Fixed

  • NPC Persistence: Hardened the ShopkeeperEntity code to override standard mob despawning rules, ensuring shopkeepers never disappear naturally, regardless of distance or chunk unloading.