Simple currency designed for Pokémon modpacks such as Cobblemon, Pixelmon, inspired by champion coin concepts from fantasy RPG series.
A lightweight and universal currency system designed for modpack creators.

A configurable piggy bank item that can be broken to drop Lucky Coins.
When destroyed, it rolls based on weighted configuration values defined in the configuration file.
File location: config/meowth.json

Primary currency item used for:
Default meowth.json values:
{
"piggy_weights": [
{ "min": 3, "max": 5, "weight": 6 },
{ "min": 6, "max": 10, "weight": 5 },
{ "min": 11, "max": 15, "weight": 3 },
{ "min": 16, "max": 20, "weight": 2 },
{ "min": 21, "max": 25, "weight": 1 }
]
}
This allows full control over early / mid / late game economy balance.
Meowth Economy is especially useful if you:
Conversation