Fix Seismic prospection without ores failing
This commit is contained in:
parent
571a8abbe0
commit
cc89e15b5b
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public class GT_MetaTileEntity_SeismicProspector extends GT_MetaTileEntity_Basic
|
|||
}
|
||||
}
|
||||
}
|
||||
if(tStringList.size()<1){tStringList.add("No Ores found.");}
|
||||
FluidStack tFluid = GT_Utility.getUndergroundOil(getBaseMetaTileEntity().getWorld(), getBaseMetaTileEntity().getXCoord(), getBaseMetaTileEntity().getZCoord());
|
||||
String[] tStringArray = new String[tStringList.size()];
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue