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

@ -1,4 +1,5 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.java.home=/usr/local/java/jdk-16.0.1
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties

View file

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