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
[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.jsoninstead of crashing. - Default General Shop: Added a
default_pokeshop to the default configuration to match the default shopkeeper state. - External Skins Support: You can now add custom skins by dropping
.pngfiles into theskins/folder. - Wildcard Item Support: You can now use wildcards in the config (e.g.,
minecraft:*orcobblemon:*) 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.