Ability to use other chunk generators with mazes.
This also allows compatibility with other mods and datapacks providing custom world generation.
For implementation:
Instead of extending the NoiseChunkGenerator, the MazeChunkGenerator should wrap another chunk generator instead.
Ability to use other chunk generators with mazes.
This also allows compatibility with other mods and datapacks providing custom world generation.
For implementation:
Instead of extending the
NoiseChunkGenerator, theMazeChunkGeneratorshould wrap another chunk generator instead.