build_plan
Execute a multi-step building plan that places entities in order, sets recipes, inserts items, and reports failures; dry-run validates the plan without building.
Instructions
Build many entities as ONE job: steps are placed in order (walking within build range, items from your inventory, normal placement rules), each optionally setting a recipe and inserting items. Failed steps are reported and skipped unless stop_on_error. auto_craft hand-crafts missing placeable items first. dry_run=true only checks the plan (items, recipes, placement, overlaps) without building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| wait_s | No | seconds to wait for the job to finish before returning its id (default 30; 0 = return at once) | |
| dry_run | No | ||
| replace | No | cancel your running and queued jobs first instead of queueing behind them | |
| auto_craft | No | ||
| stop_on_error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |