-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Orr edited this page Nov 15, 2024
·
4 revisions
Welcome to the Slate wiki!
Public builds of Slate can be found on the Modrinth page.
To use Slate as a dependency you can find the artefact on our public Maven repository.
build.gradle
repositories {
maven {
name = "Andante's Maven"
url = "https://maven.andante.dev/releases/"
}
}
dependencies {
include modImplementation ("net.mcbrawls:slate:$slate_version")
}
gradle.properties
slate_version=1.0
To get started, go and create your first slate!