find_buildable_area
Find the nearest clear rectangle of buildable land on explored ground, avoiding water, cliffs, and entities while allowing trees.
Instructions
Nearest width x height rectangle of free land (no water, cliffs or entities; trees allowed and counted) on explored ground near a point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| max_distance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |