Blueprint (API)
Blueprint is a mod and API that enables saving and loading structures of any size in Minecraft.
Getting Started
The command /blueprint-editor open <blueprint identifier> opens or creates a new blueprint editor environment. Use /blueprint-editor save to save the current blueprint. To close the editor environment, execute /blueprint-editor close.
Usage as Dependency
repositories {
maven {
name = "MC Brawls"
url = "https://maven.mcbrawls.net/releases/"
}
}
dependencies {
include modImplementation ("net.mcbrawls:blueprint:$blueprint_version")
}
blueprint_version=1.16.3+1.21.8