FermiumBooter
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #78 of 403 forge mods in this game by downloads
📋 About This Mod
FermiumBooter is a mixin mod utility to allow developers to load mixins both early and late, allowing for modifying classes that normally could not be modified otherwise.
Current features include; - Enqueue mixins to be applied both early and late, to allow for for modifying Vanilla/Forge classes, as well as mod classes - @MixinConfig annotation system to expand on the Forge @Config system, to allow for automatic mixin enqueue based on config toggles - Optional compatibility handling through the config annotation system to allow developers to define required/incompatible mods for specific mixins - Logged warnings when a mixin using the config annotation system fails compatibility checks - Optional forced mixin disabling when a mixin using the config annotation system fails compatibility checks - Ingame (disable-able) warning rendering when mixins using the config annotation system fail compatibility checks - Enable/disable enqueued mixins prior to application through the use of a Supplier, to allow developer control over optional mixins - Utility method to check if a ModID is present similar to Loader.isModLoaded() however usable during mixin enqueue/early mixin application unlike Loader.isModLoaded() - Disallow other FermiumBooter enqueued mixins from applying, for testing or tweaking purposes
- Shadows Mixin 0. 8. 7 and MixinExtras 0. 4. 1
For developer usage:
In your IFMLLoadingPlugin init, instead of "Mixins.addConfiguration("mixinConfigName")", use "FermiumRegistryAPI.enqueueMixin("mixinConfigName"). If you are registering it as a late-loaded mixin use "FermiumRegistryAPI.enqueueMixin(true, "mixinConfigName")". That is all that is required, and FermiumBooter takes care of the rest. For additional utilities as described previously, all are documented in code with explanations of usage and purpose.
If you have any issues/suggestions/requests, please post them to the Github issue tracker linked above. Need to get in contact with me, or want to support me? Click the badges below:
[!(https://img.shields.io/discord/1202561752294760478?labelColor=violet&color=purple)](https://discord.gg/ZPdwrtvBKm) [!(https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/FermiumModding) [!(https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/fonnymunkey)
Need a server? Click the banner below and use code "fonny" for 25% off your first month with Bisect Hosting: [!(https://raw.githubusercontent.com/fonnymunkey/fonnymunkey.github.io/main/docs/assets/banner.webp)](https://fonnymunkey.github.io/)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- fonnymunkey
- Version
- 1.4.1
- Downloads
- 292,557
- Endorsements
- 3
- Category
- forge
- Created
- 2/10/2024
- Updated
- 11/21/2025
- Game Versions
- 1.12.2
- Tags
- library, utility
🔗 Required By 3 Mods
These mods list this mod as a dependency.
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does FermiumBooter support?
The author lists 1.12.2. Other versions may work but are untested by the author.
What is the latest version of FermiumBooter?
Version 1.4.1, published 2025-11-21 with 292,557 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await