Hydrogen compat fix (#154)
This commit is contained in:
parent
5d81d7b448
commit
38eaf8be67
6 changed files with 83 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue