![Simple Config API [Discontinued]](/_next/image?url=%2Fapi%2Fproxy-image%3Furl%3Dhttps%253A%252F%252Fcdn.modrinth.com%252Fdata%252FovMcTOI0%252F38867fd8979ea3ead3ad0efb5ebee63b46b155da_96.webp&w=256&q=75)
Simple Config API [Discontinued]
Simple Config API for my Mods.
Оцените первым
2.6K
4
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>"
}
Часто задаваемые вопросы
Совместимость
Зависимости
Создатели
Детали
Лицензия:
Опубликован:2 года назад
Обновлён:2 года назад
