HomeJavaModsBlueprint (API)
Blueprint (API)
ModsJava

Blueprint (API)

by dvitski · on Modrinth

Build & develop infinitely sized structures. Free Minecraft Java mod for 1.21.11.

⬇ Download on Modrinth

Discord

Blueprint is a mod and API that can be used to save/load structures of any size.

Usage

Public builds of Blueprint can be found on the Modrinth page.

To use Blueprint as a dependency you can find the artefact on our public Maven repository.

build.gradle

repositories {
    maven {
        name = "MC Brawls"
        url  = "https://maven.mcbrawls.net/releases/"
    }
}

dependencies {
    include modImplementation ("net.mcbrawls:blueprint:$blueprint_version")
}

gradle.properties

blueprint_version=1.16.3+1.21.8

Getting Started

/blueprint-editor open <blueprint identifier> will open or create a new blueprint editor environment. Use /blueprint-editor save to save the current blueprint editor you are in. Use /blueprint-editor close to close the current blueprint editor environment.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more