Перейти к содержимому
Mineforgian

Eclipse API

Lightweight helpers to assist beginners with developing their own Fabric mods.

Загрузки
63
Подписчики
1
Обновлён
6 ноября 2025 г.
Лицензия
CC-BY-NC-4.0

Опубликован 6 ноября 2025 г.

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"
}

Ченджлог

0.1Релиз1.21.10 · 6 ноября 2025 г.

Initial Release

This version contains features pertaining to item registration. I will create an official documentation about how to use this shortly.

Комментарии

Загружаем…