Skip to content

Setup as a dependency

Killar.exe edited this page Sep 30, 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://jitpack.io' }
}

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

Currently the last version is 0.6.1a for 1.19.2.

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

Curseforge

Modrinth

My Youtube Channel (French)

Maybe a future discord or something later idk...

Clone this wiki locally