Fix bedrock off generating air

This commit is contained in:
Daniel Mills 2021-01-01 19:08:36 -05:00
parent 70fef94d15
commit b148fa94c3

View File

@ -63,8 +63,6 @@ public class IrisTerrainActuator extends EngineAssignedActuator<BlockData>
{ {
h.set(xf, i, zf, BEDROCK); h.set(xf, i, zf, BEDROCK);
} }
continue;
} }
if(getDimension().isCarved(realX, i, realZ, rng, he)) if(getDimension().isCarved(realX, i, realZ, rng, he))