HomeJavaModsEclipse API
Eclipse API

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

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

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

These come from our own check of the pack file, not from the source page.

Explore more