mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -611,7 +611,6 @@ local items = {
|
|||||||
['space-platform-foundation'] = 'tile',
|
['space-platform-foundation'] = 'tile',
|
||||||
['foundation'] = 'tile',
|
['foundation'] = 'tile',
|
||||||
-- SPACE_AGE TOOL 0
|
-- SPACE_AGE TOOL 0
|
||||||
['agricultural-science-pack'] = 'tool',
|
|
||||||
['promethium-science-pack'] = 'tool',
|
['promethium-science-pack'] = 'tool',
|
||||||
},
|
},
|
||||||
['technology_productivity'] = {
|
['technology_productivity'] = {
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ end
|
|||||||
-- 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
|
||||||
-- GM-VP H 2 SPACE_AGE TOOL
|
-- GM-VP H 1 SPACE_AGE TOOL
|
||||||
if items['hidden'] then
|
if items['hidden'] then
|
||||||
for k, v in pairs(items['hidden']) do
|
for k, v in pairs(items['hidden']) do
|
||||||
if data.raw[v] and data.raw[v][k] then
|
if data.raw[v] and data.raw[v][k] then
|
||||||
|
|||||||
Reference in New Issue
Block a user