Skip to content
Daniel Orr edited this page Nov 15, 2024 · 4 revisions

Welcome to the Slate wiki!

Usage

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

Getting Started

To get started, go and create your first slate!

Clone this wiki locally