omni_shape_line
Creates a straight 3D line of blocks between two points using the Bresenham algorithm, ideal for building paths, fences, or wires.
Instructions
3D Bresenham line of place_block ops. Use for paths, fences, wires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| meta | No | ||
| block | No | minecraft:fence |