generated from NeoForgeMDKs/MDK-1.21-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 !
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>"
}