Last active
November 18, 2018 06:05
-
-
Save Ameliorate/77a72b5912a32847f38e43e5e0528e73 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: | |
testdungeon: | |
type: DecayDungeon | |
spawnX: 2 | |
spawnY: 2 | |
spawnZ: 2 | |
exitX: 0 | |
exitY: 128 | |
exitZ: 0 | |
maxX: 100 | |
maxY: 64 | |
maxZ: 100 | |
exitWorld: world | |
breakTimeVarianceSeconds: 10 | |
breakAvgTimeSeconds: 10 | |
persistantexample: | |
type: PersistentDungeon | |
spawnX: 5 | |
spawnY: 2 | |
spawnZ: 7 | |
exitX: 0 | |
exitY: 128 | |
exitZ: 0 | |
maxX: 18 | |
maxY: 9 | |
maxZ: 9 | |
exitWorld: world_the_end | |
generateBedrockBox: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment