Skip to content
Ethan Costa edited this page Oct 12, 2024 · 2 revisions

Welcome to the Graveyards wiki!

Here, you will learn how to create gravestones and intregrate Graveyards to your mod !

Add Graveyards as a dependency

in your build.gradle

repositories {
    maven {
         name "odysseyus-studio"
         url "https://maven.odysseyus.fr/releases"
    }
}

dependencies {
     implementation "fr.tathan.graveyards:graveyards-1.21.1:<version>"
}

Clone this wiki locally