Update README.md
This commit is contained in:
parent
afac1962ea
commit
4b5f5b2f76
17
README.md
17
README.md
@ -1,3 +1,18 @@
|
|||||||
# Flan
|
# Flan
|
||||||
|
|
||||||
Server side land claiming mod for fabric
|
Server side land claiming mod for fabric
|
||||||
|
|
||||||
|
To use flan in your dependencys add the following snippet to your build.gradle
|
||||||
|
|
||||||
|
```gradle
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
name = "Flemmli97"
|
||||||
|
url "https://gitlab.com/api/v4/projects/21830712/packages/maven"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
modApi "io.github.flemmli97:flan:${flan_version}-${minecraft_version}"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user