promotional bannermobile promotional banner

History Stages

Guide your players through the ages. History Stages lets modpack creators lock items, recipes, dimensions, mobs, loot, and more behind custom research-based eras with full in-game tooling.
Back to Files

History Stages 5.4.0-1.20.1

File namehistorystages-5.4.0-1.20.1.jar
Uploader
BananemdnsaBananemdnsa
Uploaded
Jun 8, 2026
Downloads
31.7K
Size
780.1 KB
Mod Loaders
Forge
File ID
8217894
Type
R
Release
Supported game versions
  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:history-stages-1473453:8217894")

Learn more about Curse Maven

What's new

**Full Changelog**: https://github.com/Flix100000/History-Stages/compare/5.3.1-1.20.1…5.4.0-1.20.1 ### New - Added Tier II, III, and IV variants for the Research Pedestal (Tier 3/4 are 2-wide multiblocks). - Added Research Boosters that can be placed under a Research Pedestal to increase research speed and reduce costs. - Added tier gating for stages and boosters, requiring a minimum pedestal tier for certain research. - Added optional client config to hide locked items and recipes in JEI (hideLockedItemsInJei, hideLockedRecipesInJei). - Added a toggle button in the editor for the lockedItemMultiStagePolicy (STRICT/LENIENT). - Added the ability to Ctrl-click an inventory slot in the editor to import its NBT data for criteria creation. - Added styled toast notifications for editor actions, replacing chat-spam feedback. - Moved the add button in the editor to a fixed center position and added an empty-state hint. ### Fixes - Fixed a ConcurrentModificationException on the render thread by using ConcurrentHashMap for stage management. - Removed a stray debug print statement in RecipeManagerMixin.