2021-06-29 17:34:06 +02:00
2021-06-11 20:33:10 +02:00
2020-08-23 15:16:26 +02:00
2021-06-21 14:00:50 +02:00
2021-06-21 14:08:16 +02:00
2021-06-21 14:08:16 +02:00
2020-08-23 14:52:36 +02:00
2020-08-23 14:52:36 +02:00
2021-06-13 23:36:55 +02:00
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
}
Description
No description provided
Readme 1.3 MiB
Languages
Java 100%