Go to file
2021-06-10 19:10:55 +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 add a blacklist for blockentity and entity tags. 2021-06-10 19:09:59 +02:00
.gitignore clean ups 2020-08-23 15:16:26 +02:00
build.gradle fix calling client side code 2021-06-10 17:01:27 +02:00
Changelog.txt add things to make releasing mod easier 2021-06-10 16:55:55 +02:00
gradle.properties properties 2021-06-10 19:10:55 +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 14:59:00 +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 {
    modApi "io.github.flemmli97:flan:${flan_version}-${minecraft_version}"
}