Created
November 18, 2018 06:25
-
-
Save Ameliorate/216cd289b2a2ca29b6915daec4c76d73 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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