Go to file
2021-06-12 01:12:39 +02:00
.github/ISSUE_TEMPLATE update issue template 2021-05-02 15:39:05 +02:00
common fix wrong position check for some items, fix enderpearl no clip 2021-06-12 00:17:25 +02:00
fabric finishing architectury version mostly 2021-06-12 00:15:14 +02:00
forge fix forge permission 2021-06-12 00:43:39 +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 finishing architectury version mostly 2021-06-12 00:15:14 +02:00
Changelog.txt fix wrong position check for some items, fix enderpearl no clip 2021-06-12 00:17:25 +02:00
gradle.properties fix forge permission 2021-06-12 00:43:39 +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-12 01:12:39 +02:00
settings.gradle architectury 2021-06-11 20:33:10 +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}"
}