Factorio: add silo 'spawn' option
This commit is contained in:
committed by
Fabian Dill
parent
08beb5fbe6
commit
db0604f585
@@ -106,4 +106,9 @@ data:extend{new_tree_copy}
|
||||
adjust_energy("{{ recipe_name }}", {{ random.triangular(*recipe_time_scale) }})
|
||||
{%- endif %}
|
||||
{%- endfor -%}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{%- if silo==2 %}
|
||||
-- disable silo research for pre-placed silo
|
||||
technologies["rocket-silo"].hidden = true
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user