Skip to content

Team-Resourceful/Resourceful-Config

Repository files navigation

Resourceful Config


To add this library to your project, do the following:

repositories {
  maven {
    // Location of the maven that hosts Team Resourceful's jars.
    name = "Resourceful Bees Maven"
    url = "https://nexus.resourcefulbees.com/repository/maven-public/"
  }
}

In an Architectury project, you would implement it like so:

Common

dependencies {
  modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-common-1.21.3:3.3.0"
}

Fabric

dependencies {
  modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-fabric-1.21.3:3.3.0"
}

Forge

dependencies {
  modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-forge-1.21.3:3.3.0"
}

You can either Jar-in-Jar this or depend on it on Curseforge or Modrinth.