建造逐格藍圖
mc_build_blueprintBuild arbitrary Minecraft structures from coordinate-block lists, automatically merging identical blocks into minimal fill commands for pixel art, text, and irregular models.
Instructions
蓋出任意形狀:直接給一份「座標 → 方塊」清單,相同方塊會自動合併成最少的 fill。幾何形狀請優先用 mc_build_shape;這個工具是給像素畫、文字、不規則造型或從外部資料轉來的模型用的。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| plan | Yes | ||
| failed | Yes | ||
| issued | Yes | ||
| outcomes | Yes | ||
| elapsedMs | Yes | ||
| succeeded | Yes | ||
| firstFailure | Yes |