User:LCruel

From Official Factorio Wiki
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