diff options
author | Ryan Nasers <42074409+Cardinalstars@users.noreply.github.com> | 2024-08-05 03:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 15:30:58 +0700 |
commit | 1ab7b9dbcbf375ceff1449502acd0f873f2da51a (patch) | |
tree | 0b68625e6e1ab655ca6892272211fb4bb4a79cd1 /src/main/java/gtPlusPlus/core/handler | |
parent | 5c9c4000c6130bd44ad43204dd6220dcda401c10 (diff) | |
download | GT5-Unofficial-1ab7b9dbcbf375ceff1449502acd0f873f2da51a.tar.gz GT5-Unofficial-1ab7b9dbcbf375ceff1449502acd0f873f2da51a.tar.bz2 GT5-Unofficial-1ab7b9dbcbf375ceff1449502acd0f873f2da51a.zip |
Adding some stuff I removed long ago (#2702)
* Adding back in stuff I removed
* Fixing connections
* Idk what this was
* Spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gtPlusPlus/core/handler')
-rw-r--r-- | src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java index 90373e2c4c..8e780c724e 100644 --- a/src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java +++ b/src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java @@ -84,6 +84,11 @@ import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechPollutionDevices; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechPowerSubStation; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechQuantumForceTransformer; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRTG; +import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRedstoneButtonPanel; +import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRedstoneCircuitBlock; +import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRedstoneLamp; +import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRedstoneStrengthDisplay; +import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRedstoneStrengthScale; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechRocketFuelGenerator; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSemiFluidgenerators; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSimpleWasher; @@ -180,6 +185,11 @@ public class COMPAT_HANDLER { GregtechIndustrialRockBreaker.run(); GregtechIndustrialChisel.run(); GregtechIndustrialFluidHeater.run(); + GregtechRedstoneButtonPanel.run(); + GregtechRedstoneCircuitBlock.run(); + GregtechRedstoneLamp.run(); + GregtechRedstoneStrengthDisplay.run(); + GregtechRedstoneStrengthScale.run(); } // InterMod |