mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -57,6 +57,9 @@ local items = {
|
|||||||
'furnace',
|
'furnace',
|
||||||
'thruster',
|
'thruster',
|
||||||
'lab',
|
'lab',
|
||||||
|
-- 3X
|
||||||
|
'plant',
|
||||||
|
-- SPACE_AGE 15
|
||||||
},
|
},
|
||||||
['recipe_reform'] = {
|
['recipe_reform'] = {
|
||||||
-- BASE 0
|
-- BASE 0
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ end
|
|||||||
|
|
||||||
-- GM-VP C 33 BASE ENTITY
|
-- GM-VP C 33 BASE ENTITY
|
||||||
-- GM-VP C 6 ELEVATED_RAILS ENTITY
|
-- GM-VP C 6 ELEVATED_RAILS ENTITY
|
||||||
-- GM-VP C 14 SPACE_AGE ENTITY
|
-- GM-VP C 17 SPACE_AGE ENTITY
|
||||||
if items['entity_surface_conditions'] then
|
if items['entity_surface_conditions'] then
|
||||||
for _, v in pairs(items['entity_surface_conditions']) do
|
for _, v in pairs(items['entity_surface_conditions']) do
|
||||||
if data.raw[v] then
|
if data.raw[v] then
|
||||||
|
|||||||
Reference in New Issue
Block a user