aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAlexandre Tardif <alexandre.tardif@nexusinno.com>2023-07-10 15:31:22 -0400
committerAlexandre Tardif <alexandre.tardif@nexusinno.com>2023-07-10 15:31:22 -0400
commit6c392df7d93a4bd7bc95f66204a91e16a37867f9 (patch)
tree44a7f01c00d61c567a65f787d4f759882c16fa10 /src/main
parentc3e82115e6693d820e6bf2d9ce223b83c041ef92 (diff)
downloadGT5-Unofficial-6c392df7d93a4bd7bc95f66204a91e16a37867f9.tar.gz
GT5-Unofficial-6c392df7d93a4bd7bc95f66204a91e16a37867f9.tar.bz2
GT5-Unofficial-6c392df7d93a4bd7bc95f66204a91e16a37867f9.zip
Remove rotation limitation on the LSC
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
index 846f783f49..8815ee6387 100644
--- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
+++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
@@ -338,11 +338,6 @@ public class GTMTE_LapotronicSuperCapacitor
return STRUCTURE_DEFINITION;
}
- @Override
- protected IAlignmentLimits getInitialAlignmentLimits() {
- return (d, r, f) -> d.offsetY == 0 && r.isNotRotated() && !f.isVerticallyFliped();
- }
-
private void processInputHatch(GT_MetaTileEntity_Hatch aHatch, int aBaseCasingIndex) {
mMaxEUIn += aHatch.maxEUInput() * aHatch.maxAmperesIn();
aHatch.updateTexture(aBaseCasingIndex);