agent
Control in-game actions like movement, mining, building, inventory management, and exploration in Minecraft Bedrock using structured commands for precise agent operations.
Instructions
Agent control: movement, building, mining, inventory, exploration, construction, resource gathering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Agent action to perform | |
amount | No | Item amount (1-64) | |
data | No | Item data/aux value | |
direction | No | Direction for movement/rotation/block operations | |
distance | No | Number of blocks to move (1-10) | |
item_id | No | Item ID (e.g., minecraft:stone, minecraft:dirt) | |
slot | No | Inventory slot (1-16) | |
x | No | X coordinate for teleportation | |
y | No | Y coordinate for teleportation | |
z | No | Z coordinate for teleportation |