Merge pull request #973 from viliml/patch-4

Update BlockQuarry.java
This commit is contained in:
CovertJaguar 2013-06-25 20:39:33 -07:00
commit 5cc052fdbb

View file

@ -63,7 +63,7 @@ public class BlockQuarry extends BlockMachineRoot {
if (j == 0 && i == 3) if (j == 0 && i == 3)
return textureFront; return textureFront;
if (i == j) if (i == j && i>1) // Front can't be top or bottom.
return textureFront; return textureFront;
switch (i) { switch (i) {