mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-22 11:04:57 -04:00
Fix typo
This commit is contained in:
parent
fc4604447b
commit
3b5fd73e59
@ -39,7 +39,7 @@ int main()
|
|||||||
uint64_t seed;
|
uint64_t seed;
|
||||||
for (seed = 0; ; 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);
|
applySeed(&g, DIM_OVERWORLD, seed);
|
||||||
|
|
||||||
// To get the biome at a single block position, we can use getBiomeAt().
|
// To get the biome at a single block position, we can use getBiomeAt().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user