Hydrogen compat fix (#154)

This commit is contained in:
paulevsGitch 2021-05-09 19:14:19 +03:00
parent 5d81d7b448
commit 38eaf8be67
6 changed files with 83 additions and 3 deletions

View file

@ -257,7 +257,7 @@ public class EndFeatures {
addFeature(ENDER_ORE, features);
addFeature(CRASHED_SHIP, features);
if (EndBiomes.getBiome(id).hasCaves()) {
if (EndBiomes.getBiome(id).hasCaves() && !EndBiomes.VOID_BIOMES.containsImmutable(id)) {
addFeature(ROUND_CAVE, features);
addFeature(TUNEL_CAVE, features);
}