Applied Energistics 2

Applied Energistics 2

137M Downloads

Correctly invalidate returned `LazyOptional`s

Technici4n opened this issue ยท 1 comments

commented

We need to correctly invalidate them. There are a few cases where we return a new LO every time, which is obviously never invalidated.

commented

Actually I'll only do it if someone proves me that LOs have a performance benefit over a lookup with a cached BE like Fabric API has.