mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
Fix autocrafter crafting bug (#108)
This commit is contained in:
parent
c87522c526
commit
96dca7e540
@ -57,6 +57,7 @@ local function get_matching_craft(output_name, example_recipe)
|
|||||||
end
|
end
|
||||||
if best_score < score then
|
if best_score < score then
|
||||||
best_index = i
|
best_index = i
|
||||||
|
best_score = score
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user