
Custom climate models assume levels have a "TFC-like" chunk generator
Closed this issue ยท 1 comments
The log says I m trying to cast class NoiseBasedChunkGenerator to class ChunkGeneratorExtension, after reading the source code, i guess it because the ohter mod's dimension do not use the TFCChunkGenerator which implements ChunkGeneratorExtension as their ChunkGenerator, so maybe you can add an instanceof check before the force class cast and if not then use default value.