-
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup as a dependency
Killar.exe edited this page May 10, 2023
·
8 revisions
It's simple to add Dimensional Expansion as a dependency to your mod.
repositories {
maven { url 'https://jitpack.io' }
}Here is a table with the lastest versions with minecraft versions.
| MC Versions | DE Versions |
|---|---|
| 1.19.4 | |
| 1.19.3 | |
| 1.19.2 | |
| 1.19 | |
| 1.18.2 | |
| 1.18.1 | |
| 1.17.1 | |
| 1.16.4 |
dependencies {
implementation 'com.github.Killarexe:Dimensional-Expansion:<version>'
}Here is an exemple:
[[dependencies.<modid>]]
modId="dimensional_expansion"
mandatory=true #false if not
versionRange="[<version>, <version>)"
ordering="NONE"
side="BOTH"