Endplus biome import fix

This commit is contained in:
paulevsGitch 2021-06-17 20:21:23 +03:00
parent 39da8dfdfc
commit 2b033a2ef7
2 changed files with 2 additions and 0 deletions

View file

@ -193,6 +193,7 @@ public class EndBiomes {
biomes.addAll(getBiomes(InternalBiomeData.getEndBiomesMap().get(Biomes.SMALL_END_ISLANDS)));
biomes.addAll(getBiomes(InternalBiomeData.getEndBarrensMap().get(Biomes.END_BARRENS)));
biomes.forEach((key) -> FABRIC_VOID.add(key.location()));
FABRIC_VOID.removeIf(id -> id.getNamespace().equals("endplus"));
if (BetterEnd.isDevEnvironment()) {
System.out.println("==================================");