Description
AlmirionCore is a lightweight core dependency library required by several of my Minecraft Forge mods for 1.12.2 and 1.20.1.
It does not add gameplay content on its own. Instead, it provides shared initialization logic, backend systems, and utility functions that other dependent mods rely on to load and function correctly.
This core ensures consistent loading behavior across different Forge versions, centralizes common code, and maintains a clean and modular structure for my mod ecosystem.
If a mod requires AlmirionCore, simply install it alongside the main mod in your mods folder.


