9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 03:29:06 +00:00

Revert "Add vanilla cave support back"

This reverts commit ab64a8f8e2.
This commit is contained in:
Daniel Mills
2020-12-13 09:40:20 -05:00
parent ab64a8f8e2
commit 310b12c81d

View File

@@ -656,15 +656,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
}
public boolean isVanillaCaves() {
try
{
return getComposite().getDefaultEngine().getDimension().isVanillaStructures();
}
catch(Throwable e)
{
return false;
}
return false;
}
public KList<IrisBiome> getAllBiomes(String worldName) {