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/xmod/gregtech/common | |
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/xmod/gregtech/common')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/MTETieredChest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/MTETieredChest.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/MTETieredChest.java index 51e5431da0..ba2d621a27 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/MTETieredChest.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/MTETieredChest.java @@ -26,6 +26,9 @@ import gregtech.api.objects.GTRenderedTexture; 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; |