Skip to content

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

Notifications You must be signed in to change notification settings

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://gitlab.com/api/v4/projects/21830712/packages/maven"
    }
}

dependencies {    
    //Fabric/Loom==========    
    modImplementation("io.github.flemmli97:runecraftory:${minecraft_version}-${mod_version}-${mod_loader}")
    
    //Forge==========    
    compile fg.deobf("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