Skip to content

Commit

Permalink
Delete GT++ Super chests (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdoru authored Nov 14, 2024
1 parent 7e0f0f6 commit 22838e2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 48 deletions.
5 changes: 0 additions & 5 deletions src/main/java/gregtech/api/enums/MetaTileEntityIDs.java
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,6 @@ public enum MetaTileEntityIDs {
GT_Dehydrator_MV(911),
GT_Dehydrator_HV(912),
Amazon_Warehouse_Controller(942),
Super_Chest_LV(946),
Super_Chest_MV(947),
Super_Chest_HV(948),
Super_Chest_EV(949),
Super_Chest_IV(950),
Pollution_Creator(951),
Thaumcraft_Researcher(956),
Machine_Adv_BlastFurnace(963),
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/gtPlusPlus/core/handler/CompatHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
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;
Expand Down Expand Up @@ -172,7 +171,6 @@ public static void registerGregtechMachines() {
GregtechSemiFluidgenerators.run();
GregtechWirelessChargers.run();
GregtechIndustrialCuttingFactory.run();
GregtechSuperChests.run();
GregtechIndustrialFishPond.run();
GregtechIndustrialExtruder.run();
GregtechIndustrialMultiMachine.run();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,13 +677,6 @@ public enum GregtechItemList implements IGregtechItemContainer {
// Solar Tower Reflector
Solar_Tower_Reflector,

// Super Tier Chests
Super_Chest_LV,
Super_Chest_MV,
Super_Chest_HV,
Super_Chest_EV,
Super_Chest_IV,

// Wireless Chargers
Charger_LV,
Charger_MV,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
import gregtech.api.util.GTUtility;
import gtPlusPlus.core.lib.GTPPCore;

@Deprecated
// GT++ was adding super chests too for some reason when GT already has some
// this is deprecated but not deleted because it is used for the MTEInfiniteItemHolder
public class MTETieredChest extends MTETieredMachineBlock implements IAddUIWidgets {

public int mItemCount = 0;
Expand Down

This file was deleted.

0 comments on commit 22838e2

Please sign in to comment.