mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Dont check caves
This commit is contained in:
@@ -43,8 +43,7 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
||||
|
||||
default boolean isCarved(int x, int y, int z)
|
||||
{
|
||||
return ((IrisCaveModifier)getEngine().getFramework().getCaveModifier()).isCave(x,y,z) ||
|
||||
getEngine().getDimension().isCarved(x,y,z, getComplex().getRng(), getEngine().getHeight());
|
||||
return getEngine().getDimension().isCarved(x,y,z, getComplex().getRng(), getEngine().getHeight());
|
||||
}
|
||||
|
||||
default IrisDataManager getData() {
|
||||
|
||||
Reference in New Issue
Block a user