-
Notifications
You must be signed in to change notification settings - Fork 18
Making an addon
KnightMiner edited this page Feb 20, 2018
·
1 revision
The current version is 1.12.2-0.1.2.1
To get Inspirations into your dev environment you need to add it as a dependency.
First you need to add our maven repo to your build.gradle:
repositories {
...
maven {
name 'DVS1 Maven FS'
url 'http://dvs1.progwml6.com/files/maven'
}
}
Then you need to tell it to get Inspirations from there:
dependencies {
deobfCompile "slimeknights.mantle:Mantle:1.12-<mantle_build>"
deobfCompile "knightminer:Inspirations:1.12.2-<inspirations_build>"
}
Mantle is needed for Inspirations, you can that build info here in Inspiration's build info.