[Suggestion] use `minecraft:is_end` biome tags for mod compat
TelepathicGrunt opened this issue ยท 0 comments
To improve the mod compatibility this mod has with other modded biomes, I feel minecraft:is_end should be used. This is found in 1.21.1 NeoForge
However, you would need to create and register a new class that extends RandomSpreadStructurePlacement and override isPlacementChunk to not spawn within 1000 blocks of world origin to prevent spawning on the Ender Dragon island. Definitely doable and worth it to get compat with all End Biomes.
Furthermore, you can have a custom structure class that check if the land at the spot is higher enough to allow spawning. This will let your mod avoid spawning in no-land modded end biomes