Blueprint (API)
ModMIT

Blueprint (API)

Build & develop infinitely sized structures

2.2K
Downloads
1
Followers
3 months ago
Updated
📦
10
Versions

📖About Blueprint (API)

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.