-
-
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' }
}Currently the last version is 0.6.1a for 1.19.2.
dependencies {
//1.19.2 //0.6.1a
implementation 'net.killarexe.dimensional-expansion:dimensional-expansion-<mc-version>:<version>'
}