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