AE2 Spatial Dimension Generation Crash
Rongmario opened this issue ยท 5 comments
This was with the above setting in AE2's worldgen:
- Disabled all ores (charged/normal certus quartz)
- Disabled Chest Loot
- Disabled Meteor Generation
It's not a world generation crash, it's AE 2 spatial dimension generator crash.
For the record: this is a crash due to AE's very lazy ChunkGenerator code. For me it didn't crash, but on trying to move something to spatial dimension the same Error appeared.
Can be fixed by giving AE2 some proper chunk generator code.
Spatial storage still won't work with the fixed generation though. That would require some deep ExtendedBlockStorage black magic it seems.