Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
BluePrints+
ModCC0-1.0

BluePrints+

Smart, reusable blueprints for builders. Capture builds instantly, preview a ghost with rotation/mirror, and place the result as a unit — single‑player and servers.

363
Downloads
4
Followers
5 months ago
Updated
📦
1
Versions
managementutilityworldgenfabric
Download Latestv0.1.0+build31View on Modrinth

📖About BluePrints+

Blueprints+

Icon

Smart, reusable blueprints for builders. Capture builds instantly, preview a ghost with rotation/mirror, and place the result as a unit — single‑player and servers.

Features

  • Ghost Preview (client)
    • Toggle a live ghost of your blueprint at the block face under the crosshair.
    • Two preview modes: textured blocks + outlines, or outlines‑only (toggle)
    • Rotate (90° steps around Y), mirror (X/Z), and nudge in XYZ.
  • State‑aware placement (client→server)
    • Oriented blocks rotate/mirror with the structure (e.g., FACING, HORIZONTAL_FACING, AXIS, 16‑step rotations, and common directional side properties).
    • Doors flip hinge in mirror for a natural result.
  • Grab selection (server command)
    • /bp grab : capture all blocks attached to the looked‑at block (6‑dir), never ground, never below your start Y, no liquids.
    • Hard cap 8000 blocks for safety.
  • Local/Server Browser (client)
    • Press I to open the Browser window (dialog).
    • Tabs: Local (default) and Server.
    • Local lists .minecraft/blueprints (dev: run/blueprints). Server lists the server’s blueprints/ via networking.
    • Load instantly (no confirmation). Server blueprints stream to the client for preview (no copying required).
    • Delete from either tab (Local removes file; Server deletes on server and refreshes list).
    • Rename saved blueprints from either tab (Local renames the file; Server renames on server and refreshes list).
    • Keyboard navigation: Up/Down, PageUp/PageDown, Enter (Load), Delete (Remove), R (Refresh), Esc (Close).
  • Multiplayer ready
    • Client preview + controls, server placement + commands. Install the mod on both client and server for full functionality.

Controls (default)

  • Y — Toggle ghost on/off
  • U — Rotate CW (hold Shift for CCW)
  • T — Mirror cycle (None → X → Z → None)
  • Arrow keys — Nudge X/Z
  • PageUp / PageDown — Nudge Y
  • O — Toggle preview mode (Blocks+Outlines ↔ Outlines‑only)
  • I — Open Browser (Local/Server tabs; Load/Refresh/Delete/Close)
  • Enter — Place the ghost (server places blocks; ghost auto‑closes)
  • Backspace — Cancel/hide ghost

Commands (server)

All /bp commands are server‑side. Creative‑mode required for safety.

  • /bp grab — capture attached blocks from the looked‑at block (strict: attached‑only, no ground, no liquids, never below start Y).
  • /bp list — list files on the server.
  • /bp remove — look at a structure and open a confirm dialog (Enter=Yes, Esc=No) to delete the attached build. Safety: attached‑only, no ground/liquids, never below start Y, cap 8000.
    Captured files are saved under server_root/blueprints/.nbt.

File locations

  • Client Local tab: .minecraft/blueprints/ (dev: run/blueprints/).
  • Server tab: server_root/blueprints/ (auto‑listed/streamed).

Rotation & mirroring details

On placement we transform every block’s BlockState to match the preview transform:

  • Rotate (Y axis): HORIZONTAL_FACING/FACING, AXIS/HORIZONTAL_AXIS, ROTATION (16‑step), and directional side properties named north/east/south/west (e.g., wall heights) are rotated.
  • Mirror (X or Z): HORIZONTAL_FACING/FACING mirrored; door hinge flips LEFT↔RIGHT; directional sides mirrored appropriately.
  • Neighbor‑dependent shapes (stairs SHAPE, wall/pane/fence connections) often update naturally after placement. If you find cases that don’t, open an issue and we’ll add targeted rules or a refresh step.

Installation

Client (required):

  • Fabric Loader: 0.16.x
  • Fabric API: 0.116.4+1.21.1
  • Java: 21
  • Place blueprintsplus-.jar in .minecraft/mods/.

Server:

  • Same Fabric Loader + Fabric API + Java 21.
  • Place the same blueprintsplus-.jar in server_root/mods/ and restart.

Note: Client preview works without the server installed, but placement/commands and the Server tab require the server to have the mod.

Troubleshooting

  • “Structures don’t rotate on server”: ensure the server mod jar is the same version (+buildN) as the client jar.
  • “Browser Server tab shows nothing”: Install the mod on the server and try /bp list in‑game to confirm server files exist.
  • “Preview opaque/heavy”: press O to switch to outlines‑only. Distance culling (~128 blocks) is enabled by default.
  • “Walls/stairs corners odd after place”: neighbor‑dependent shapes may need a world tick. Report specific blocks if you want exact shaping rules added.

👥 Team & Contributors

romanjcweaver
romanjcweaverOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabric
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page