Last active
July 14, 2020 21:22
-
-
Save CorgiTaco/254d8d5195cc65fd0bbaee0f98a232af to your computer and use it in GitHub Desktop.
Allows users to have a biomesoplenty world with BYG's Nether & End biomes. Import these settings on the create world screen
This file contains 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
{ | |
"dimensions": { | |
"minecraft:overworld": { | |
"generator": { | |
"biome_source": { | |
"seed": -1464245863, | |
"type": "minecraft:biomesoplenty_overworld" | |
}, | |
"seed": -1464245863, | |
"settings": "minecraft:overworld", | |
"type": "minecraft:noise" | |
}, | |
"type": "minecraft:overworld" | |
}, | |
"minecraft:the_nether": { | |
"generator": { | |
"biome_source": { | |
"seed": -1660337403543655964, | |
"type": "byg:bygnether" | |
}, | |
"seed": -1660337403543655964, | |
"settings": "minecraft:nether", | |
"type": "minecraft:noise" | |
}, | |
"type": "minecraft:the_nether" | |
}, | |
"minecraft:the_end": { | |
"generator": { | |
"biome_source": { | |
"seed": -1660337403543655964, | |
"type": "byg:bygend" | |
}, | |
"seed": -1660337403543655964, | |
"settings": "minecraft:end", | |
"type": "minecraft:noise" | |
}, | |
"type": "minecraft:the_end" | |
} | |
}, | |
"seed": -1660337403543655964, | |
"generate_features": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment