forked from VazkiiModsArchive/Ambience
-
Notifications
You must be signed in to change notification settings - Fork 12
Getting Started
Vinicius edited this page Aug 31, 2020
·
1 revision
You can integrate and automatically download Ambience for your mod project using Gradle.
Just add the following to your build script (build.gradle
):
repositories {
...
maven {
url = 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.viniciusgf2:Ambience:1.15.2-SNAPSHOT'
}