Structure
Builder
A modular airport construction system for Minecraft Bedrock — placement, live preview, material tracking, ownership, and non-linear undo with full terrain restore.
Place a block. Build an airport.
Complete placement flow — from source block to finished structure and terrain restore
The Structure Builder manages a complete workflow: place a source block, open a menu, pick a variant, rotate it, check material costs, confirm — and the structure builds layer by layer in front of you.
Every placed structure gets its own undo block. Undo restores the exact terrain that existed before the build — a saved snapshot, not a fill command. Up to 15 builds can be undone independently, in any order.
Seven modules, one connected airport
Each structure links to the next via attachment points — building one unlocks slots for its neighbours
Why it works the way it does
What the system handles quietly
Every critical path runs in a try/finally block — locks and ticking areas are always released, even if something fails mid-operation. Players get a clear message. The world stays consistent.