Skip to content

Commit

Permalink
Update MTEIndustrialCompressor.java (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMan-Zx authored Nov 28, 2024
1 parent 6c43c61 commit 3fcd89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3fcd89a

Please sign in to comment.