Skip to content

Commit

Permalink
Factorio: hide hidden vanilla techs in factoriopedia too
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Dec 4, 2024
1 parent 5b0de6b commit 7f356d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/factorio/data/mod_template/data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,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 #}
Expand Down

0 comments on commit 7f356d9

Please sign in to comment.