Endplus biome import fix
This commit is contained in:
parent
39da8dfdfc
commit
2b033a2ef7
2 changed files with 2 additions and 0 deletions
|
@ -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("==================================");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue