Created
March 26, 2017 15:26
-
-
Save vmadman/113e357118dafb68015b0932b5ac3aac to your computer and use it in GitHub Desktop.
Factorio: Create Concrete Area (10,000 tiles)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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