Optimizes itemEntity tryMerge by only iterating over stacks that have canMerge true. Will store mergeable item entities in separate list, and remove them from the list when canMerge is no longer true.
Results
Without optimization, using HermitCraft boxes from Storage Tech.
What it does
Optimizes itemEntity
tryMerge
by only iterating over stacks that havecanMerge
true. Will store mergeable item entities in separate list, and remove them from the list whencanMerge
is no longer true.Results
Without optimization, using HermitCraft boxes from Storage Tech.
With optimization
Future work