This commit is contained in:
2026-05-02 03:26:58 +09:00
parent cb723fc368
commit 1fc399fe27
+5 -1
View File
@@ -52,6 +52,7 @@ end
-- MIG C 3 BASE ENTITY,ITEM
-- MIG A 1 BASE RECIPE
if data.raw['valve'] then
for _, v in pairs(data.raw['valve']) do
v.hidden = false
v.heating_energy = nil
@@ -74,6 +75,7 @@ for _, v in pairs(data.raw['valve']) do
localised_description = {'entity-description.' .. v.name}
}})
end
end
-- MIG A 1 BASE ENTITY,ITEM,RECIPE
if data.raw['offshore-pump']['offshore-pump'] then
@@ -401,6 +403,7 @@ end
-- MIG C 3 BASE ENTITY,ITEM,RECIPE
-- MIG C 1 SPACE_AGE ENTITY,ITEM,RECIPE
if data.raw['loader'] then
for _, ln in pairs(data.raw['loader']) do
local l = ln.name
@@ -420,6 +423,7 @@ for _, ln in pairs(data.raw['loader']) do
data.raw.recipe[l].hidden_in_factoriopedia = false
end
end
end
-- MIG A 3 BASE 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.width = 106
entity.structure[st].sheet.height = 85
entity.structure[st].sheetshift = {0.15625, 0.0703125}
entity.structure[st].sheet.shift = {0.15625, 0.0703125}
end
entity.structure.direction_in.sheet.y = 85