Should also actually _use_ the fixed invoker...

This commit is contained in:
Sebastian Hartte
2020-09-11 17:25:39 +02:00
parent 06a8843a65
commit f0bfbfec48
@@ -261,7 +261,7 @@ public class JEIRecipePacket extends BasePacket {
@SuppressWarnings("ConstantConditions")
private static ItemStack[] getMatchingStacks(Ingredient ingredient) {
IngredientAccessor accessor = (IngredientAccessor) (Object) ingredient;
// accessor.callCacheMatchingStacks();
accessor.appeng_cacheMatchingStacks();
if (ingredient.isEmpty()) {
return new ItemStack[0];
}