Skip to content

Flemmli97/RuneCraftory

Repository files navigation

RuneCraftory



Discord

Minecraft mod based on the Rune Factory series.

To use this mod as a dependency add the following snippet to your build.gradle:

repositories {
    maven {
        name = "Flemmli97"
        url "https://maven.blazing-coop.net/releases"
    }
}

dependencies {    
    //Fabric/Loom==========    
    modImplementation("io.github.flemmli97:runecraftory:${minecraft_version}-${mod_version}-${mod_loader}")
    
    //NeoForge==========    
    implementation("io.github.flemmli97:runecraftory:${minecraft_version}-${mod_version}-${mod_loader}")
}

About

Rune Craftory - A minecraft mod based on the game Rune Factory

Resources

Stars

Watchers

Forks

Releases

No releases published