agent
Control and automate in-game tasks such as movement, mining, building, and inventory management for Minecraft Bedrock Edition. Perform actions like teleportation, item collection, and block placement to streamline gameplay and resource management.
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) | |
steps | No | Array of agent actions for sequence. Each step should have "type" field and relevant parameters. | |
x | No | X coordinate for teleportation | |
y | No | Y coordinate for teleportation | |
z | No | Z coordinate for teleportation |