
Modrinth · Minecraft mod
Duchessentials
A lightweight library mod providing essential utilities and APIs for Minecraft mod development. Includes logging system, string/math/collection helpers, and mod registration API.
Quick answer
Which Duchessentials release matches Fabric?
Duchessentials 1.0.0 targets 26.1.2 with Fabric. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is Duchessentials required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does Duchessentials 1.0.0 need?
1.0.0 on Fabric. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Duchessentials without breaking your instance.
Built for Duchessentials 1.0.0 on Fabric. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.0.0. It targets 26.1.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.0.0. It opens that exact file at the source.
About this project
What does Duchessentials add?
DuchEssentials
DuchEssentials is a small utility library made mainly for my Minecraft mods and plugins, but it can also be used by other developers.
It contains a few common systems and helpers that I kept rewriting between projects, so I decided to put them into one library instead.
What's included?
- DuchLogger – simple logging system for mods
- DuchAPI – basic API for registering mods
- Utilities – various helpers for strings, math and collections
The library doesn't add any gameplay content by itself. It's just a dependency that other projects can use.
Example
DuchLogger.ModLogger logger =
DuchLogger.createLogger("modid", "ModName");
DuchAPI.registerMod(
"modid",
"ModName",
"1.0.0"
);
If your mod uses DuchEssentials, add it as a dependency:
"duchessentials": ">=1.0.0"
That's pretty much it. The goal is just to keep commonly used code in one place instead of copying the same utilities into every project.
Project description from Modrinth.
Pick your setup
Duchessentials by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.8
1 loader build1.21.6
1 loader build1.21.4
1 loader build1.21.1
1 loader build1.21
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Duchessentials versions and loaders
1.0.0
duchessentials-fabric-mc26.1.2-1.0.0.jar
17 Aug 2026
1.0.0
duchessentials-fabric-mc26.2-1.0.0.jar
17 Aug 2026
1.0.0
duchessentials-fabric-mc1.21.11-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21.10-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21.8-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21.6-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21.4-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21.1-1.0.0.jar
22 Jun 2026
1.0.0
duchessentials-fabric-mc1.21-1.0.0.jar
22 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.