mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
commit
8331cbe375
@ -77,7 +77,7 @@ public class IrisSurfaceDecorator extends IrisEngineDecorator {
|
|||||||
((Bisected) bd).setHalf(Bisected.Half.BOTTOM);
|
((Bisected) bd).setHalf(Bisected.Half.BOTTOM);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!B.isAir(data.get(x, height + 1, z))) {
|
if(B.isAir(data.get(x, height + 1, z))) {
|
||||||
data.set(x, height + 1, z, fixFaces(bd, x, height + 1, z));
|
data.set(x, height + 1, z, fixFaces(bd, x, height + 1, z));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user