Remove testline
This commit is contained in:
parent
dd8510792f
commit
32a21a0ac1
1 changed files with 0 additions and 1 deletions
|
@ -1602,7 +1602,6 @@ public class GT_Utility {
|
|||
Block tBlock = aWorld.getBlock(aX, aY, aZ);
|
||||
|
||||
tList.add("----- X: " + aX + " Y: " + aY + " Z: " + aZ + " -----");
|
||||
tList.add("Dimension: "+DimensionManager.getProvider(aWorld.provider.dimensionId).getClass().getName());
|
||||
try {
|
||||
if (tTileEntity instanceof IInventory)
|
||||
tList.add("Name: " + ((IInventory) tTileEntity).getInventoryName() + " MetaData: " + aWorld.getBlockMetadata(aX, aY, aZ));
|
||||
|
|
Loading…
Reference in a new issue