build_line
Create straight lines of blocks between two points in Minecraft Bedrock Edition. Customize start and end coordinates to build paths, fences, bridges, or supports with specific materials like stone or wood.
Instructions
Build a straight line of blocks between two points. Perfect for paths, roads, fences, bridges, pillars, or structural frameworks. Example: from (0,64,0) to (10,80,10) creates a diagonal line useful for building supports or artistic structures
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Build action to perform | build |
material | No | Block type to build the line with (e.g. stone, cobblestone, wood, concrete) | minecraft:stone |
x1 | Yes | Starting X coordinate (east-west position where line begins) | |
x2 | Yes | Ending X coordinate (east-west position where line ends) | |
y1 | Yes | Starting Y coordinate (height where line begins, typically 64 for ground level) | |
y2 | Yes | Ending Y coordinate (height where line ends, can be different for slopes/ramps) | |
z1 | Yes | Starting Z coordinate (north-south position where line begins) | |
z2 | Yes | Ending Z coordinate (north-south position where line ends) |