Skip to content

Commit

Permalink
PA doesn't take a muffler -> fix blockrenderer and hologram projector (
Browse files Browse the repository at this point in the history
…#1996)

Co-authored-by: Fiyorin <[email protected]>
  • Loading branch information
Fiyorin and Fiyorin authored May 16, 2023
1 parent dcd9a01 commit 7a8a216
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ public boolean explodesOnComponentBreak(ItemStack aStack) {

@Override
protected List<IHatchElement<? super GT_MetaTileEntity_CubicMultiBlockBase<?>>> getAllowedHatches() {
return ImmutableList
.of(InputHatch, OutputHatch, InputBus, OutputBus, Muffler, Maintenance, Energy, ExoticEnergy);
return ImmutableList.of(InputHatch, OutputHatch, InputBus, OutputBus, Maintenance, Energy, ExoticEnergy);
}

@Override
Expand Down

0 comments on commit 7a8a216

Please sign in to comment.