Back to mods
Duchessentials project artwork

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Duchessentials release matches Fabric?

Updated 7 days ago
Best match for your filters 1.0.0
Game version 26.1.2
Loader 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.

Client Required
Dedicated server Not supported
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 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.

9 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Duchessentials versions and loaders

9 of 9 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.