This commit is contained in:
Cubitect 2022-08-14 22:24:38 +02:00
parent fc4604447b
commit 3b5fd73e59

View File

@ -39,7 +39,7 @@ int main()
uint64_t seed;
for (seed = 0; ; seed++)
{
// Apply the seed to the generator for the Overworld dismension.
// Apply the seed to the generator for the Overworld dimension.
applySeed(&g, DIM_OVERWORLD, seed);
// To get the biome at a single block position, we can use getBiomeAt().