1.1.0 is the first major usability update for Blueprint Executor.
This release upgrades the mod from a basic blueprint placement prototype into a safer and more practical building tool.
The main focus of this version is planning, analysis, and rollback. Blueprints can now be inspected before placement, simulated without modifying the world, and reverted after execution.
蓝图分析)Added /blueprint info <file>
Displays core blueprint metadata:
空跑模式)Added /blueprint dryrun <file>
Added /blueprint dryrun <file> <x> <y> <z> [rotation]
Allows players to simulate a placement without changing the world
Reports:
包围盒)撤销支持)/blueprint undo放置流程重构)Refactored blueprint placement from a direct-write model into a plan + apply model
Placements are now processed in two stages:
PlacementPlan (放置规划)This change is the foundation for:
命令工作流改进)/blueprint place now uses the planned placement pipeline internally新增内部结构)Added new internal data models to support analysis and rollback:
PlacementPlanPlannedBlockBlueprintAnalysisPlacementSessionChangedBlockUndoManager代码结构改进)/blueprint info <file>
/blueprint dryrun <file>
/blueprint dryrun <file> <x> <y> <z> [rotation]
/blueprint undo
If you were using earlier prototype builds, 1.1.0 is the recommended upgrade because it adds:

Executes building blueprints from JSON.