Make the biome-type distinguishable
ErikSteiner opened this issue ยท 0 comments
Currently it is not possible to tell the config, if a biome name is a biome or a tag. If I do this:
"biomes": ["forest"]
I would expect that the ore spawns just in the biome with the name forest. However the ore spawns in every biome with the tag forest. So it would be nice to make the entry distinguishable: Capital letters FOREST
means tag and small letters forest
means biome name.