mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Add vanilla cave support back
This commit is contained in:
parent
9d18a1297b
commit
ab64a8f8e2
@ -656,7 +656,15 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
}
|
||||
|
||||
public boolean isVanillaCaves() {
|
||||
return false;
|
||||
try
|
||||
{
|
||||
return getComposite().getDefaultEngine().getDimension().isVanillaStructures();
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public KList<IrisBiome> getAllBiomes(String worldName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user