Back to mods
Jauml project artwork

CurseForge · Minecraft mod

Jauml

Jauml is a lightweight configuration library for Minecraft mods, designed to simplify JSON-based config management

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

Quick answer

Which Jauml release should I use?

Updated 7 days ago
Latest stable file jauml-neoforge-26.2-2.1.1.jar
Game version 26.2
Loader NeoForge

jauml-neoforge-26.2-2.1.1.jar targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Jauml required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

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

The source does not explicitly classify this release as client-only or server-only.

What else does jauml-neoforge-26.2-2.1.1.jar need?

jauml-neoforge-26.2-2.1.1.jar. Change the file and its required mods may change too.

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 Jauml without breaking your instance.

Built for jauml-neoforge-26.2-2.1.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use jauml-neoforge-26.2-2.1.1.jar. It targets 26.2 with NeoForge; 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

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside jauml-neoforge-26.2-2.1.1.jar. It opens that exact file at the source.

About this project

What does Jauml add?

About

Jauml Banner

Support me on Ko-fi

This beta release of Jauml lays a solid foundation for managing mod configurations in Minecraft. Whether you're adding new settings or validating existing ones, this library streamlines the process with clean, maintainable code. It’s an essential tool for mod developers looking to enhance their projects with flexible config options.

Discord YouTube GitHub CurseForge Modrinth

Usage for Developers

Jauml is a library dependency. Players usually install it because another mod requires it.

Step Action
Add dependency Depend on Jauml from your Fabric / Forge / NeoForge build
Create config Define your settings with Jauml’s JSON config helpers
Load on startup Read and validate config when your mod initializes
Save changes Write updates back through the same config layer
Ship with your mod List Jauml as a required dependency on CurseForge / Modrinth

Configuration

Jauml itself is a library. Your mod owns the config files.

Typical pattern:

  • Your mod declares settings through Jauml
  • JSON config files are generated / updated under the usual Minecraft config folder
  • Invalid or missing values can be validated and restored to safe defaults

Example shape (illustrative):

{
  "enabled": true,
  "debug": false,
  "values": {
    "exampleOption": 1
  }
}

Exact keys depend on the mod using Jauml.

Compatibility

  • Singleplayer
  • Multiplayer / dedicated servers (as required by dependent mods)
  • Fabric
  • Forge
  • NeoForge
  • Large modpacks
  • Client + server (library; follow the dependent mod’s side requirements)

Community & Support

License

Feel free to include Jauml in modpacks.

Please do not redistribute modified versions without permission.

Project description from CurseForge.

Pick your setup

Jauml by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

19 available setups

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

Recent files

Jauml versions and loaders

50 of 50 releases match

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