Harvest Crop
minecraft_harvest_cropHarvest fully-grown Minecraft crops at given coordinates, checking maturity first unless force is enabled. Handles wheat, carrots, potatoes, and more.
Instructions
Breaks a fully-grown crop block at the given coordinates. For known crop types (wheat, carrots, potatoes, beetroots, nether_wart) this checks maturity first and refuses to harvest early unless force=true.
Returns: { message, block: string } Errors: nothing there, crop not fully grown (unless force=true), or not diggable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| force | No | Harvest even if the crop isn't fully grown yet. |