Modern Industrialization

Modern Industrialization

4M Downloads

Ores do not generate in Terralith Biomes

Miku0Sama opened this issue ยท 1 comments

commented

Ores simply do not generate in Terralith biomes. I contacted Terralith devs about it and they said the easiest way was for you to add datapack biome support. So I thought I would just open this issue here to bring it to your attention.
oregen

commented

We use standard Fabric's Biome Modifications API, if that doesn't work then I'm afraid there is nothing we can do about it:

BiomeModifications.addFeature(BiomeSelectors.foundInOverworld(), GenerationStep.Decoration.UNDERGROUND_ORES, featureKey);
.