Cubitect / cubiomes

C library that mimics the Minecraft biome generation.
MIT License
556 stars 98 forks source link

A quick question #71

Closed F1rsi closed 1 year ago

F1rsi commented 2 years ago

Does the version of minecraft affect the speed of finding seeds on the spawn?

Cubitect commented 1 year ago

The world spawn algorithm changed several times over the versions and biome generation also changes. So yes, how long it takes to find spawn very much depends on the version. The most notable changes occurred in 1.7, 1.13 and 1.18.

F1rsi commented 1 year ago

Good, Thank you for your reply.