1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-07-27 04:00:20 +02:00

Fix autocrafter crafting bug (#108)

This commit is contained in:
Luke aka SwissalpS 2024-02-08 11:01:54 +01:00 committed by GitHub
parent c87522c526
commit 96dca7e540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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