mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Revert "Add vanilla cave support back"
This reverts commit ab64a8f8e2143f890d60869e37a1d1e28a6d65f5.
This commit is contained in:
parent
ab64a8f8e2
commit
310b12c81d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user