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
Copy file name to clipboardExpand all lines: neoforge/src/main/java/org/embeddedt/modernfix/neoforge/mixin/perf/faster_ingredients/IngredientMixin.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,7 @@ public ItemStack[] getItems() {
162
162
privateItemStack[] computeItemsArray() {
163
163
// Fast path for case with one item
164
164
if (this.values.length == 1) {
165
-
if (this.values[0] instanceofIngredient.ItemValueitemValue) {
0 commit comments