Skip to content

Commit

Permalink
a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Dec 14, 2024
1 parent b3246c6 commit ac8b451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gregtech/api/logic/ProcessingLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public ProcessingLogic clear() {
/**
* Executes the recipe check: Find recipe from recipemap, Calculate parallel, overclock and outputs.
*/

@Nonnull
public CheckRecipeResult process() {
RecipeMap<?> recipeMap = preProcess();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ protected boolean supportsCraftingMEBuffer() {
@Nonnull
protected CheckRecipeResult doCheckRecipe() {
CheckRecipeResult result = CheckRecipeResultRegistry.NO_RECIPE;

// check crafting input hatches first
for (IDualInputHatch dualInputHatch : mDualInputHatches) {
ItemStack[] sharedItems = dualInputHatch.getSharedItems();
Expand Down

0 comments on commit ac8b451

Please sign in to comment.