Hide noise cancelling recipe from Factoriopedia

This commit is contained in:
Simon Brodtmann 2025-12-20 19:54:51 +01:00
parent fa5e644db1
commit 9827968738

View file

@ -117,9 +117,11 @@ data:extend({
ingredients = {}, ingredients = {},
results = {}, results = {},
category = "active-noise-cancelling", category = "active-noise-cancelling",
surface_conditions = { { property = "pollutant-type", min = 3, max = 3 } },
hide_from_stats = true, hide_from_stats = true,
hide_from_player_crafting = 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", type = "technology",