mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +00:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user