Constant Warn spam when running a server

I'm getting basically a constant warning spam On my server that's running TerraFirmaGreg-Modern 0.9.2

The log fills with this kind of message, i'm unsure what it means either. Doesnt seem to be a massive issue since it doesnt crash the server, but it does bloat the log size significantly.

Here's a snippet of the log alongside the Warn message that gets spammed, I'm unsure how i could provide the full log message as i'm connected remotely using SSH and i have no idea how i could "download" one of the log files into my main computer.

Worth mentioning, this is being spammed on the server, my client connection is clean.

java.lang.NullPointerException: Biome: 68
        at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?]
        at net.dries007.tfc.world.biome.TFCBiomes.getExtensionOrThrow(TFCBiomes.java:87) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
        at net.dries007.tfc.world.TFCChunkGenerator.m_213609_(TFCChunkGenerator.java:348) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
        at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.step.StepFeatures.generateGroup(StepFeatures.java:81) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
        at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.generateDirect(BatchGenerationEnvironment.java:1029) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
        at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.lambda$generateLodFromListAsync$11(BatchGenerationEnvironment.java:492) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
        at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.GenerationEvent.lambda$startEvent$0(GenerationEvent.java:102) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
        at com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:203) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
image.png
Was this page helpful?