[1.16.3] Biome o Plenty's nether biome provider not using biomes from the dynamic registry
TelepathicGrunt opened this issue ยท 1 comments
Just a repeat of this issue report of the overworld but this time, it is affecting the nether: #1691
Specifically, this line needs to replace the BiomeUtil::getBiome
with biomes::get
as the biomes
parameter is what contains the correct biomes to use.
As of right now, mods that adds structures to nether biomes such as Repurposed Structures will not be able to be found with the /locate command as the biomes stored in the BoP biome source is not the correct biomes (correct ones are in the registry from the parameter)
That's all lol
Fixed with 016b5a8