Go to file
2021-06-14 16:09:10 +02:00
.github/ISSUE_TEMPLATE update issue template 2021-05-02 15:39:05 +02:00
common shadow yaml lib 2021-06-13 23:07:10 +02:00
fabric shadow yaml lib 2021-06-13 23:07:10 +02:00
forge fix wrong directory name 2021-06-14 16:09:10 +02:00
gradle/wrapper architectury 2021-06-11 20:33:10 +02:00
.gitignore clean ups 2020-08-23 15:16:26 +02:00
build.gradle update build.gradle 2021-06-13 23:34:30 +02:00
Changelog.txt changelog 2021-06-13 18:11:54 +02:00
gradle.properties add sethome and teleport command (for claims) 2021-06-12 23:21:38 +02:00
gradlew initial commit 2020-08-23 14:52:36 +02:00
gradlew.bat initial commit 2020-08-23 14:52:36 +02:00
README.md Update README.md 2021-06-13 23:36:55 +02:00
settings.gradle update build.gradle 2021-06-13 21:02:33 +02:00

Flan Discord

Server side land claiming mod for fabric

To use flan in your dependencies add the following snippet to your build.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
}