Перейти к содержимому
Mineforgian

Jauml

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

Загрузки
146K
Подписчики
12
Обновлён
30 июля 2026 г.
Лицензия
Apache-2.0

Опубликован 6 июня 2025 г.

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

Jauml is licensed under the Apache License 2.0.

You are free to use, modify, and redistribute Jauml in accordance with the terms of the Apache License 2.0.

Feel free to include Jauml in modpacks.

Ченджлог

2.1.1Релиз26.2 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-neoforge-26.2-2.1.1.jar
2.1.1Релиз26.1.2 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-neoforge-26.1.2-2.1.1.jar
2.1.1Релиз1.21.11 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-neoforge-1.21.11-2.1.1.jar
2.1.1Релиз1.21.1 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-neoforge-1.21.1-2.1.1.jar
2.1.1Релиз1.20.1 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-forge-1.20.1-2.1.1.jar
2.1.1Релиз26.2 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-fabric-26.2-2.1.1.jar
2.1.1Релиз26.1.2 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-fabric-26.1.2-2.1.1.jar
2.1.1Релиз1.21.11 · 30 июля 2026 г.

Jauml 2.1.1

Bug Fixes

  • Fixed Fabric/NeoForge 26.1.2 crash from stub MixinMinecraft missing @Mixin (#3/#4).

File

  • jauml-fabric-1.21.11-2.1.1.jar

Комментарии

Загружаем…