Skip to content

A dynamic recipe library to replace vanilla's. Written for the Fabric modloader on Minecraft.

License

Notifications You must be signed in to change notification settings

NiChrosia/Assemble

Repository files navigation

Assemble

A dynamic recipe library to replace vanilla's.

Installation

Repository

repositories {
    maven {
        name = "Modrinth"
        setUrl("https://api.modrinth.com/maven/")
        
        content {
            includeGroup("maven.modrinth")
        }
    }
}

Dependency

Versions can be found on the modrinth page,

dependencies {
    modApi("maven.modrinth:assemble:${assemble_version}")
}

About

A dynamic recipe library to replace vanilla's. Written for the Fabric modloader on Minecraft.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages