Welcome

About

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/"
  }
}

You will also need our dependency.

You can find how to use the dependency for the version you want on our browser for our maven https://beehive.sh/mod/resourcefulconfig/versions

Last updated