HomeJavaModsPhat's Progression Framework
Phat's Progression Framework
ModsJava

Phat's Progression Framework

by Phatdog731 · on Modrinth

A modpack-configurable mining tier progression system for Minecraft, extending the vanilla tier system past netherite.

⬇ Download on Modrinth

Phat's Progression Framework is a config-driven mining tier system for Minecraft. Reassign vanilla tools to new tiers, gate iron ore behind copper, extend progression past netherite — entirely through JSON. No item registration, no worldgen, no content. Just a flexible foundation for modpack progression.

Most Minecraft progression mods either add their own tiers (forcing you to use their tools) or bolt new metals onto the vanilla system (capping at netherite). This mod takes a different approach: it lets modpack developers choose how the existing tools, blocks, and modded materials fit together. Want copper to gate iron ore? One config line. Want runite tools above netherite? Two config lines. Want adamantine ore to require Mythic Metals' end-game tools? You get the idea.

Available on Fabric Available on NeoForge

Why install this

What it does

Default behavior

Out of the box, this mod ships with sensible defaults that mostly mirror vanilla. The 1.21.11 build adds copper-gates-iron progression by default — copper tools (added in vanilla 1.21.9) are now actually required to mine iron ore. The 1.21.1 build keeps vanilla progression intact.

Quick start

  1. Install Architectury API.
  2. Drop this jar into your mods folder.
  3. Launch the game once. Default config files generate at config/phats_progression/.
  4. Edit them or leave them alone — the defaults work.

Compatibility

Configuration

Two config files at config/phats_progression/:

Schema accepts hybrid string-or-object entries:

{
  "ignore_datapacks": false,
  "tiers": {
    "6": [
      "mythicmetals:runite_ore",
      "*:adamantite_pickaxe",
      "#c:tools/pickaxes",
      {"keyword": "mithril", "tag": "c:tools/pickaxes"}
    ]
  }
}

See the GitHub README for full documentation.

Reporting issues

GitHub Issues

License

MIT — modify and ship at will.

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