Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Oct 11, 2024
1 parent f82925b commit 2f2b037
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ public class FluidConvertingInventoryAdaptor extends InventoryAdaptor {
// |T|-facing->|I|
public FluidConvertingInventoryAdaptor(TileEntity te, @Nullable InventoryAdaptor invItems,
@Nullable IFluidHandler invFluids, ForgeDirection facing, BlockPos pos, boolean isOnmi) {
this.targetInterface = getInterfaceTE(te, facing);
this.invItems = invItems;
this.invFluids = invFluids;
this.selfInterface = getInterfaceTE(pos.getTileEntity(), facing.getOpposite());
this.side = facing;
this.posInterface = pos;
this.onmi = isOnmi;
this.selfInterface = getInterfaceTE(pos.getTileEntity(), facing.getOpposite());
this.targetInterface = getInterfaceTE(te, facing);
}

private final InventoryAdaptor invItems;
Expand Down

0 comments on commit 2f2b037

Please sign in to comment.