mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
@@ -656,15 +656,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isVanillaCaves() {
|
public boolean isVanillaCaves() {
|
||||||
try
|
return false;
|
||||||
{
|
|
||||||
return getComposite().getDefaultEngine().getDimension().isVanillaStructures();
|
|
||||||
}
|
|
||||||
|
|
||||||
catch(Throwable e)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public KList<IrisBiome> getAllBiomes(String worldName) {
|
public KList<IrisBiome> getAllBiomes(String worldName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user