EclipseUI

EclipseUI

A modern config and config UI lib.

by
3.7K Downloads
fabricneoforgelibrary
Rent Server with this Mod

About this Mod

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

License

MIT License

Available Versions

EclipseUI 1.0.5+mc26.2-rc-2beta
MC 26.2-rc-2, 26.2neoforge
June 14, 2026
EclipseUI 1.0.5+mc26.2-rc-2beta
MC 26.2-rc-2, 26.2fabric
June 14, 2026
EclipseUI 1.0.5+mc26.2-pre-4beta
MC 26.2-pre-4fabric
June 5, 2026
EclipseUI 1.0.5+mc26.2-snapshot-2beta
MC 26.2-snapshot-1, 26.2-snapshot-2, 26.2-snapshot-3, 26.2-snapshot-4, 26.2-snapshot-5fabric
April 9, 2026
EclipseUI 1.0.4+mc26.1beta
MC 26.1, 26.1.1, 26.1.2neoforge
March 28, 2026

How to Install EclipseUI on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2).

3

Install Mod

Open the mod browser in the dashboard and search for "EclipseUI". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricneoforge

Minecraft Versions

26.2, 26.2-rc-2, 26.2-pre-4 (+9 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

EclipseUI server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.

Is EclipseUI compatible with fabric and neoforge?

EclipseUI officially supports fabric, neoforge for Minecraft 26.2, 26.2-rc-2, 26.2-pre-4. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with EclipseUI – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if EclipseUI consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install EclipseUI with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

26.226.2-rc-226.2-pre-426.2-snapshot-526.2-snapshot-426.2-snapshot-326.2-snapshot-226.1.226.2-snapshot-126.1.1+2 more