Realistic Ore Veins

Realistic Ore Veins

310k Downloads

1.15.2 Biome Rules do not work with tags

Shandoo94 opened this issue ยท 1 comments

commented

Forge 31.2.8
oreveins 5.1.3

As the title sais Ore Veins does not spawn ores if the biomes rule is specified as a tag.

If I specify for example
"biomes": { "type": "tag", "biomes": "cold" }

the vein did not spawn in a cold biome and does not spawn at all. Removing the biomes rule spawns the vein as expected.

commented

Well nuts that's an oversight

final BiomeDictionary.Type type = BiomeDictionary.Type.getType(typeName);

On the plus side it will match any biomes with the biome dictionary tag "tag" :P