User:LCruel

From Official Factorio Wiki
Revision as of 19:39, 27 April 2016 by LCruel (talk | contribs)
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