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

Simple Config API [Discontinued]

Simple Config API for my Mods.

Загрузки
3K
Подписчики
4
Обновлён
15 февраля 2024 г.
Лицензия
MIT

Опубликован 25 декабря 2023 г.

Simple Config API

A Simple Config API for Fabric, Quilt and Neo/-Forge which is based on the NightConfig Library. It is downloadable on Curseforge and Modrinth.

Features

  • Save Integer, Double String and Boolean Values
    • save them in Categories
    • set comments for Categories or Values
    • Values can be defined in range
  • Designed for Multi-Loader Projects, but can also be used for single Loader Projects.
  • Auto Correction of invalid or corrupt Config Entries

Planned

  • support more Datatypes

For Developers

Latest Version: 0.3.0

Available for:

  • Fabric 1.20 -> 1.20.4
  • Forge 1.20 -> 1.20.4
  • NeoForge 1.20.1 -> 1.20.4
Adding Simple Config API to your project
    repositories {
        maven {
          name = "xStopho Mods"
          url = "https://raw.githubusercontent.com/Stein-N/resources/main/maven"
        }
    }
    dependencies {
        implementation "xstopho.simpleconfigapi:simpleconfigapi-common:<version>"
        implementation "xstopho.simpleconfigapi:simpleconfigapi-fabric:<version>"
        implementation "xstopho.simpleconfigapi:simpleconfigapi-forge:<version>"
        implementation "xstopho.simpleconfigapi:simpleconfigapi-neoforge:<version>"
    }

Ченджлог

0.3.2Релиз1.20.2, 1.20.3, 1.20.4 · 15 февраля 2024 г.
  • fixing internal quirk
0.3.2Релиз1.20.2, 1.20.3, 1.20.4 · 15 февраля 2024 г.
  • fixing internal quirk
0.3.2Релиз1.20.2, 1.20.3, 1.20.4 · 15 февраля 2024 г.
  • fixing internal quirk
0.3.0Релиз1.20.2, 1.20.3, 1.20.4 · 25 января 2024 г.
  • ranged values can now be commented as well
  • comments can be set for as many lines as you want
  • fixing some internal quirk
0.3.0Релиз1.20.2, 1.20.3, 1.20.4 · 25 января 2024 г.
  • ranged values can now be commented as well
  • comments can be set for as many lines as you want
  • fixing some internal quirk
0.3.0Релиз1.20.2, 1.20.3, 1.20.4 · 25 января 2024 г.
  • ranged values can now be commented as well
  • comments can be set for as many lines as you want
  • fixing some internal quirk
0.2.7Релиз1.20.2, 1.20.3, 1.20.4 · 22 января 2024 г.
  • fixing internal issues
0.2.7Релиз1.20.2, 1.20.3, 1.20.4 · 22 января 2024 г.
  • fixing internal issues

Комментарии

Загружаем…