diff options
author | Alexdoru <57050655+Alexdoru@users.noreply.github.com> | 2024-11-14 22:22:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 22:22:52 +0100 |
commit | 22838e277794088996e4614447fa04958a8a5679 (patch) | |
tree | 8c623637416882b1b50c1024c33cf906d21e06c8 /src/main/java/gtPlusPlus/core | |
parent | 7e0f0f687feefed0990c6cc3076d6171d7c61f8b (diff) | |
download | GT5-Unofficial-22838e277794088996e4614447fa04958a8a5679.tar.gz GT5-Unofficial-22838e277794088996e4614447fa04958a8a5679.tar.bz2 GT5-Unofficial-22838e277794088996e4614447fa04958a8a5679.zip |
Delete GT++ Super chests (#3497)
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r-- | src/main/java/gtPlusPlus/core/handler/CompatHandler.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/core/handler/CompatHandler.java b/src/main/java/gtPlusPlus/core/handler/CompatHandler.java index f6fe748546..8566021256 100644 --- a/src/main/java/gtPlusPlus/core/handler/CompatHandler.java +++ b/src/main/java/gtPlusPlus/core/handler/CompatHandler.java @@ -97,7 +97,6 @@ import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSemiFluidgenerator import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSimpleWasher; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSolarTower; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSteamMultis; -import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechSuperChests; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechThaumcraftDevices; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechThreadedBuffers; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechTieredFluidTanks; @@ -172,7 +171,6 @@ public class CompatHandler { GregtechSemiFluidgenerators.run(); GregtechWirelessChargers.run(); GregtechIndustrialCuttingFactory.run(); - GregtechSuperChests.run(); GregtechIndustrialFishPond.run(); GregtechIndustrialExtruder.run(); GregtechIndustrialMultiMachine.run(); |