Created
July 29, 2019 15:16
-
-
Save Lothrazar/6d09fbe2e175ff2e89139b22764d5d36 to your computer and use it in GitHub Desktop.
elementaryores.toml
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
#General settings | |
[elementaryores] | |
[elementaryores.end] | |
[elementaryores.end.ender] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 127 | |
#How comoon are the End ore spawns | |
#Range: 0 ~ 64 | |
size = 16 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 1 | |
[elementaryores.end.redstone] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 86 | |
#How comoon are the End ore spawns | |
#Range: 0 ~ 64 | |
size = 5 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 1 | |
[elementaryores.end.emerald] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 40 | |
#How comoon are the End ore spawns | |
#Range: 0 ~ 64 | |
size = 4 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 1 | |
[elementaryores.netherrack] | |
[elementaryores.netherrack.gold] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 85 | |
#Size of nether ore veins | |
#Range: 0 ~ 64 | |
size = 6 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 16 | |
[elementaryores.netherrack.diamond] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 127 | |
#Size of nether ore veins | |
#Range: 0 ~ 64 | |
size = 1 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 1 | |
[elementaryores.netherrack.lapis] | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
high = 127 | |
#Size of nether ore veins | |
#Range: 0 ~ 64 | |
size = 3 | |
#Min and max y levels for spawn | |
#Range: 0 ~ 256 | |
low = 70 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment