Update GT_MetaTileEntity_AdvMiner2.java
This commit is contained in:
parent
9be4d8c270
commit
fcb685693e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public class GT_MetaTileEntity_AdvMiner2 extends GT_MetaTileEntity_MultiBlockBas
|
||||||
}
|
}
|
||||||
ArrayList<ItemStack> tDrops = new ArrayList();
|
ArrayList<ItemStack> tDrops = new ArrayList();
|
||||||
Block tMineBlock = null;
|
Block tMineBlock = null;
|
||||||
ChunkPosition mle;
|
ChunkPosition mle = null;;
|
||||||
while ((tMineBlock==null || tMineBlock == Blocks.air) && !mMineList.isEmpty()) {
|
while ((tMineBlock==null || tMineBlock == Blocks.air) && !mMineList.isEmpty()) {
|
||||||
mle = mMineList.get(0);
|
mle = mMineList.get(0);
|
||||||
mMineList.remove(0);
|
mMineList.remove(0);
|
||||||
|
|
Loading…
Reference in a new issue