HomeJavaModsMeowth Economy
Meowth Economy
ModsJava

Meowth Economy

by trandaiquoc · on Modrinth

Simple currency designed for Pokémon modpacks such as Cobblemon, Pixelmon, inspired by champion coin concepts from fantasy RPG series.

⬇ Download on Modrinth

Meowth Economy

A lightweight and universal currency system designed for modpack creators.


💰 Core Mechanic

🐷 Meowth Piggy Bank

Meowth Piggy Bank

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

🪙 Lucky Coin

Lucky Coin

Primary currency item used for:


⚙️ Configuration

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 }
  ]
}

How it works:

  1. Each entry defines a drop range (minmax).
  2. Weight controls how likely that range is selected.
  3. Higher weight = more common.

This allows full control over early / mid / late game economy balance.


🧩 Designed For Modpack Authors

Meowth Economy is especially useful if you:


🎯 Philosophy

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more