Factorio: hide hidden vanilla techs in factoriopedia too (#4332)

This commit is contained in:
Fabian Dill
2024-12-29 20:56:41 +01:00
committed by GitHub
parent fa95ae4b24
commit 0de1369ec5

View File

@@ -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 #}
{%- for original_tech_name in base_tech_table -%}
technologies["{{ original_tech_name }}"].hidden = true
technologies["{{ original_tech_name }}"].hidden_in_factoriopedia = true
{% endfor %}
{%- for location, item in locations %}
{#- the tech researched by the local player #}