place
Place one piece at given coordinates and yaw, with optional height. Snaps to the nearest compatible socket within a radius, or disables snapping for free placement.
Instructions
Place one piece at (x, z) with yaw in degrees and optional height y. By default it snaps to the nearest compatible socket within snapRadius metres; set snap=false for free placement. parent limits snapping to one piece key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | No | ||
| z | Yes | ||
| yaw | No | ||
| snap | No | ||
| piece | Yes | ||
| parent | No | ||
| snapRadius | No |