aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations
diff options
context:
space:
mode:
authorTom Dickson <github@bombcar.com>2021-11-24 18:35:28 -0600
committerTom Dickson <github@bombcar.com>2021-11-24 18:35:28 -0600
commit152a1e1f63851929e6efddd2098fdc775b8ff64f (patch)
tree255e988587b9c0b00992cb25018dc290df888535 /src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations
parent81bc9e0e2dc60959acfce307ba5816a2eafe15b5 (diff)
downloadGT5-Unofficial-152a1e1f63851929e6efddd2098fdc775b8ff64f.tar.gz
GT5-Unofficial-152a1e1f63851929e6efddd2098fdc775b8ff64f.tar.bz2
GT5-Unofficial-152a1e1f63851929e6efddd2098fdc775b8ff64f.zip
fix /GTNewHorizons/GT-New-Horizons-Modpack#6308
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java
index d1ce55d3f2..b1bad97f0b 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/nbthandlers/GT_MetaTileEntity_Hatch_NbtConsumable.java
@@ -40,13 +40,6 @@ public abstract class GT_MetaTileEntity_Hatch_NbtConsumable extends GT_MetaTileE
mAllowDuplicateUsageTypes = aAllowDuplicateTypes;
}
- public GT_MetaTileEntity_Hatch_NbtConsumable(String aName, int aTier, int aInputSlots, String[] aDescription, boolean aAllowDuplicateTypes, ITexture[][][] aTextures) {
- super(aName, aTier, aInputSlots*2, aDescription[0], aTextures);
- mInputslotCount = getInputSlotCount();
- mTotalSlotCount = getInputSlotCount()*2;
- mAllowDuplicateUsageTypes = aAllowDuplicateTypes;
- }
-
@Override
public abstract ITexture[] getTexturesActive(ITexture aBaseTexture);