The Meaning of Life, the Universe, and Everything.
Join Date:
2/20/2019
Posts:
46
Member Details
Can someone explain how to use the import settings button?, i've been trying to create a JSON file with settings for about an hour and I can't seem to get it to work. If someone could give a detailed explanation or an example JSON file that would be awesome, Thanks!.
You make a .json file by Exporting World Generation Settings of an existing 1.16.5 world.
In the Select World dialog, highlight a world listing ad click of Edit then click on Export World Generation Settings.
The .json will be in the world save folder.
Here's what is in a worldgen_settings_export.json file of a vanilla 1.16.5 world I'm playing.
There are no dangerous weapons. There are only dangerous people. R.A. Heinlein
If you aren't part of the solution, then you obviously weren't properly dissolved.
Can someone explain how to use the import settings button?, i've been trying to create a JSON file with settings for about an hour and I can't seem to get it to work. If someone could give a detailed explanation or an example JSON file that would be awesome, Thanks!.
You make a .json file by Exporting World Generation Settings of an existing 1.16.5 world.
In the Select World dialog, highlight a world listing ad click of Edit then click on Export World Generation Settings.
The .json will be in the world save folder.
Here's what is in a worldgen_settings_export.json file of a vanilla 1.16.5 world I'm playing.
{
"bonus_chest": false,
"dimensions": {
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"biome_source": {
"seed": 302365276674198371,
"large_biomes": false,
"type": "minecraft:vanilla_layered"
},
"seed": 302365276674198371,
"settings": "minecraft:overworld",
"type": "minecraft:noise"
}
},
"minecraft:the_nether": {
"type": "minecraft:the_nether",
"generator": {
"biome_source": {
"preset": "minecraft:nether",
"seed": 302365276674198371,
"type": "minecraft:multi_noise"
},
"seed": 302365276674198371,
"settings": "minecraft:nether",
"type": "minecraft:noise"
}
},
"minecraft:the_end": {
"type": "minecraft:the_end",
"generator": {
"biome_source": {
"seed": 302365276674198371,
"type": "minecraft:the_end"
},
"seed": 302365276674198371,
"settings": "minecraft:end",
"type": "minecraft:noise"
}
}
},
"seed": 302365276674198371,
"generate_features": true
}
There are no dangerous weapons. There are only dangerous people. R.A. Heinlein
If you aren't part of the solution, then you obviously weren't properly dissolved.
The latest release of Amidst, version 4.6 can be found here:
https://github.com/toolbox4minecraft/amidst/releases
You should probably also read this:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-tools/2970854-amidst-map-explorer-for-minecraft-1-14
You can find me on the Minecraft Forums Discord server.
https://discord.gg/wGrQNKX
Awesome! Thank you!