commit
5cc052fdbb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue