Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Remove muffler from Dissolution Tank. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdielKavash authored Jan 22, 2024
1 parent 8fc1565 commit d51387a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import static gregtech.api.enums.GT_HatchElement.InputBus;
import static gregtech.api.enums.GT_HatchElement.InputHatch;
import static gregtech.api.enums.GT_HatchElement.Maintenance;
import static gregtech.api.enums.GT_HatchElement.Muffler;
import static gregtech.api.enums.GT_HatchElement.OutputBus;
import static gregtech.api.enums.GT_HatchElement.OutputHatch;
import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_OIL_CRACKER;
Expand Down Expand Up @@ -59,8 +58,8 @@ public class DissolutionTank extends GT_MetaTileEntity_EnhancedMultiBlockBase<Di
.addElement(
's',
buildHatchAdder(DissolutionTank.class)
.atLeast(InputHatch, OutputHatch, InputBus, OutputBus, Maintenance, Energy, Muffler)
.casingIndex(49).dot(1).buildAndChain(GregTech_API.sBlockCasings4, 1))
.atLeast(InputHatch, OutputHatch, InputBus, OutputBus, Maintenance, Energy).casingIndex(49)
.dot(1).buildAndChain(GregTech_API.sBlockCasings4, 1))
.addElement('h', ofBlock(GregTech_API.sBlockCasings1, 11))
.addElement('g', ofBlockAdder(DissolutionTank::addGlass, ItemRegistry.bw_glasses[0], 1)).build();

Expand Down

0 comments on commit d51387a

Please sign in to comment.