diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 95c65f8..6610b6a 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -873,10 +873,13 @@ if settings.startup['PHI-SA'].value then data.raw['simple-entity']['lithium-iceberg-medium'] = nil data.raw['simple-entity']['lithium-iceberg-big'] = nil data.raw['simple-entity']['lithium-iceberg-huge'] = nil - - data.raw.resource['tungsten-ore'] = nil - data.raw.resource['calcite'] = nil - data.raw.resource['scrap'] = nil + + data.raw.resource['tungsten-ore'].hidden = true + data.raw.resource['tungsten-ore'].hidden_in_factoriopedia = true + data.raw.resource['calcite'].hidden = true + data.raw.resource['calcite'].hidden_in_factoriopedia = true + data.raw.resource['scrap'].hidden = true + data.raw.resource['scrap'].hidden_in_factoriopedia = true ]] data.raw['unit-spawner']['biter-spawner'].captured_spawner_entity = nil diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 9dbf384..4578993 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.25", + "version": "3.0.26", "factorio_version": "2.0", - "date": "2024-11-12", + "date": "2024-11-13", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",