mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix bedrock bug
This commit is contained in:
parent
c05d22b550
commit
948f823744
@ -62,6 +62,7 @@ public class IrisTerrainActuator extends EngineAssignedActuator<BlockData>
|
||||
if(getDimension().isBedrock())
|
||||
{
|
||||
h.set(xf, i, zf, BEDROCK);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user