mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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
|
Version: 3.0.70
|
||||||
Date: 2025-03-07
|
Date: 2025-03-07
|
||||||
|
|||||||
@@ -493,6 +493,44 @@ local items = {
|
|||||||
['steam-condensation'] = true,
|
['steam-condensation'] = true,
|
||||||
['ice-melting'] = 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'] = {
|
['PHI-SA-RESTRICTION'] = {
|
||||||
['surface_conditions'] = {
|
['surface_conditions'] = {
|
||||||
|
|||||||
@@ -1037,6 +1037,13 @@ if settings.startup['PHI-VP'].value then
|
|||||||
end
|
end
|
||||||
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['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'].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}}
|
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 = true
|
||||||
data.raw.capsule['yumako-mash'].hidden_in_factoriopedia = 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']['agriculture'] = nil
|
||||||
data.raw['tips-and-tricks-item']['lava-processing'] = nil
|
data.raw['tips-and-tricks-item']['lava-processing'] = nil
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-CL",
|
"name": "PHI-CL",
|
||||||
"version": "3.0.70",
|
"version": "3.0.71",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"date": "2025-03-07",
|
"date": "2025-03-13",
|
||||||
"title": "Phidias Collection",
|
"title": "Phidias Collection",
|
||||||
"author": "PHIDIAS0303",
|
"author": "PHIDIAS0303",
|
||||||
"contributers": "",
|
"contributers": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user