mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -377,51 +377,52 @@ local items = {
|
||||
['space-science-pack'] = true
|
||||
},
|
||||
['technology'] = {
|
||||
'planet-discovery-vulcanus',
|
||||
'planet-discovery-gleba',
|
||||
'planet-discovery-fulgora',
|
||||
'planet-discovery-aquilo',
|
||||
'space-platform',
|
||||
'space-platform-thruster',
|
||||
'calcite-processing',
|
||||
'tungsten-carbide',
|
||||
'tungsten-steel',
|
||||
'metallurgic-science-pack',
|
||||
'yumako',
|
||||
'jellynut',
|
||||
'bioflux',
|
||||
'artificial-soil',
|
||||
'overgrowth-soil',
|
||||
'bacteria-cultivation',
|
||||
'bioflux-processing',
|
||||
'agricultural-science-pack',
|
||||
'tree-seeding',
|
||||
'captivity',
|
||||
'biter-egg-handling',
|
||||
'carbon-fiber',
|
||||
'fish-breeding',
|
||||
'holmium-processing',
|
||||
'electromagnetic-plant',
|
||||
'electromagnetic-science-pack',
|
||||
'lightning-collector',
|
||||
'rail-support-foundations',
|
||||
'lithium-processing',
|
||||
'asteroid-reprocessing',
|
||||
'advanced-asteroid-processing',
|
||||
'quantum-processor',
|
||||
'cryogenic-science-pack',
|
||||
'captive-biter-spawner',
|
||||
'promethium-science-pack',
|
||||
'foundation',
|
||||
'asteroid-productivity',
|
||||
'scrap-recycling-productivity',
|
||||
'recycling',
|
||||
'heating-tower',
|
||||
'agriculture',
|
||||
'foundry',
|
||||
'cryogenic-plant',
|
||||
'biolab',
|
||||
'biochamber',
|
||||
['planet-discovery-vulcanus'] = true,
|
||||
['planet-discovery-gleba'] = true,
|
||||
['planet-discovery-fulgora'] = true,
|
||||
['planet-discovery-aquilo'] = true,
|
||||
['space-platform'] = true,
|
||||
['space-platform-thruster'] = true,
|
||||
['calcite-processing'] = true,
|
||||
['tungsten-carbide'] = true,
|
||||
['tungsten-steel'] = true,
|
||||
['metallurgic-science-pack'] = true,
|
||||
['yumako'] = true,
|
||||
['jellynut'] = true,
|
||||
['bioflux'] = true,
|
||||
['artificial-soil'] = true,
|
||||
['overgrowth-soil'] = true,
|
||||
['bacteria-cultivation'] = true,
|
||||
['bioflux-processing'] = true,
|
||||
['agricultural-science-pack'] = true,
|
||||
['tree-seeding'] = true,
|
||||
['captivity'] = true,
|
||||
['biter-egg-handling'] = true,
|
||||
['carbon-fiber'] = true,
|
||||
['fish-breeding'] = true,
|
||||
['calcite-processing'] = true,
|
||||
['holmium-processing'] = true,
|
||||
['electromagnetic-plant'] = true,
|
||||
['electromagnetic-science-pack'] = true,
|
||||
['lightning-collector'] = true,
|
||||
['rail-support-foundations'] = true,
|
||||
['lithium-processing'] = true,
|
||||
['asteroid-reprocessing'] = true,
|
||||
['advanced-asteroid-processing'] = true,
|
||||
['quantum-processor'] = true,
|
||||
['cryogenic-science-pack'] = true,
|
||||
['captive-biter-spawner'] = true,
|
||||
['promethium-science-pack'] = true,
|
||||
['foundation'] = true,
|
||||
['asteroid-productivity'] = true,
|
||||
['scrap-recycling-productivity'] = true,
|
||||
['recycling'] = true,
|
||||
['heating-tower'] = true,
|
||||
['agriculture'] = true,
|
||||
['foundry'] = true,
|
||||
['cryogenic-plant'] = true,
|
||||
['biolab'] = true,
|
||||
['biochamber'] = true
|
||||
},
|
||||
['recipe'] = {
|
||||
['agricultural-science-pack'] = true,
|
||||
|
||||
Reference in New Issue
Block a user