Resourceful Config is a cross-platform configuration library. Allow you to define a common config for your mod with all the types you need.
Installation
You will need to add our repository to your build-script.
repositories {
maven {
// Location of the maven that hosts Team Resourceful's jars.
name = "Team Resourceful Maven"
url = "https://maven.teamresourceful.com/repository/maven-public/"
}
}