20 lines
990 B
Markdown
20 lines
990 B
Markdown
# Flan [](https://www.curseforge.com/minecraft/mc-mods/flan) [](https://www.curseforge.com/minecraft/mc-mods/flan-forge) [](https://discord.gg/K7G9GyER)
|
|
|
|
Server side land claiming mod for fabric
|
|
|
|
To use flan in your dependencies add the following snippet to your build.gradle
|
|
|
|
```gradle
|
|
repositories {
|
|
maven {
|
|
name = "Flemmli97"
|
|
url "https://gitlab.com/api/v4/projects/21830712/packages/maven"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
modImplementation "io.github.flemmli97:flan:${flan_version}-${minecraft_version}" // for version 1.5.0 below
|
|
modImplementation "io.github.flemmli97:flan:${flan_version}-${minecraft_version}:${mod_loader}" // for version 1.5.0 and up
|
|
}
|
|
```
|