Wiki 9Minecraft LunatriusCore Wiki
LunatriusCore Wiki

LunatriusCore Wiki & Guide

wiki.9minecraft.net/lunatriuscore/

LunatriusCore is a vital library mod for Minecraft that provides shared code, utility classes, and essential GUI components required to run and stabilize all mods developed by Lunatrius.

Overview

LunatriusCore is a foundational library mod designed to provide a shared framework for a suite of popular utility mods. While it does not add direct gameplay content such as blocks or items on its own, it is an absolute requirement for the stability and functionality of several major mods, including Schematica and InGame Info XML. By centralizing common code, it reduces the overall footprint of individual mods and ensures that updates to core mechanics—such as configuration handling or rendering—are applied consistently across the entire ecosystem.

Key Functions

  • Shared Logic: Provides universal math and position utilities used for complex rendering in mods like Schematica.
  • GUI Components: Includes standardized numeric fields, screen wrappers, and geometry tessellators that ensure a consistent user interface across all supported mods.
  • Stability: Prevents common crashes by managing Inter-Mod Communication (IMC) and providing a robust configuration GUI that replaces the standard Forge test config.

In this wiki

GuideConfiguration