Eclipse API
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.1
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/eclipse-api
资源信息
Minecraft 版本: 1.21.10
平台: fabric
标签: utility
资源介绍
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"
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~