Skip to content

Instantly share code, notes, and snippets.

@Ameliorate
Created November 18, 2018 06:25
Show Gist options
  • Save Ameliorate/216cd289b2a2ca29b6915daec4c76d73 to your computer and use it in GitHub Desktop.
Save Ameliorate/216cd289b2a2ca29b6915daec4c76d73 to your computer and use it in GitHub Desktop.
dungeons:
reallyquitebigdungeon:
# You probably shouldn't have this large of a dungeon, since it will take a long time to generate the first time around.
# Also if it's a DecayDungeon it'll take even longer, since each time the server starts every single block has to be
# copied over from the template, which tends to be slow for large dungeons.
maxX: 150
maxY: 200
maxZ: 59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment