
Eclipse API
Eclipse API is a lightweight Fabric library mod that provides simple and effective helpers for developing mods. It aims to streamline the process of creating blocks, items, GUI, and way more. It allows creators to fixate on their creativity rather than repetitive boilerplate.
Features
- Simplified Item Registration
- Register simple and advanced items within a single statement.
- Automatically add them to creative tabs.
- Lightweight and Compatible
- This mod works as a dependency for any mod.
- No external configuration or setup required.
- Compatible with any Fabric mod because it doesn't interfere with runtime.
- Lightweight as you only use the methods you need.
- More Coming Soon!
Example Usage
ItemFactory factory = new ItemFactory("mymodid");
factory.registerBasicItem("my_item");
Installation
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
modImplementation "com.github.ljws11:eclipse-api:0.1-1.21.10"
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as eclipse-api-0.1.jar — drop this file into the mods folder
- Download size: 28 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.