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.

Common

modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-common-$mc_version:$rconfig_version"

Fabric

modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-fabric-$mc_version:$rconfig_version"

Forge

modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-forge-$mc_version:$rconfig_version"

NeoForge

modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-neoforge-$mc_version:$rconfig_version"

Last updated