This commit is contained in:
2024-11-13 00:59:50 +09:00
parent 7f9a0e241c
commit b79873e3c4
2 changed files with 9 additions and 6 deletions

View File

@@ -874,9 +874,12 @@ if settings.startup['PHI-SA'].value then
data.raw['simple-entity']['lithium-iceberg-big'] = nil data.raw['simple-entity']['lithium-iceberg-big'] = nil
data.raw['simple-entity']['lithium-iceberg-huge'] = nil data.raw['simple-entity']['lithium-iceberg-huge'] = nil
data.raw.resource['tungsten-ore'] = nil data.raw.resource['tungsten-ore'].hidden = true
data.raw.resource['calcite'] = nil data.raw.resource['tungsten-ore'].hidden_in_factoriopedia = true
data.raw.resource['scrap'] = nil 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 data.raw['unit-spawner']['biter-spawner'].captured_spawner_entity = nil

View File

@@ -1,8 +1,8 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.25", "version": "3.0.26",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2024-11-12", "date": "2024-11-13",
"title": "Phidias Collection", "title": "Phidias Collection",
"author": "PHIDIAS0303", "author": "PHIDIAS0303",
"contributers": "", "contributers": "",