You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup: LogisticsNewPipeItemBoxRenderer takes an ItemIdentifierStack (#44)
For doRenderItem there is no need to convert first to an ItemStack
and then back to an ItemIdentifierStack on the hotpath if we can just
pass the ItemIdentifierStack directly.
This is a follow up to #40.
0 commit comments