You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Mine (break) a block at a specific position. Do NOT use this for regular resource collection. Use collectBlocks instead.',
285
+
execution: 'sequential',
286
+
schema: z.object({
287
+
x: z.number().describe('The x coordinate.'),
288
+
y: z.number().describe('The y coordinate.'),
289
+
z: z.number().describe('The z coordinate.'),
290
+
expected_block_type: z.string().optional().describe('Optional: expected block type at the position (e.g. oak_log). If provided and mismatched, the action fails.'),
0 commit comments