[1.12.2] [Question] Biome IDs
Skaphegor opened this issue ยท 4 comments
Hello,
I am working on my modpack. I need some biomes IDs of Biomes O'Plenty. I would like to ask if there is a page where I can find all IDs for the 1.12.2 version?
The thing with biome IDs, is that they're generated randomly per-world, the same way modded block/item IDs are. The biome ID config file is really only meant to be used to disable biomes by setting the ID to -1. Our lead coder was supposed to change it to just be a true/false type thing, but hasn't had the time to do so.
You should really try sticking to using resource names if possible (For example, "biomesoplenty:coniferous_forest")