mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -755,6 +755,38 @@ local items = {
|
|||||||
['cuttlepop'] = 'tree',
|
['cuttlepop'] = 'tree',
|
||||||
-- SPACE_AGE ENTITY 40
|
-- SPACE_AGE ENTITY 40
|
||||||
['water-cane'] = 'tree',
|
['water-cane'] = 'tree',
|
||||||
|
['small-stomper-shell'] = 'simple-entity',
|
||||||
|
['medium-stomper-shell'] = 'simple-entity',
|
||||||
|
['big-stomper-shell'] = 'simple-entity',
|
||||||
|
['big-volcanic-rock'] = 'simple-entity',
|
||||||
|
-- SPACE_AGE ENTITY 45
|
||||||
|
['huge-volcanic-rock'] = 'simple-entity',
|
||||||
|
['copper-stromatolite'] = 'simple-entity',
|
||||||
|
['iron-stromatolite'] = 'simple-entity',
|
||||||
|
['vulcanus-chimney-short'] = 'simple-entity',
|
||||||
|
['vulcanus-chimney-truncated'] = 'simple-entity',
|
||||||
|
-- SPACE_AGE ENTITY 50
|
||||||
|
['vulcanus-chimney'] = 'simple-entity',
|
||||||
|
['vulcanus-chimney-cold'] = 'simple-entity',
|
||||||
|
['vulcanus-chimney-faded'] = 'simple-entity',
|
||||||
|
['big-fulgora-rock'] = 'simple-entity',
|
||||||
|
['fulgurite'] = 'simple-entity',
|
||||||
|
-- SPACE_AGE ENTITY 55
|
||||||
|
['fulgurite-small'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-small'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-medium'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-stonehenge'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-big'] = 'simple-entity',
|
||||||
|
-- SPACE_AGE ENTITY 60
|
||||||
|
['fulgoran-ruin-colossal'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-huge'] = 'simple-entity',
|
||||||
|
['fulgoran-ruin-vault'] = 'simple-entity',
|
||||||
|
['lithium-iceberg-big'] = 'simple-entity',
|
||||||
|
['lithium-iceberg-huge'] = 'simple-entity',
|
||||||
|
-- SPACE_AGE ENTITY 65
|
||||||
|
['small-demolisher-corpse'] = 'simple-entity',
|
||||||
|
['medium-demolisher-corpse'] = 'simple-entity',
|
||||||
|
['big-demolisher-corpse'] = 'simple-entity',
|
||||||
-- SPACE_AGE ITEM 0
|
-- SPACE_AGE ITEM 0
|
||||||
['bioflux'] = 'capsule',
|
['bioflux'] = 'capsule',
|
||||||
['jelly'] = 'capsule',
|
['jelly'] = 'capsule',
|
||||||
|
|||||||
@@ -34,9 +34,5 @@ for _, v in pairs({'yumako-tree', 'jellystem'}) do
|
|||||||
data.raw['plant'][v].autoplace = nil
|
data.raw['plant'][v].autoplace = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'big-fulgora-rock', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do
|
data.raw['simple-entity']['small-stomper-shell'].autoplace = nil
|
||||||
data.raw['simple-entity'][v].autoplace = nil
|
|
||||||
data.raw['simple-entity'][v].hidden = true
|
|
||||||
data.raw['simple-entity'][v].hidden_in_factoriopedia = true
|
|
||||||
end
|
|
||||||
]]
|
]]
|
||||||
|
|||||||
@@ -432,7 +432,7 @@ if data.raw.planet then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP H 1 QUALITY ENTITY
|
-- GM-VP H 1 QUALITY ENTITY
|
||||||
-- GM-VP H 41 SPACE_AGE ENTITY
|
-- GM-VP H 68 SPACE_AGE ENTITY
|
||||||
-- GM-VP H 7 SPACE_AGE ITEM
|
-- GM-VP H 7 SPACE_AGE ITEM
|
||||||
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
|
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
|
||||||
-- GM-VP H 3 SPACE_AGE TILE
|
-- GM-VP H 3 SPACE_AGE TILE
|
||||||
|
|||||||
Reference in New Issue
Block a user