Cubitect / cubiomes-viewer

An efficient graphical Minecraft seed finder and map viewer.
GNU General Public License v3.0
976 stars 59 forks source link

Doesn't display all structures #263

Closed tunaflsh closed 5 months ago

tunaflsh commented 9 months ago

The world generation in 1.20 isn't the same for 1.20.1+. The viewer shows wrong world.

Cubitect commented 9 months ago

I'm not aware of any world generation changes between the 1.20 minor versions. 1.20.1 in particular was just a minor hotfix update.

tunaflsh commented 9 months ago

Apologies. I just tested in 1.20 the seed -4760463051109859295.

Here is how the spawn looks like: image

And here is the seed viewer: image

There are several factors that got me confused. There is a water part, that is considered desert biome, so the app didn't render water. That's on me, and I think it's not a bug. The other thing is a popular website chunkbase shows only one desert temple at spawn. image

I assumed it was using the same app here, so I reported an issue.

tunaflsh commented 9 months ago

I just checked some pillager outposts. On the same seed, there is an outpost at -2900 ~ -4400. image

But the viewer doesn't find it. image

I'll rename the issue, since it's not about support 1.20.1.

Cubitect commented 5 months ago

The missing pillager outpost in the cherry_grove was a bug that has been fixed in 3.4.1.

Incorrect positions for some desert temples is a known issue (see the readme). Desert temples check the actual block height before they generate, which cubiomes can't predict. Instead, it uses the climate depth as an approximation for the surface height, but there are some false positives and false negatives. I think chunkbase may also use the climate depth, but they may use a different cutoff value.

All the biomes are correct and don't necessarily reflect the in-game terrain.