[1.16.5] Crash at mod startup when Terra and Terraforged is on at same time
TelepathicGrunt opened this issue ยท 1 comments
repurposed structures's structures are getting added to a biome's builder at mod init somehow. the biome builder crashes as my structures dont have their generation steps set yet (i set it in FMLCommonSetupEvent).
This seems to happen with Terra's compat code for terraforged but I only add my structures with BiomeLoadingEvent so this shouldn't be possible unless someone is manually calling my structures somehow at mod init
https://paste.ee/p/ABSLH
(my structures are best not to be added by other mods because I have my own allow/disallow list config for adding my structures to biomes that people would expect to work)
Will contact Terra dev about this
issue report made: PolyhedralDev/Terra#259