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.

Here is a table with the lastest versions with minecraft versions.

MC Versions DE Versions
1.19.2 Generic badge
1.19 Generic badge
1.18.2 Generic badge
1.18.1 Generic badge
1.17.1 Generic badge
1.16.4 Generic badge
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