Skip to content

Setup as a dependency

Killar.exe edited this page Oct 16, 2022 · 8 revisions

How to set up as a dependency ?

It's simple to add Dimensional Expansion as a dependency to your mod.

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

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

Step 2: Add the jitpack repository to your build file.

Currently the last version is 0.6.1a for 1.19.2.

dependencies {
                                                                              //1.19.2     //0.6.1a
    implementation 'net.killarexe.dimensional-expansion:dimensional-expansion-<mc-version>:<version>'
}

Curseforge

Modrinth

My Youtube Channel (French)

Maybe a future discord or something later idk...

Clone this wiki locally