Show dim id with scanner
This commit is contained in:
parent
8b85da877d
commit
14a7d0768f
1 changed files with 1 additions and 1 deletions
|
@ -1612,7 +1612,7 @@ public class GT_Utility {
|
|||
|
||||
Block tBlock = aWorld.getBlock(aX, aY, aZ);
|
||||
|
||||
tList.add("----- X: " + aX + " Y: " + aY + " Z: " + aZ + " -----");
|
||||
tList.add("----- X: " + aX + " Y: " + aY + " Z: " + aZ + " D: " + aWorld.provider.dimensionId + " -----");
|
||||
try {
|
||||
if (tTileEntity instanceof IInventory)
|
||||
tList.add(trans("162","Name: ") + ((IInventory) tTileEntity).getInventoryName() + trans("163"," MetaData: ") + aWorld.getBlockMetadata(aX, aY, aZ));
|
||||
|
|
Loading…
Reference in a new issue