From 98279687386809cc0990141a483f121c697eb617 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 20 Dec 2025 19:54:51 +0100 Subject: [PATCH] Hide noise cancelling recipe from Factoriopedia --- lignumis/prototypes/content/active-noise-cancelling-tower.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/active-noise-cancelling-tower.lua b/lignumis/prototypes/content/active-noise-cancelling-tower.lua index 294e5f5..5a3f29c 100644 --- a/lignumis/prototypes/content/active-noise-cancelling-tower.lua +++ b/lignumis/prototypes/content/active-noise-cancelling-tower.lua @@ -117,9 +117,11 @@ data:extend({ ingredients = {}, results = {}, category = "active-noise-cancelling", + surface_conditions = { { property = "pollutant-type", min = 3, max = 3 } }, hide_from_stats = true, hide_from_player_crafting = true, - surface_conditions = { { property = "pollutant-type", min = 3, max = 3 } } + hide_from_signal_gui = true, + hidden_in_factoriopedia = true }, { type = "technology",