From bcf2ba64c16004f5a0638f6bf9cefcdda6e98282 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Mar 2025 03:11:35 +0900 Subject: [PATCH] . --- PHI-CL/config.lua | 2 ++ PHI-CL/data.lua | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 0b6db5c..74b8788 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -404,6 +404,7 @@ local items = { ['thruster-oxidizer'] = true, ['advanced-thruster-fuel'] = true, ['advanced-thruster-oxidizer'] = true, + ['recycler'] = true, ['lightning-collector'] = true, ['lightning-rod'] = true, ['metallic-asteroid-crushing'] = true, @@ -498,6 +499,7 @@ local items = { ['overgrowth-yumako-soil'] = true, ['artificial-jellynut-soil'] = true, ['overgrowth-jellynut-soil'] = true, + ['recycler'] = true, ['ice-platform'] = true, ['foundation'] = true, ['biochamber'] = true, diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index e480140..9c4d102 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1203,11 +1203,16 @@ if settings.startup['PHI-VP'].value then data.raw['capsule'][v].hidden_in_factoriopedia = true end - for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do + for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'big-fulgora-rock', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do data.raw['simple-entity'][v].hidden = true data.raw['simple-entity'][v].hidden_in_factoriopedia = true end + for _, v in pairs({'ashland-lichen-tree', 'ashland-lichen-tree-flaming', 'slipstack', 'funneltrunk', 'hairyclubnub', 'teflilly', 'lickmaw', 'stingfrond', 'boompuff', 'sunnycomb', 'cuttlepop', 'water-cane'}) do + data.raw['tree'][v].hidden = true + data.raw['tree'][v].hidden_in_factoriopedia = true + end + data.raw.ammo['capture-robot-rocket'].hidden = true data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true