aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-08-16 07:50:36 +0100
committerGitHub <noreply@github.com>2022-08-16 08:50:36 +0200
commitb5b2d892177a76c93fd2e1401cc99a2e53e814a4 (patch)
tree4727663c68fea3e6f684a3fdbfde292ca0765991 /src/main/java/gregtech/api/interfaces/tileentity
parentbbfcef1d7533999536d3b6ab88cd226a9d0e3773 (diff)
downloadGT5-Unofficial-b5b2d892177a76c93fd2e1401cc99a2e53e814a4.tar.gz
GT5-Unofficial-b5b2d892177a76c93fd2e1401cc99a2e53e814a4.tar.bz2
GT5-Unofficial-b5b2d892177a76c93fd2e1401cc99a2e53e814a4.zip
Fix Wireless EU not transferring 2A/operation (#1265)
* Useless import * Lower case for methods * Double transfer rate for machines using two hatches. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IWirelessEnergyHatchInformation.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IWirelessEnergyHatchInformation.java b/src/main/java/gregtech/api/interfaces/tileentity/IWirelessEnergyHatchInformation.java
index fb6492d894..fa58e5dd54 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/IWirelessEnergyHatchInformation.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/IWirelessEnergyHatchInformation.java
@@ -1,7 +1,5 @@
package gregtech.api.interfaces.tileentity;
-import static gregtech.api.enums.GT_Values.V;
-
public interface IWirelessEnergyHatchInformation {
// This interface is solely for usage by wireless hatches/dynamos.