TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Cannot load from int array because "this.surfaceHeight" is null

SnackJunkie opened this issue ยท 4 comments

commented

Minecraft 1.20.1
Forge 47.2.20
TerraFirmaCraft 3.1.9
Distant Horizons 2.0.1-a

Using Distant Horizons distant generation feature results in this error from TFC

https://pastebin.com/e8GjuEcw

commented

This would be something DH likely needs to look into or fix, they're not sufficiently mocking our world generator for distant generation.

[18:57:10] [Server thread/INFO] [LodWorldGen/]: ================WORLD_GEN_STEP_INITING=============
[18:57:10] [Server thread/INFO] [LodWorldGen/]: TerraFirmaCraft Chunk Generator detected: [class net.dries007.tfc.world.TFCChunkGenerator], Distant Generation will try its best to support it.
[18:57:10] [Server thread/INFO] [LodWorldGen/]: If it does crash, turn Distant Generation off or set it to to [PRE_EXISTING_ONLY].
commented

There's a DH API for passing along chunk generation info. Not super familiar with the inner workings of either project, so it may not be entirely useful, but thought I'd throw it in here.

commented