mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 23:01:07 +00:00
Add vanilla cave support back
This commit is contained in:
@@ -656,8 +656,16 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
}
|
||||
|
||||
public boolean isVanillaCaves() {
|
||||
try
|
||||
{
|
||||
return getComposite().getDefaultEngine().getDimension().isVanillaStructures();
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public KList<IrisBiome> getAllBiomes(String worldName) {
|
||||
if(getComposite() != null)
|
||||
|
||||
Reference in New Issue
Block a user