Skip to content

Commit

Permalink
bugfix autocrafter.lua
Browse files Browse the repository at this point in the history
solves #106 but not for the reason that was assumed.
It would be good to check also the crafting method that no cooking, grinding etc. is used
  • Loading branch information
SwissalpS authored Feb 6, 2024
1 parent c87522c commit 75889e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autocrafter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ local function get_matching_craft(output_name, example_recipe)
end
if best_score < score then
best_index = i
best_score = score
end
end

Expand Down

0 comments on commit 75889e9

Please sign in to comment.