
Blueprint (API)
Build & develop infinitely sized structures
- Загрузки
- 3K
- Подписчики
- 2
- Обновлён
- 4 января 2026 г.
- Лицензия
- MIT
Опубликован 5 декабря 2024 г.
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.
Ченджлог
1.17.9+1.21.11Релиз1.21.11 · 4 января 2026 г.
- Updated to 1.21.11
1.17.8+1.21.8Релиз1.21.8, 1.21.9, 1.21.10 · 13 октября 2025 г.
- Add return type to blueprint anchor entity placement
1.17.7+1.21.8Релиз1.21.8, 1.21.9, 1.21.10 · 7 октября 2025 г.
- Fix Blueprint Editor spawn Y pos
1.17.6+1.21.8Релиз1.21.8 · 29 сентября 2025 г.
- Fixed EncoderException sometimes again
1.17.5+1.21.8Релиз1.21.8 · 22 сентября 2025 г.
- Fixed EncoderException sometimes
1.17.4+1.21.8Релиз1.21.8 · 1 сентября 2025 г.
Okay I'm not tired anymore I fixed it
1.17.3+1.21.8Релиз1.21.8 · 30 августа 2025 г.
- Fixed cuboid looping, I mean kinda, like it works but not properly, I'll fix it later
1.17.1+1.21.8Релиз1.21.8 · 30 августа 2025 г.
- Fix box region iteration (intersection -> union)
Комментарии
Загружаем…