Skip to content

Instantly share code, notes, and snippets.

@Deamon5550
Created December 18, 2016 04:28
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 Deamon5550/2a37452413c0981208474d990982af68 to your computer and use it in GitHub Desktop.
Save Deamon5550/2a37452413c0981208474d990982af68 to your computer and use it in GitHub Desktop.
Handles structures that are saved to disk. Certain structures
can take up large amounts of disk space for very large maps,
and the data for these structures is only needed while the
world around them is generating. Disabling saving of these structures
can save disk space and time during saves if your world is already
fully generated. Warning: disabling structure saving will break
the vanilla locate command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment