mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -449,7 +449,7 @@ local items = {
|
||||
['foundation'] = true,
|
||||
['biochamber'] = true,
|
||||
['captive-biter-spawner'] = true,
|
||||
['tungsten-ore'] = true,
|
||||
['asteroid-collector'] = true,
|
||||
['tungsten-carbide'] = true,
|
||||
-- SPACE_AGE 10
|
||||
['tungsten-plate'] = true,
|
||||
@@ -474,9 +474,8 @@ local items = {
|
||||
['calcite'] = true,
|
||||
['space-platform-foundation'] = true,
|
||||
['space-platform-hub'] = true,
|
||||
['asteroid-collector'] = true,
|
||||
-- SPACE_AGE 30
|
||||
['carbonic-asteroid-chunk'] = true,
|
||||
-- SPACE_AGE 30
|
||||
['metallic-asteroid-chunk'] = true,
|
||||
['promethium-asteroid-chunk'] = true,
|
||||
['oxide-asteroid-chunk'] = true,
|
||||
@@ -628,7 +627,7 @@ local items = {
|
||||
['space-platform-starter-pack'] = 'space-platform-starter-pack',
|
||||
-- SPACE_AGE MAP_GENERATION 0
|
||||
['vulcanus_coal'] = 'autoplace-control',
|
||||
['tungsten_ore'] = 'autoplace-control',
|
||||
['fulgora_islands'] = 'autoplace-control',
|
||||
['calcite'] = 'autoplace-control',
|
||||
['sulfuric_acid_geyser'] = 'autoplace-control',
|
||||
['scrap'] = 'autoplace-control',
|
||||
@@ -645,13 +644,12 @@ local items = {
|
||||
['gleba_plants'] = 'autoplace-control',
|
||||
['gleba_enemy_base'] = 'autoplace-control',
|
||||
-- SPACE_AGE MAP_GENERATION 15
|
||||
['fulgora_islands'] = 'autoplace-control',
|
||||
['cliff-fulgora'] = 'cliff',
|
||||
['cliff-gleba'] = 'cliff',
|
||||
['cliff-vulcanus'] = 'cliff',
|
||||
['crater-cliff'] = 'cliff',
|
||||
-- SPACE_AGE MAP_GENERATION 20
|
||||
['space-platform'] = 'surface',
|
||||
-- SPACE_AGE MAP_GENERATION 20
|
||||
-- SPACE_AGE TILE 0
|
||||
['empty-space'] = 'tile',
|
||||
['space-platform-foundation'] = 'tile',
|
||||
|
||||
@@ -278,7 +278,7 @@ end
|
||||
-- GM-VP H 66 SPACE_AGE ENTITY
|
||||
-- GM-VP H 8 SPACE_AGE FLUID
|
||||
-- GM-VP H 2 SPACE_AGE ITEM
|
||||
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
|
||||
-- GM-VP H 20 SPACE_AGE MAP_GENERATION
|
||||
-- GM-VP H 3 SPACE_AGE TILE
|
||||
-- GM-VP H 1 SPACE_AGE TOOL
|
||||
if items['hidden'] then
|
||||
@@ -416,7 +416,7 @@ if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE
|
||||
end
|
||||
|
||||
-- GM-VP H 1 QUALITY ITEM
|
||||
-- GM-VP H 34 SPACE_AGE ITEM
|
||||
-- GM-VP H 33 SPACE_AGE ITEM
|
||||
for _, v in pairs(data.raw.item) do
|
||||
v.auto_recycle = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user