Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ Flan Public archive
forked from Flemmli97/Flan

Fabric Landclaiming Mod

Notifications You must be signed in to change notification settings

ReconnectedCC/Flan

 
 

Repository files navigation

Flan




Discord

Server side land claiming mod for fabric.

You can now PR translations into the mod. Translations should go under common/src/main/resources/data/flan/lang

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 {    
    //Fabric==========    
    modCompileOnly("io.github.flemmli97:flan:${minecraft_version}-${flan_version}-${mod_loader}-api") {
		transitive = false //Remove this if you want to have all those optional dependencies
	}
    modRuntime("io.github.flemmli97:flan:${minecraft_version}-${flan_version}-${mod_loader}") {
		transitive = false //Remove this if you want to have all those optional dependencies
	}
    
    //Forge==========    
    compileOnly fg.deobf("io.github.flemmli97:flan:${minecraft_version}-${flan_version}-${mod_loader}-api")
    runtimeOnly fg.deobf("io.github.flemmli97:flan:${minecraft_version}-${flan_version}-${mod_loader}")
}

About

Fabric Landclaiming Mod

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 100.0%