diff options
author | JMan-Zx <xjmanz@gmail.com> | 2024-11-28 08:49:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 17:49:52 +0100 |
commit | 3fcd89ab979db773d63c498de905558d32943420 (patch) | |
tree | a28e4dd48eacf2c1873df0d2920c2a761788c348 | |
parent | 6c43c6161afa24bb8ff2234c564a111df6058ace (diff) | |
download | GT5-Unofficial-3fcd89ab979db773d63c498de905558d32943420.tar.gz GT5-Unofficial-3fcd89ab979db773d63c498de905558d32943420.tar.bz2 GT5-Unofficial-3fcd89ab979db773d63c498de905558d32943420.zip |
Update MTEIndustrialCompressor.java (#3563)
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/compressor/MTEIndustrialCompressor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/compressor/MTEIndustrialCompressor.java b/src/main/java/gregtech/common/tileentities/machines/multi/compressor/MTEIndustrialCompressor.java index 313f24f41d..a8f4fd5752 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/compressor/MTEIndustrialCompressor.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/compressor/MTEIndustrialCompressor.java @@ -63,7 +63,7 @@ public class MTEIndustrialCompressor extends MTEExtendedPowerMultiBlockBase<MTEI 'C', buildHatchAdder(MTEIndustrialCompressor.class).atLeast(InputBus, OutputBus, InputHatch) .casingIndex(((BlockCasings10) GregTechAPI.sBlockCasings10).getTextureIndex(5)) - .dot(1) + .dot(2) .buildAndChain( onElementPass(MTEIndustrialCompressor::onCasingAdded, ofBlock(GregTechAPI.sBlockCasings10, 5)))) .addElement( |