Mineuniverse
Log in Register
Mods

EzLib

An easy helper library for Ez client-side Fabric mods.
by ItsRaphaelakosYT
Download Claim this project
289 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Utility & QoL

EzLib

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

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

Features:
- EzLogger
- EzConfig
- EzColor
- EzOutline
- EzClient
- EzMath
- EzItem
- EzInventory
- EzPlayer
- 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"
}

Then 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:
YouTube: ItsRaphaelakos YouTube channel
GitHub: EzLib GitHub
Modrinth: ItsRaphaelakosYT Modrinth
CurseForge: ItsRaphaelakosYT CurseForge
Discord: ItsRaphaelakosYT Discord server

ezlib-1.0.5.1.jar
MC Client, Fabric, 26.1.2
Release 2026-05-13 Get

More from ItsRaphaelakosYT

Ez Crops
95
Ez Compass
58
Prettier Lanterns
496
Glint
359
Ez Backpacks
328
EzCoordinates
296

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314