Skip to content

Setup as a dependency

Killar.exe edited this page May 10, 2023 · 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 repository in your build file.

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

MC Versions DE Versions
1.19.4 Generic badge
1.19.3 Generic badge
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 {
    implementation 'com.github.Killarexe:Dimensional-Expansion:<version>'
}

Step 3: Add Dimensional Expansion as dependency on your mod TOML file

Here is an exemple:

[[dependencies.<modid>]]
    modId="dimensional_expansion"
    mandatory=true #false if not
    versionRange="[<version>, <version>)"
    ordering="NONE"
    side="BOTH"

Curseforge

Modrinth

My Youtube Channel (French)

Maybe a future discord or something later idk...

Clone this wiki locally