CurseForge · Minecraft mod
Jauml
Jauml is a lightweight configuration library for Minecraft mods, designed to simplify JSON-based config management
Quick answer
Which Jauml release should I use?
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.
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.
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.
- 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.
- 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
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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?


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.
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
- Discord: https://discord.gg/TJc3CxR4jK
- GitHub: https://github.com/MeherBenSalem/jauml
- Website: https://nightbeam.dev
- Store: https://nightbeam.dev/store
- CurseForge: https://www.curseforge.com/members/nightbeamstudio/projects
- Modrinth: https://modrinth.com/organization/nightbeam
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.
26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.8
2 loader builds1.21.5
2 loader builds1.21.1
2 loader builds1.20.1
3 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Jauml versions and loaders
jauml-neoforge-26.2-2.1.1.jar
30 Jul 2026
jauml-neoforge-26.1.2-2.1.1.jar
30 Jul 2026
jauml-neoforge-1.21.11-2.1.1.jar
30 Jul 2026
jauml-neoforge-1.21.1-2.1.1.jar
30 Jul 2026
jauml-forge-1.20.1-2.1.1.jar
30 Jul 2026
jauml-fabric-26.2-2.1.1.jar
30 Jul 2026
jauml-fabric-26.1.2-2.1.1.jar
30 Jul 2026
jauml-fabric-1.21.11-2.1.1.jar
30 Jul 2026
jauml-fabric-1.21.1-2.1.1.jar
30 Jul 2026
jauml-fabric-1.20.1-2.1.1.jar
30 Jul 2026
jauml-neoforge-26.2-2.1.0.jar
25 Jun 2026
jauml-neoforge-26.1.2-2.1.0.jar
25 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.

