Skip to content

Instantly share code, notes, and snippets.

@vmadman
Created March 26, 2017 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmadman/113e357118dafb68015b0932b5ac3aac to your computer and use it in GitHub Desktop.
Save vmadman/113e357118dafb68015b0932b5ac3aac to your computer and use it in GitHub Desktop.
Factorio: Create Concrete Area (10,000 tiles)
/c for i=-100,100 do for j=-100,100 do game.player.surface.set_tiles({{name="concrete", position={game.player.position.x+i, game.player.position.y+j}}}) end end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment