Cubitect / cubiomes

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

Can I determine which chunk is a slime chunk? If so, how? (I'm sorry, but I never found how to do that) #83

Closed F1rsi closed 1 year ago

Cubitect commented 1 year ago

In finders.h:

int isSlimeChunk(uint64_t seed, int chunkX, int chunkZ);