Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 12, 2025
1 parent dac3e40 commit f13629a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected CheckRecipeResult validateRecipe(@NotNull GTRecipe recipe) {
}
}

if (getTier() < recipe.mSpecialValue) {
if (tModuleTier < recipe.mSpecialValue) {
return CheckRecipeResultRegistry.insufficientMachineTier(recipe.mSpecialValue);
}

Expand Down

0 comments on commit f13629a

Please sign in to comment.