
Configurator - Configuration Creation Library
Configurator is a Forge library mod designed for Minecraft versions 1.16.4 and above, up to 1.18.2. The main purpose of this tool is to provide developers with a convenient way to create JSON configuration files that are fully compatible with Forge's standard configuration system.
Compatibility and Features
The library works on all versions of Forge for Minecraft from 1.16.4 to 1.18.2 inclusive. It allows developers to easily integrate JSON configurations into their mods using a familiar and understandable format.
Installation Instructions
To connect Configurator to your project, follow these steps:
1. Add the cursemaven repository to your project settings:
repositories { maven { url "https://cursemaven.com" } }
2. Find the FileID of the required JAR file version
3. Add the dependency to the project:
implementation fg.deobf("curse.maven:configurator-594414:FileID")
After successful installation, you will be able to add JSON configurations to your mod and customize them according to your needs.