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

Paragon

Lightweight and easy-to-use config library.

Загрузки
6K
Подписчики
5
Обновлён
13 июня 2023 г.
Лицензия
MIT

Опубликован 22 октября 2022 г.


Lightweight and easy-to-use config library. Used in Deeper and Darker, and Golems of All Types. Created by Kyanite Mods with 💖

Advantages of using Paragon:

  • Lightweight and modular, Paragon itself is just a config library for other mods to use. It does not add any in-game content (such as menus, GUIs, etc)
  • Super easy to use and setup
  • Modern and simple

Example usage

Installation

Latest versions: fabric-3.0.2-1.20x & forge-3.0.2-1.20x

Repository (add to repositories)

maven {
    name = "Modrinth"
    url = "https://api.modrinth.com/maven"
    content {
        includeGroup "maven.modrinth"
    }
}

Fabric (remove include if you dont want Paragon packed into your jar)

include modImplementation("maven.modrinth:paragon:fabric-version")

Forge

implementation fg.deobf('maven.modrinth:paragon:forge-version')

If using Architectury, use the Fabric implementation in common build.gradle.

Ченджлог

forge-3.0.2-1.19xРелиз1.19 · 11 декабря 2022 г.
  • Fix crash
fabric-3.0.2-1.19xРелиз1.19 · 11 декабря 2022 г.
  • Fix crash
fabric-3.0.1-1.18.2Релиз1.18.2 · 10 декабря 2022 г.
  • Serializers
  • Crash fixes
  • Custom file names
  • Comments (JSON5 support)

Migrate to 3.0.0

forge-3.0.1-1.18.2Релиз1.18.2 · 10 декабря 2022 г.
  • Serializers
  • Crash fixes
  • Custom file names
  • Comments (JSON5 support)

Migrate to 3.0.0

fabric-3.0.1-1.19xРелиз1.19.1, 1.19.2, 1.19.3 · 10 декабря 2022 г.
  • Serializers
  • Crash fixes
  • Custom file names
  • Comments (JSON5 support)

Migrate to 3.0.0

forge-3.0.1-1.19xРелиз1.19.1, 1.19.2, 1.19.3 · 10 декабря 2022 г.
  • Serializers
  • Crash fixes
  • Custom file names
  • Comments (JSON5 support)

Migrate to 3.0.0

forge-2.1.0-1.19xРелиз1.19, 1.19.1, 1.19.2 · 14 ноября 2022 г.
  • Add option groups
  • Add descriptions to options and groups (for Epitome)
  • Fix bugs in parsing
fabric-2.1.0-1.19xРелиз1.19, 1.19.1, 1.19.2 · 14 ноября 2022 г.
  • Add option groups
  • Add descriptions to options and groups (for Epitome)
  • Fix bugs in parsing

Комментарии

Загружаем…