Sinhika / SimpleOres2

split off from Alexndr's SimpleCore
19 stars 20 forks source link

Simple Ores not generating in mod biomes #20

Closed Sinhika closed 5 years ago

Sinhika commented 5 years ago

See title. Simple Ores are generating in vanilla biomes, but not in mod biomes in 1.14.3

Sinhika commented 5 years ago

Fixed by commit 169ab4a9f39223975c80f392e43a2e18a4c302b9

"Original" OreGen code borrowed from examples on Minecraftforge forums iterated over vanilla BiomeManager, which doesn't always see mod biomes. Iterate over the Forge biome registry instead, that's what it's there for.