mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: hide hidden vanilla techs in factoriopedia too (#4332)
This commit is contained in:
@@ -163,6 +163,7 @@ data.raw["ammo"]["artillery-shell"].stack_size = 10
|
|||||||
{# each randomized tech gets set to be invisible, with new nodes added that trigger those #}
|
{# each randomized tech gets set to be invisible, with new nodes added that trigger those #}
|
||||||
{%- for original_tech_name in base_tech_table -%}
|
{%- for original_tech_name in base_tech_table -%}
|
||||||
technologies["{{ original_tech_name }}"].hidden = true
|
technologies["{{ original_tech_name }}"].hidden = true
|
||||||
|
technologies["{{ original_tech_name }}"].hidden_in_factoriopedia = true
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{%- for location, item in locations %}
|
{%- for location, item in locations %}
|
||||||
{#- the tech researched by the local player #}
|
{#- the tech researched by the local player #}
|
||||||
|
Reference in New Issue
Block a user