Factorio: Allow assembling machine 1 to use fluids

Should improve the flow of the game a bit, no longer having to wait for automation-2 to get started with rocket fuel, processing units and others.
This commit is contained in:
Fabian Dill
2021-05-03 18:06:21 +02:00
parent 328f132498
commit 77d3bf9172
3 changed files with 9 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ function prep_copy(new_copy, old_tech)
end
end
table.insert(data.raw["assembling-machine"]["assembling-machine-1"].crafting_categories, "crafting-with-fluid")
{# each randomized tech gets set to be invisible, with new nodes added that trigger those #}
{%- for original_tech_name, item_name, receiving_player in locations %}