File Details
progressivestages-1.3.jar
- R
- Mar 13, 2026
- 239.48 KB
- 1.0K
- 1.21.1
- NeoForge
File Name
progressivestages-1.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
🔧 Config
- Config file renamed: progressivestages-common.toml → progressivestages.toml
🛡️ New Enforcement Options (in progressivestages.toml)
- block_item_hotbar — moves locked items out of the hotbar into inventory instead of dropping them
- block_item_mouse_pickup — prevents clicking locked items in GUIs (but lets players store them in chests)
- Left-clicking and mining with a locked tool is now properly blocked
- Attacking with a locked weapon is now properly blocked
🔒 Recipe-Only Locks (in stage TOML [locks])
- New recipe_items = ["minecraft:diamond_pickaxe"] — locks crafting without locking the item itself
- Players can still pick up, hold, and use items found in loot — they just can't craft them
- EMI hides the recipe; item stays visible in the index
- Tooltip shows "🔒 Recipe Locked", "🔒 Item Locked", or "🔒 Item and Recipe Locked" as appropriate
⚙️ Per-Stage Enforcement Exceptions (new [enforcement] section in stage TOML)
- Five new lists per stage: allowed_use, allowed_pickup, allowed_hotbar, allowed_mouse_pickup, allowed_inventory
- Accepts item IDs, tags (#c:gems/diamond), or whole mod IDs (mekanism)
- Lets specific items bypass individual enforcement rules even while still locked

