When playing in this version the world seed changes every time I leave and re-enter the game. This causes a chunk wall to form.
Reproduce
1.make a world with an invalid world generator setting.
2. leave the game
3. re-join and fly 100 blocks away and you will see a chunk wall
4. repeat 2 and 3 and it will keep happening.
Comments 4
I changed when I made the world and every time it re-sets the setting this is what I used:
{
"bonus_chest": false,
"dimensions": {
"minecraft:overworld": {
"generator": {
"biome_source": {
"seed": 3947472272601304098,
"type": "minecraft:fixed"
},
"seed": 3947472272601304098,
"settings": "minecraft:end",
"type": "minecraft:noise"
},
"type": "minecraft:overworld"
},
"minecraft:the_nether": {
"generator": {
"biome_source": {
"seed": 3947472272601304098,
"preset": "minecraft:nether",
"type": "minecraft:multi_noise"
},
"seed": 3947472272601304098,
"settings": "minecraft:nether",
"type": "minecraft:noise"
},
"type": "minecraft:the_nether"
},
"minecraft:the_end": {
"generator": {
"biome_source": {
"seed": 3947472272601304098,
"type": "minecraft:the_end"
},
"seed": 3947472272601304098,
"settings": "minecraft:end",
"type": "minecraft:noise"
},
"type": "minecraft:the_end"
}
},
"seed": 3947472272601304098,
"generate_features": true
}
This is what it changed since the last re-load:
{
"bonus_chest": false,
"dimensions": {},
"seed": 3947472272601304098,
"generate_features": true
}
What "invalid world generator settings" are you using?