Hi
I remember dev promised chunk deletion function in 0.15.
So anyone know the command to delete chunks now ?
Deleting chunks in 0.15
Re: Deleting chunks in 0.15
An example:
This will delete a chunk directly below the starting area. Note that the position is given in chunks, not tiles. 1 chunk = 32 tiles.
Code: Select all
/c game.player.surface.delete_chunk{0, 4}