AE2FluidCraft-Rework icon indicating copy to clipboard operation
AE2FluidCraft-Rework copied to clipboard

An interface set to send the real fluid can still send fluid packets if it's sending to an interface

Open Zorbatron opened this issue 1 year ago • 1 comments

title

Zorbatron avatar Aug 05 '24 02:08 Zorbatron

Dual Interface reused this method from AE2, and the issue lies in this else branch. https://github.com/AE2-UEL/Applied-Energistics-2/blob/7f2318f89c3556e621d477b6526e776944f88bd6/src/main/java/appeng/helpers/DualityInterface.java#L1043 In this branch, dual interface is same with normal me interface.

Forever-178 avatar Jan 23 '25 07:01 Forever-178