Slower Progression
Adds gradual tool and armor upgrade paths through the smithing table.
Dependencies
Required
- Simplest Copper Gear - provides the copper armor and tools used in the upgrade paths. Declared as a required dependency and pulled in automatically by Gradle.
Optional
- Just Enough Items (JEI) - when installed, all smithing-table upgrade recipes are shown in their own JEI category with the correct material counts.
What it does
- Replaces the vanilla smithing table interaction with a custom upgrade menu.
- Adds count-aware upgrade recipes: place the base item plus the required amount of material in the smithing table to receive the upgraded item.
- Preserves item components (enchantments, custom names, durability, etc.) from the base item.
- Overrides the vanilla smithing table crafting recipe so it no longer requires iron.
- Disables direct crafting for all higher-tier tools and armor - they can only be obtained by upgrading at the smithing table. Wooden tools and leather armor remain craftable.
Example:
Upgrade paths
Armor
| From | To | Example cost (chestplate) |
|---|---|---|
| Leather | Copper | leather chestplate + 8 copper ingots |
| Copper | Iron | copper chestplate + 8 iron ingots |
| Copper | Gold | copper chestplate + 8 gold ingots |
| Iron | Diamond | iron chestplate + 8 diamonds |
| Chainmail | Diamond | chainmail chestplate + 8 diamonds |
| Gold | Diamond | gold chestplate + 8 diamonds |
Tools
| From | To | Example cost (axe) |
|---|---|---|
| Wood | Stone | wooden axe + 3 cobblestone |
| Stone | Copper | stone axe + 3 copper ingots |
| Copper | Iron | copper axe + 3 iron ingots |
| Copper | Gold | copper axe + 3 gold ingots |
| Iron | Diamond | iron axe + 3 diamonds |
| Gold | Diamond | gold axe + 3 diamonds |
Material amounts
| Item | Cost |
|---|---|
| Helmet | 5 ingots/gems |
| Chestplate | 8 ingots/gems |
| Leggings | 7 ingots/gems |
| Boots | 4 ingots/gems |
| Sword | 2 ingots/gems |
| Pickaxe | 3 ingots/gems |
| Axe | 3 ingots/gems |
| Shovel | 1 ingot/gem |
| Hoe | 2 ingots/gems |
Can also be seen with JEI
Smithing table recipe
License
Mapping names used by NeoForge are covered by the Mojang license. See the NeoForm reference copy.

