Seems generator API lacks chunk population functionality.
Chunk population gives context of:
- Chunk that should be populated
- Adjacent chunks
This will resolve the issue, when, for example, the developer want to place a big tree, but the context of a single chunk forces them to hold an additional context for it, instead of to place it without it
Seems generator API lacks chunk population functionality.
Chunk population gives context of:
This will resolve the issue, when, for example, the developer want to place a big tree, but the context of a single chunk forces them to hold an additional context for it, instead of to place it without it