mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
@@ -52,6 +52,7 @@ end
|
|||||||
|
|
||||||
-- MIG C 3 BASE ENTITY,ITEM
|
-- MIG C 3 BASE ENTITY,ITEM
|
||||||
-- MIG A 1 BASE RECIPE
|
-- MIG A 1 BASE RECIPE
|
||||||
|
if data.raw['valve'] then
|
||||||
for _, v in pairs(data.raw['valve']) do
|
for _, v in pairs(data.raw['valve']) do
|
||||||
v.hidden = false
|
v.hidden = false
|
||||||
v.heating_energy = nil
|
v.heating_energy = nil
|
||||||
@@ -74,6 +75,7 @@ for _, v in pairs(data.raw['valve']) do
|
|||||||
localised_description = {'entity-description.' .. v.name}
|
localised_description = {'entity-description.' .. v.name}
|
||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- MIG A 1 BASE ENTITY,ITEM,RECIPE
|
-- MIG A 1 BASE ENTITY,ITEM,RECIPE
|
||||||
if data.raw['offshore-pump']['offshore-pump'] then
|
if data.raw['offshore-pump']['offshore-pump'] then
|
||||||
@@ -401,6 +403,7 @@ end
|
|||||||
|
|
||||||
-- MIG C 3 BASE ENTITY,ITEM,RECIPE
|
-- MIG C 3 BASE ENTITY,ITEM,RECIPE
|
||||||
-- MIG C 1 SPACE_AGE ENTITY,ITEM,RECIPE
|
-- MIG C 1 SPACE_AGE ENTITY,ITEM,RECIPE
|
||||||
|
if data.raw['loader'] then
|
||||||
for _, ln in pairs(data.raw['loader']) do
|
for _, ln in pairs(data.raw['loader']) do
|
||||||
local l = ln.name
|
local l = ln.name
|
||||||
|
|
||||||
@@ -420,6 +423,7 @@ for _, ln in pairs(data.raw['loader']) do
|
|||||||
data.raw.recipe[l].hidden_in_factoriopedia = false
|
data.raw.recipe[l].hidden_in_factoriopedia = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- MIG A 3 BASE RESEARCH_EFFECT
|
-- MIG A 3 BASE RESEARCH_EFFECT
|
||||||
-- MIG A 1 SPACE_AGE RESEARCH_EFFECT
|
-- MIG A 1 SPACE_AGE RESEARCH_EFFECT
|
||||||
@@ -460,7 +464,7 @@ for _, vn in pairs(data.raw['underground-belt']) do
|
|||||||
entity.structure[st].sheet.filename = mod_graphic_location .. v .. '.png'
|
entity.structure[st].sheet.filename = mod_graphic_location .. v .. '.png'
|
||||||
entity.structure[st].sheet.width = 106
|
entity.structure[st].sheet.width = 106
|
||||||
entity.structure[st].sheet.height = 85
|
entity.structure[st].sheet.height = 85
|
||||||
entity.structure[st].sheetshift = {0.15625, 0.0703125}
|
entity.structure[st].sheet.shift = {0.15625, 0.0703125}
|
||||||
end
|
end
|
||||||
|
|
||||||
entity.structure.direction_in.sheet.y = 85
|
entity.structure.direction_in.sheet.y = 85
|
||||||
|
|||||||
Reference in New Issue
Block a user