dimension type from 1.16 Pre-relase 2 not work in 1.16 Pre-relase 3.
No key name in MapLike[{"ultrawarm":false,"natural":true,"shrunk":false,"ambient_light":0,"has_skylight":true,"has_ceiling":false}]
explanation of the error does not explain how to fix it
Comments 3
Same error, here's my .json file.
{
"generate_features": true,
"bonus_chest": false,
"seed": -1464245863,
"dimensions": {
"minecraft:overworld": {
"generator": {
"type": "minecraft:noise",
"seed": -1464245863,
"biome_source": {
"type": "minecraft:vanilla_layered",
"seed": -1464245863,
"large_biomes": false
},
"settings": "minecraft:overworld"
},
"type": "minecraft:overworld"
},
"minecraft:the_nether": {
"generator": {
"type": "minecraft:noise",
"seed": -1464245863,
"biome_source": {
"type": "minecraft:multi_noise",
"seed": -1464245863,
"preset": "minecraft:nether"
},
"settings": "minecraft:nether"
},
"type": "minecraft:the_nether"
},
"minecraft:the_end": {
"generator": {
"type": "minecraft:noise",
"seed": -1464245863,
"biome_source": {
"type": "minecraft:the_end",
"seed": -1464245863
},
"settings": "minecraft:end"
},
"type": "minecraft:the_end"
},
"minecraft:oceanworld": {
"generator": {
"type": "minecraft:noise",
"seed": 0,
"biome_source": {
"type": "minecraft:checkerboard",
"seed": 0,
"biomes": [
"minecraft:beach",
"minecraft:cold_ocean",
"minecraft:deep_cold_ocean",
"minecraft:deep_frozen_ocean",
"minecraft:deep_lukewarm_ocean",
"minecraft:deep_ocean",
"minecraft:deep_warm_ocean",
"minecraft:frozen_ocean",
"minecraft:lukewarm_ocean",
"minecraft:mushroom_field_shore",
"minecraft:ocean",
"minecraft:stone_shore",
"minecraft:warm_ocean",
"minecraft:snowy_beach"
]
},
"settings": "minecraft:overworld"
},
"type": {
"ultrawarm": false,
"natural": true,
"shrunk": false,
"ambient_light": 0,
"has_skylight": true,
"has_ceiling": false
}
}
}
}
Forward resolve to MC-195407
Please provide the full world generation .json file.