From c68814f780c376eb4241717c5b6c81e4efc7a7f7 Mon Sep 17 00:00:00 2001 From: Technus Date: Sun, 17 Apr 2016 13:08:19 +0200 Subject: Adding Multismelter paraller count info to scanner, Adding EBF Heat Capacity to scanner, reformatting rest of scanner msgs to be unified --- src/main/java/gregtech/api/util/GT_Utility.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/api/util/GT_Utility.java') diff --git a/src/main/java/gregtech/api/util/GT_Utility.java b/src/main/java/gregtech/api/util/GT_Utility.java index 28b1dbad9d..322252793e 100644 --- a/src/main/java/gregtech/api/util/GT_Utility.java +++ b/src/main/java/gregtech/api/util/GT_Utility.java @@ -11,6 +11,7 @@ import gregtech.api.events.BlockScanningEvent; import gregtech.api.interfaces.IDebugableBlock; import gregtech.api.interfaces.IProjectileItem; import gregtech.api.interfaces.tileentity.*; +import gregtech.api.interfaces.metatileentity.*; import gregtech.api.items.GT_EnergyArmor_Item; import gregtech.api.items.GT_Generic_Item; import gregtech.api.net.GT_Packet_Sound; -- cgit