Skip to content

Importing

Meredith Espinosa edited this page Jan 10, 2019 · 5 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 this, adjusted to the proper version:

modCompile 'com.elytradev:infraredstone-fabric:18w50a-1.0.1.39'

Lastly, run gradlew <your IDE's setup task> 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: Maven version

For other builds, check the Maven itself.

Clone this wiki locally