2021-06-12 05:08:06 -04:00
|
|
|
# Flan [![](http://cf.way2muchnoise.eu/full_404578_Fabric_%20.svg)![](http://cf.way2muchnoise.eu/versions/404578.svg)](https://www.curseforge.com/minecraft/mc-mods/flan) [![](http://cf.way2muchnoise.eu/full_493246_Forge_%20.svg)![](http://cf.way2muchnoise.eu/versions/493246.svg)](https://www.curseforge.com/minecraft/mc-mods/flan-forge) [![Discord](https://img.shields.io/discord/790631506313478155?color=0a48c4&label=discord)](https://discord.gg/K7G9GyER)
|
2020-08-23 08:52:36 -04:00
|
|
|
|
2021-06-09 08:59:00 -04:00
|
|
|
Server side land claiming mod for fabric
|
|
|
|
|
2021-06-11 05:28:42 -04:00
|
|
|
To use flan in your dependencies add the following snippet to your build.gradle
|
2021-06-09 08:59:00 -04:00
|
|
|
|
|
|
|
```gradle
|
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
name = "Flemmli97"
|
|
|
|
url "https://gitlab.com/api/v4/projects/21830712/packages/maven"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2021-06-13 17:36:55 -04:00
|
|
|
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
|
2021-06-09 08:59:00 -04:00
|
|
|
}
|
|
|
|
```
|