Biomes O' Plenty

Biomes O' Plenty

151M Downloads

[1.16.3] Biome o Plenty's nether biome provider not using biomes from the dynamic registry

TelepathicGrunt opened this issue ยท 1 comments

commented

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.

super(Stream.concat(VANILLA_POSSIBLE_BIOMES.stream(), BOPClimates.NETHER.getLandBiomes().stream().map((entry) -> entry.biome)).map(BiomeUtil::getBiome).collect(Collectors.toList()));

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

commented

Fixed with 016b5a8