insert_items
Walk to the entity at the specified coordinates and insert the requested items from your inventory. Use this to supply machines or containers with needed resources.
Instructions
Move items from your inventory into the entity at x,y (walks within reach).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | map coordinate in tiles (x grows east, y grows south) | |
| y | Yes | map coordinate in tiles (x grows east, y grows south) | |
| items | Yes | item name -> count, e.g. {"coal": 10}; other qualities as "name@quality", e.g. "iron-plate@rare" | |
| wait_s | No | seconds to wait for the job to finish before returning its id (default 30; 0 = return at once) | |
| replace | No | cancel your running and queued jobs first instead of queueing behind them |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |