Phat's Progression Framework

Quick rating

Phat's Progression Framework

No reviews yet

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

QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
phats_progression-neoforge-0.2.0_1.21.11.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

**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.

---

## Why install this

- **Modpack developers**: turn flat progression into something with real depth. Spread Mythic Metals' 20+ ores across distinct tiers. Insert mod metals between vanilla ones. Make every metal meaningful.
- **Mod developers**: ship your tier opinions via datapack so users get sensible defaults out of the box.
- **Players**: install a modpack that uses this and finally have a reason to upgrade past netherite.

---

## What it does

- **Tier system 0-10** — integers, easy to reason about. 0-5 match vanilla (hand through netherite), 6-10 are modpack-extensible.
- **Mining tier enforcement** — tools too weak don't drop items and mine at bare-hands speed. Tool TYPE still matters (axe still won't mine iron ore — only pickaxes do).
- **Flexible matching** — configure tiers by exact item ID, glob pattern, tag, or substring keyword. Combine these for precision.
- **Datapack support** — mods ship tier definitions, modpack devs override them via config.
- **Hot reload** — edit configs and `/reload` in-game. No restart needed.
- **Debug command** — `/progression info` and `/progression block` show what tier any item or block is currently assigned to.

---

## 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](https://www.curseforge.com/minecraft/mc-mods/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

- **Jade** — works without integration code. The block-look tooltip shows the right mining requirements.
- **Fabric and NeoForge** — both supported via Architectury.
- **Server-required** — requires the mod on both client and server. Vanilla clients cannot connect.
- **Java 21** required (Minecraft 1.21.x standard).

---

## Configuration

Two config files at `config/phats_progression/`:
- `block_tiers.json` — assign blocks to tiers
- `tool_tiers.json` — assign tools to tiers

Schema accepts entries as exact IDs, globs (`*:copper_pickaxe`), tags (`#c:tools/pickaxes`), or hybrid objects with id/tag/keyword combinations. Highest matching tier wins.

See the [GitHub README](https://github.com/Phatdog731/phats_progression) for full schema documentation and examples.

---

## Reporting issues

Found a bug or have a feature request? File it on the [GitHub issue tracker](https://github.com/Phatdog731/phats_progression/issues).

---

## License

MIT — modify and ship at will.

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

  • Modpack developers: turn flat progression into something with real depth. Spread Mythic Metals' 20+ ores across distinct tiers. Insert mod metals between vanilla ones. Make every metal meaningful.
  • Mod developers: ship your tier opinions via datapack so users get sensible defaults out of the box.
  • Players: install a modpack that uses this and finally have a reason to upgrade past netherite.

What it does

  • Tier system 0-10: integers, easy to reason about. 0-5 match vanilla (hand through netherite), 6-10 are modpack-extensible.
  • Mining tier enforcement: tools too weak for a block don't drop items and mine at bare-hands speed. Tool TYPE still matters (axe still won't mine iron ore — only pickaxes do).
  • Flexible matching: configure tiers by exact item ID, glob pattern (*:copper_pickaxe), tag (#c:tools/pickaxes), or substring keyword. Combine these for precision ({"keyword": "bronze", "tag": "c:tools/pickaxes"}).
  • Datapack support: mods ship tier definitions, modpack devs override them via config.
  • Hot reload: edit configs and /reload in-game. No restart needed.
  • Debug command: /progression info and /progression block show what tier any item or block is currently assigned to.

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

  • Jade: works without integration code — the block-look tooltip shows the right mining requirements.
  • Server-required: requires the mod on both client and server. Vanilla clients cannot connect.
  • Java 21 required (Minecraft 1.21.x standard).

Configuration

Two config files at config/phats_progression/:

  • block_tiers.json — assign blocks to tiers
  • tool_tiers.json — assign tools to tiers

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works