mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Fix bedrock off generating air
This commit is contained in:
parent
70fef94d15
commit
b148fa94c3
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user