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.
Details
Licensed MIT
Published 5 days ago
Updated 5 days ago