Last active
July 6, 2020 00:18
-
-
Save CorgiTaco/f5716864bc7b63b04aa547ccfc0e846a to your computer and use it in GitHub Desktop.
Load BYG's Biomes(All dimensions). Steps: 1. Create a new world and import these settings. 2. Enter the nether/end and double check that it worked. Server Owners Only: 3. Exit the world and make the world your server's world. 4. Ensure that level-type=byg is in your server.properties. 5. Load the server. 6. Enjoy.
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
{ | |
"dimensions": { | |
"minecraft:overworld": { | |
"generator": { | |
"biome_source": { | |
"seed": -1464245863, | |
"type": "byg:bygworld" | |
}, | |
"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