Configurator is a 1.16+ Forge library mod that allows developers to define .json config files in the same style as Forge's own config system.
Configurator works on any version of Forge for any version of Minecraft between 1.16.4 and 1.18.2.
Usage information can be found in the README on the Github. https://github.com/Testure/Configurator
1. add the cursemaven to your repository:
repositories {
maven {
url "https://cursemaven.com"
}
}
2. get the FileID of the jar version you want to use.
3. add it as a dependency:
implementation fg.deobf("curse.maven:configurator-594414:FileID")
4. Add some JSON configs to your mod!
No files available for download.