EclipseUI
ModA modern config and config UI lib.
Type
Mod
Modrinth Downloads
233
Modrinth ID
99cGtHRy
Last Updated
Apr 13, 2026
Description
EclipseUI
A lightweight, themeable config screen library for Minecraft mods.
Features
- Fabric & NeoForge support.
- Two themes: Faithful (vanilla style) & Modern (flat design)
- Rich widgets: toggles, sliders, dropdowns, color pickers, text fields
- ModMenu integration out of the box
Installation
For Mod Developers
Add EclipseUI to your mod by following the Usage Guide.
Quick dependency setup:
repositories { maven("https://jitpack.io") } dependencies { // Fabric modImplementation("com.github.coredex-source.EclipseUI:EclipseUI-fabric:v1.0.2") // NeoForge implementation("com.github.coredex-source.EclipseUI:EclipseUI-neoforge:v1.0.2") }See the full Usage Guide for complete setup instructions and examples.
Quick Start
EclipseUI.configScreen() .title(Component.literal("My Mod Config")) .parent(parent) .theme(Theme.MODERN) .category(cat -> cat .name(Component.literal("General")) .toggle(t -> t .name(Component.literal("Enable Feature")) .binding(() -> config.enabled, v -> config.enabled = v) .defaultValue(true) ) .slider(s -> s .name(Component.literal("Range")) .range(0, 100, 1) .bindingInt(() -> config.range, v -> config.range = v) .defaultValue(50) ) ) .build();Documentation
- Usage Guide - Complete guide on integrating EclipseUI into your mod
- GitHub Issues - Report bugs or request features
License
MIT License
Compatibility
Mod Loaders
Game Versions
Similar Mods
Automatic AI Diary
Automatic generator your own Minecraft diary by AI !!
Divine
Divine is a mod that allows the player to obtain/earn a form of creative mode and immortality in survival mode without c...
Watdad
Ultimate tool to catch xrayers much easier with a few, very useful features partly built upon Coreprotect. Optimal for t...
Badland Moai Villager
Adds a new structure to the Overworld, The Badland Moai Villager, can be found in Badlands Desert Biomes with custom Loo...
Lucky Leaves
Adds Different Leaves With Events
FastFurnace [FABRIC]
A performance upgrade for the furnace. [Unofficial Port]