User:LCruel

From Official Factorio Wiki
Revision as of 18:12, 5 May 2016 by LCruel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hobbyist mod maker from the Netherlands with style

Useful links:

Usefull commands:

  • for i, player in ipairs(game.players) do player.force.reset_technologies() end
  • Print table /c for i,ingredient in pairs(game.player.force.recipes["tank"].ingredients) do game.player.print(ingredient.name .. " - " .. ingredient.amount) end
  • for i, player in ipairs(game.players) do player.force.reset_recipes() end