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.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
Platforms
Fabric
Supported environments
Details
Licensed MIT
Published last week
Updated 3 days ago