Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 247 Bytes

Factorio

Console commands

List all crafting tabs and their order

/c for k,v in pairs(game.item_group_prototypes) do log("name "..v.name..",order "..v.order) end