EzLib 图标

EzLib

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.5.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/ez-lib
资源信息

Minecraft 版本: 26.1 26.1.1 26.1.2

平台: fabric

标签: library utility

资源介绍

EzLib

EzLib

EzLib is an easy helper library for Ez client-side Fabric mods.

It helps developers create client-side QoL mods faster by providing simple helper APIs for logging, configs, colors, player checks, inventory checks, items, math, and more.


Features

  • EzLogger — simple logging helper
  • EzConfig — JSON config helper
  • EzColor — ready-to-use color constants
  • EzOutline — outline/color helper
  • EzClient — Minecraft client/player/world helper
  • EzMath — useful math helpers
  • EzItem — ItemStack/item checks
  • EzInventory — inventory search helpers
  • EzPlayer — player state helpers
  • Basic helper API for future Ez mods

Example

EzLogger.info("This mod is using EzLib!");

For developers

To use EzLib in your mod, add JitPack to your settings.gradle.

dependencyResolutionManagement {
    repositories {
        maven {
            name = "Fabric"
            url = "https://maven.fabricmc.net/"
        }

        maven {
            name = "JitPack"
            url = "https://jitpack.io"
        }

        mavenCentral()
    }
}

Then add EzLib to your build.gradle dependencies.

dependencies {
    implementation "com.github.ItsRaphaelakos:EzLib:1.0.4"
}

And add EzLib to your fabric.mod.json dependencies.

"depends": {
  "fabricloader": ">=0.19.2",
  "fabric-api": ">=0.148.0+26.1.2",
  "minecraft": "26.1.2",
  "ezlib": ">=1.0.4"
}

Compatibility

  • Minecraft: 26.1.2
  • Fabric Loader: 0.19.2
  • Fabric API: 0.148.0+26.1.2
  • Java: 25

Links

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Split Self

价格:0 墨喵币
下载量:0

查看详情
Keeg's Moon End

价格:0 墨喵币
下载量:0

查看详情
More Recipes And Melting

价格:0 墨喵币
下载量:0

查看详情
No Firefly Sounds

价格:0 墨喵币
下载量:0

查看详情