harvestMatureCrops
Automatically collect mature crops within a specified radius on Minecraft MCP Server, streamlining farming tasks for efficient gameplay.
Instructions
Harvest mature crops from nearby farmland
Input Schema
Name | Required | Description | Default |
---|---|---|---|
number | No | Number of crops to harvest | |
radius | No | Search radius (default: 30) |
Input Schema (JSON Schema)
{
"properties": {
"number": {
"description": "Number of crops to harvest",
"type": "number"
},
"radius": {
"description": "Search radius (default: 30)",
"type": "number"
}
},
"required": [],
"type": "object"
}