build_blueprint
Construct a complete blueprint in a single job at given map coordinates from an export string or carried blueprint, supporting up to 1000 entities and reporting per-step failures.
Instructions
Build a whole blueprint as ONE job, anchored so its top-left entity lands at (anchor_x, anchor_y): from an export string, or a carried blueprint by label. Up to 1000 entities; per-step failures are reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | ||
| label | No | ||
| string | No | blueprint export string | |
| wait_s | No | seconds to wait for the job to finish before returning its id (default 30; 0 = return at once) | |
| replace | No | cancel your running and queued jobs first instead of queueing behind them | |
| anchor_x | Yes | map coordinate in tiles (x grows east, y grows south) | |
| anchor_y | Yes | map coordinate in tiles (x grows east, y grows south) | |
| stop_on_error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |