
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
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1, 26.1.1, 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as ezlib-1.0.5.jar — drop this file into the mods folder
- Download size: 38 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
