-
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup as a dependency
Killar.exe edited this page Oct 16, 2022
·
8 revisions
It's simple to add Dimensional Expansion as a dependency to your mod.
repositories {
maven { url 'https://api.docteam.tk' }
}Here is a table with the lastest versions with minecraft versions.
| MC Versions | DE Versions |
|---|---|
| 1.19.2 | |
| 1.19 | |
| 1.18.2 | |
| 1.18.1 | |
| 1.17.1 | |
| 1.16.4 |
dependencies {
implementation 'net.killarexe.dimensional-expansion:dimensional-expansion-<mc-version>:<version>'
}