Skip to content

Setup as a dependency

Loris P edited this page Jan 8, 2023 · 1 revision

How to set up as a dependency ?

Step 1: Add the docteam repository to your build file.

repositories {
   maven { url 'https://https://api.docteam.tk/' }
}

Step 2: Add the repository in your build file.

dependencies {
    implementation 'com.github.Killarexe:Dimensional-Expansion:<version>'
}

Step 3: Add Ninety's Lib as dependency on your mod TOML file

[[dependencies.<modid>]]
    modId="ninetylib"
    mandatory=true
    versionRange="[1.0,)"
    ordering="NONE"
    side="BOTH"

Clone this wiki locally