-
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup as a dependency
Killar.exe edited this page Sep 30, 2022
·
8 revisions
It's simple to add Dimensional Expansion as a dependency to your mod.
repositories {
maven { url 'https://jitpack.io' }
}Currently the last version is 0.6.1a for 1.19.2.
dependencies {
implementation 'com.github.Killarexe:Dimensional-Expansion:<Version>'
}