Go to file
2021-06-12 20:24:15 +02:00
.github/ISSUE_TEMPLATE update issue template 2021-05-02 15:39:05 +02:00
common split event from actual implementation 2021-06-12 20:24:15 +02:00
fabric split event from actual implementation 2021-06-12 20:24:15 +02:00
forge split event from actual implementation 2021-06-12 20:24:15 +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 changelog 2021-06-12 18:39:34 +02:00
gradle.properties changelog 2021-06-12 18:39:34 +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 11:08:06 +02:00
settings.gradle Update settings.gradle 2021-06-12 13:54:41 +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}"
}