Go to file
2021-06-10 20:16:48 +02:00
.github/ISSUE_TEMPLATE update issue template 2021-05-02 15:39:05 +02:00
gradle/wrapper initial commit 2020-08-23 14:52:36 +02:00
src/main claim name display 2021-06-10 19:25:05 +02:00
.gitignore clean ups 2020-08-23 15:16:26 +02:00
build.gradle fix build.gradle publishing. i knew first time it wouldn't work 2021-06-10 20:16:48 +02:00
Changelog.txt claim name display 2021-06-10 19:25:05 +02:00
gradle.properties claim name display 2021-06-10 19:25:05 +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-09 21:28:29 +02:00
settings.gradle initial commit 2020-08-23 14:52:36 +02:00

Flan

Server side land claiming mod for fabric

To use flan in your dependencys 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}"
}