misode.github.io
misode.github.io copied to clipboard
Weird End Biome generation
I was trying to re-create the End without The End biome and it gave me this result. It only have normal generation at negative x and z. Whatever the result is because of Minecraft or because of the generation, I would love to know, so that I can find the solution. This is my setting.
{ "type": "minecraft:the_end", "generator": { "type": "minecraft:noise", "biome_source": { "type": "minecraft:multi_noise", "biomes": [ { "biome": "minecraft:end_highlands", "parameters": { "temperature": 0, "humidity": 0, "continentalness": 0, "erosion": 0.25, "weirdness": 0, "depth": 0, "offset": 0 } }, { "biome": "minecraft:end_midlands", "parameters": { "temperature": 0, "humidity": 0, "continentalness": 0, "erosion": -0.0625, "weirdness": 0, "depth": 0, "offset": 0 } }, { "biome": "minecraft:end_barrens", "parameters": { "temperature": 0, "humidity": 0, "continentalness": 0, "erosion": -0.21875, "weirdness": 0, "depth": 0, "offset": 0 } }, { "biome": "minecraft:small_end_islands", "parameters": { "temperature": 0, "humidity": 0, "continentalness": 0, "erosion": -1, "weirdness": 0, "depth": 0, "offset": 0 } } ] }, "settings": "minecraft:end" } }