Fac Insert

Put items from your Factorio inventory into a machine or container (fuel a furnace with coal, load ore, stock a chest). You must be within reach of the target entity.

bdambrosio 7abeadf 3 files · 2.7 KB Updated

File contents

fac-insert

Transfer items from your inventory into an entity via the game bridge.

Behavior

  • The target entity must exist at (x, y) and accept the item (furnaces take fuel + smeltable ore; chests take anything).
  • Returns the target's state after the insert (contents included).
  • Failure carries the standard deviation report.
{"thought": "fuel the furnace", "tool": "fac-insert", "args": {"item": "coal", "count": 10, "x": 48, "y": 60, "target": "stone-furnace"}}

bdambrosio/cognitive_workbench/tree/main/src/tools_out/fac-insert commit 7abeadfe66

Frequently asked questions

npx skillmds@latest add bdambrosio/fac-insert