mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -156,6 +156,15 @@ if data.raw['offshore-pump'] and data.raw['offshore-pump']['offshore-pump'] then
|
|||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
|
-- MIG C 3 SPACE_AGE RECIPE
|
||||||
|
for _, v in pairs({'metallic-asteroid-reprocessing', 'carbonic-asteroid-reprocessing', 'oxide-asteroid-reprocessing'}) do
|
||||||
|
if data.raw['recipe'][v] then
|
||||||
|
data.raw['recipe'][v].allow_quality = true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
]]
|
||||||
|
|
||||||
-- MIG C 1 BASE ENTITY
|
-- MIG C 1 BASE ENTITY
|
||||||
-- MIG C 1 SPACE_AGE ENTITY
|
-- MIG C 1 SPACE_AGE ENTITY
|
||||||
if data.raw['mining-drill'] then
|
if data.raw['mining-drill'] then
|
||||||
|
|||||||
Reference in New Issue
Block a user