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