journeymaptfcintegration-neoforge-1.0.3.jar
Curse Maven Snippet
What's new
[1.0.3] — 2026-08-18
Fixed
- Crash in non-TFC worlds (Critical): entering a superflat (or any non-TFC-generator) world crashed the server with
NullPointerExceptioninRockData.getSurfaceRockduring chunk generation. TFC'sCHUNK_DATAattachment degrades to an emptyChunkData(null generator) when the level's chunk generator is not TFC's, andgetSurfaceRockdereferences it unconditionally.TFCDataAccess.isTFCGenerator()— checkslevel.getChunkSource().getGenerator() instanceof TFCChunkGenerator.ServerCache.queryData()— skips the rock query for non-TFC worlds (recordsrockId="", temperature/rainfall unchanged); result memoized per generator instance (auto-invalidates on world switch) with a one-time INFO log.- Covers both
ChunkEvent.Loadandwarmup()paths (both go throughqueryData).
This mod has no additional files

