diff --git a/common/buildcraft/factory/BlockQuarry.java b/common/buildcraft/factory/BlockQuarry.java index e4759733..430b039e 100644 --- a/common/buildcraft/factory/BlockQuarry.java +++ b/common/buildcraft/factory/BlockQuarry.java @@ -63,7 +63,7 @@ public class BlockQuarry extends BlockMachineRoot { if (j == 0 && i == 3) return textureFront; - if (i == j) + if (i == j && i>1) // Front can't be top or bottom. return textureFront; switch (i) {