mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-20 23:20:19 +00:00
Removed debug printout.
This commit is contained in:
@@ -912,7 +912,6 @@ public class IrisObject extends IrisRegistrant {
|
|||||||
MultipleFacing f = (MultipleFacing)d;
|
MultipleFacing f = (MultipleFacing)d;
|
||||||
for(BlockFace face : f.getAllowedFaces()) {
|
for(BlockFace face : f.getAllowedFaces()) {
|
||||||
BlockData facingBlock = placer.get(xx + face.getModX(), j + face.getModY(), zz + face.getModZ());
|
BlockData facingBlock = placer.get(xx + face.getModX(), j + face.getModY(), zz + face.getModZ());
|
||||||
Iris.warn(facingBlock.getAsString());
|
|
||||||
if(B.isSolid(facingBlock) && !B.isVineBlock(facingBlock)) {
|
if(B.isSolid(facingBlock) && !B.isVineBlock(facingBlock)) {
|
||||||
f.setFace(face, true);
|
f.setFace(face, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user