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: src/main/java/gregapi/recipes/Recipe.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -679,6 +679,9 @@ public Recipe addToItemMap(Recipe aRecipe) {
679
679
publicbooleanmCanBeBuffered = T;
680
680
/** If this Recipe needs the Output Slots to be completely empty. Needed in case you have randomised Outputs */
681
681
publicbooleanmNeedsEmptyOutput = F;
682
+
/** If this Recipe is not supposed to check for Input NBT Values. Thanks Applied Energistics Crystal Seeds for somehow messing something up somewhere where i cant find it... */
0 commit comments