mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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