You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an equivalent issue on the cubiomes viewer page, but since it is related with cubiomes, placing the issue here might be better (the issue tracker in cubiomes viewer can be closed if it's a duplicate).
As the title says, the minecraft worldseed dictates the terracotta clay layers that generates in every single badlands mesa biome across the entire worldseed. It is the same, no matter the position in a world, it is entirely 100% seed-based and nothing else.
The function uses nextInt(), which is similar to mesa biome, jungle biome generation in MC1.7.2-1.17.1.
From 1.7.2 to 1.17.1, the structureSeed dicated a fixed set of 64 layers of terracotta for each structureSeed. As of 1.18+, it is changed to 192 layers of terracotta for each seed.
cubiomes can return a 64 character string or a 192 character string of terracotta clay layers (MC version) for each worldseed, and maybe some other seedfinding functions. In cubiomes viewer GUI, it can preview the arrangement of layers on the Y-axis, and search for seeds with specific badlands layer patterns or percentages, and export the layers as strings alongside the seeds.
The text was updated successfully, but these errors were encountered:
Delvin4519
changed the title
[Mimic world generation] add support for badlands terracotta clay layers per worldseed (cubiomes viewer GUI)
[Mimic world generation] add support for badlands terracotta clay layers per worldseed (copy)
May 22, 2023
Delvin4519
changed the title
[Mimic world generation] add support for badlands terracotta clay layers per worldseed (copy)
Add cubiomes support for badlands terracotta clay layers per worldseed (copy)
Jun 27, 2023
There is an equivalent issue on the cubiomes viewer page, but since it is related with cubiomes, placing the issue here might be better (the issue tracker in cubiomes viewer can be closed if it's a duplicate).
As the title says, the minecraft worldseed dictates the terracotta clay layers that generates in every single badlands mesa biome across the entire worldseed. It is the same, no matter the position in a world, it is entirely 100% seed-based and nothing else.
The function uses nextInt(), which is similar to mesa biome, jungle biome generation in MC1.7.2-1.17.1.
From 1.7.2 to 1.17.1, the structureSeed dicated a fixed set of 64 layers of terracotta for each structureSeed. As of 1.18+, it is changed to 192 layers of terracotta for each seed.
cubiomes can return a 64 character string or a 192 character string of terracotta clay layers (MC version) for each worldseed, and maybe some other seedfinding functions. In cubiomes viewer GUI, it can preview the arrangement of layers on the Y-axis, and search for seeds with specific badlands layer patterns or percentages, and export the layers as strings alongside the seeds.
The text was updated successfully, but these errors were encountered: