-
Notifications
You must be signed in to change notification settings - Fork 2
Importing
Meredith Espinosa edited this page Jul 18, 2018
·
8 revisions
InfraRedstone is hosted on the Elytra maven. To add InfraRedstone to a project, add this to your repositories in build.gradle:
maven {
url 'https://repo.elytradev.com/'
}
Then, in your build.gradle dependencies, add:
deobfCompile 'com.elytradev.infraredstone:1.12.2-1.0.93'
Lastly, run gradlew setupDecompWorkspace
from your command line, and InfraRedstone should be ready to develop with!
Note: InfraRedstone maven builds are versioned per-commit. To see the latest build number, check the maven badge: