diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index d0c51c3..cf69059 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.71 +Date: 2025-03-13 + + Changes: + - [VP] Some changes to item or recipe display logic. + --------------------------------------------------------------------------------------------------- Version: 3.0.70 Date: 2025-03-07 diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 9a5eb31..d108560 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -493,6 +493,44 @@ local items = { ['steam-condensation'] = true, ['ice-melting'] = true }, + ['item'] = { + ['artifical-yumako-soil'] = true, + ['overgrowth-yumako-soil'] = true, + ['artifical-jellynut-soil'] = true, + ['overgrowth-jellynut-soil'] = true, + ['ice-platform'] = true, + ['foundation'] = true, + ['biochamber'] = true, + ['captive-biter-spawner'] = true, + ['ice'] = true, + ['carbon'] = true, + ['calcite'] = true, + ['tungsten-ore'] = true, + ['tungsten-carbide'] = true, + ['tungsten-plate'] = true, + ['scrap'] = true, + ['holmium-ore'] = true, + ['holmium-plate'] = true, + ['superconductor'] = true, + ['supercapacitor'] = true, + ['yumako-seed'] = true, + ['jellynut-seed'] = true, + ['iron-bacteria'] = true, + ['copper-bacteria'] = true, + ['spoilage'] = true, + ['nutrients'] = true, + ['carbon-fiber'] = true, + ['biter-egg'] = true, + ['pentapod-egg'] = true, + ['lithium'] = true, + ['lithium-plate'] = true, + ['quantum-processor'] = true, + ['space-platform-foundation'] = true, + ['asteroid-collector'] = true, + ['crusher'] = true, + ['thruster'] = true, + ['space-platform-hub'] = true, + } }, ['PHI-SA-RESTRICTION'] = { ['surface_conditions'] = { diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 1544925..f360727 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1037,6 +1037,13 @@ if settings.startup['PHI-VP'].value then end end + for k, v in pairs(items['space-age']['PHI-VP-MAIN']['item']) do + if data.raw.item[k] then + data.raw.item[k].hidden = v + data.raw.item[k].hidden_in_factoriopedia = v + end + end + data.raw.recipe['cliff-explosives'].ingredients = {{type = 'item', name = 'explosives', amount = 10}, {type = 'item', name = 'grenade', amount = 1}, {type = 'item', name = 'barrel', amount = 1}} data.raw.recipe['big-mining-drill'].category = nil data.raw.recipe['big-mining-drill'].ingredients = {{type = 'item', name = 'electric-mining-drill', amount = 1}, {type = 'item', name = 'steel-plate', amount = 20}, {type = 'item', name = 'electric-engine-unit', amount = 10}, {type = 'item', name = 'advanced-circuit', amount = 10}} @@ -1143,6 +1150,9 @@ if settings.startup['PHI-VP'].value then data.raw.capsule['yumako-mash'].hidden = true data.raw.capsule['yumako-mash'].hidden_in_factoriopedia = true + data.raw.ammo['capture-robot-rocket'].hidden = true + data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true + data.raw['tips-and-tricks-item']['agriculture'] = nil data.raw['tips-and-tricks-item']['lava-processing'] = nil diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 22fd6d2..5294aae 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.70", + "version": "3.0.71", "factorio_version": "2.0", - "date": "2025-03-07", + "date": "2025-03-13", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",