
Simple Mod Config
A minecraft modding framework for creating configuration files for both client and server
20K загрузок10 подписчиковGPL-3.0-onlyfabricforge
Обновлён 4 июля 2023 г. · опубликован 7 мая 2023 г.
What is Simple Mod Config
Simple Config is a minecraft configuration library.
This helps minecraft mod developers easily create a configs in minecraft.
This mod is built with no modding platform in mind. Meaning it can be integrated in
Forge,
Fabric,
Quilt,
and any other minecraft modding platforms that popup throughout the years.
Table of Contents
Screenshot

Installation
Add the Modrith Maven to your build.gradle file
repositories {
// Add the modrinth maven
maven {
url = "https://api.modrinth.com/maven"
}
}
Then add Simple Mod Config to your dependencies. You can find the right version on our Modrinth page
Common
Add the version to your gradle.properties files
#Simple Mod Config Version
simpleconfig=0.0.1 #put your version here
Fabric, Quilt, Architectury
dependencies {
// Adding a Simple Mod Config dependency for fabric, quilt and architectury
modImplementation include("maven.modrinth:simple-mod-config:fabric-${project.simpleconfig}")
}
Forge
dependencies {
// Adding a Simple Mod Config dependency for forge
modImplementation include("maven.modrinth:simple-mod-config:forge-${project.simpleconfig}")
}
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.0.3 | Релиз | 1.20, 1.20.1 | forge | 4 июля 2023 г. | Скачать (103 КБ) |
| 0.0.3 | Релиз | 1.20, 1.20.1 | fabric | 4 июля 2023 г. | Скачать (602 КБ) |
| forge-0.0.2 | Релиз | 1.19.4 | forge | 11 мая 2023 г. | Скачать (103 КБ) |
| fabric-0.0.2 | Релиз | 1.19.4 | fabric | 11 мая 2023 г. | Скачать (602 КБ) |
| forge-0.0.1 | Альфа | 1.19.4 | forge | 9 мая 2023 г. | Скачать (86 КБ) |
| fabric-0.0.1 | Бета | 1.19.4 | fabric | 9 мая 2023 г. | Скачать (587 КБ) |
Ченджлог
0.0.3Релиз1.20, 1.20.1 · 4 июля 2023 г.
Updated to 1.20
0.0.3Релиз1.20, 1.20.1 · 4 июля 2023 г.
Updated to 1.20
forge-0.0.2Релиз1.19.4 · 11 мая 2023 г.
Changes
- Added Title Screen button
- Added mod config screen
fabric-0.0.2Релиз1.19.4 · 11 мая 2023 г.
Changes
- Added Title Screen button
- Added mod config screen
forge-0.0.1Альфа1.19.4 · 9 мая 2023 г.
Initial Version
fabric-0.0.1Бета1.19.4 · 9 мая 2023 г.
Initial version
Комментарии
Загружаем…



