248k update fixes
This commit is contained in:
parent
ca9a66f864
commit
46d80590d2
1 changed files with 3 additions and 3 deletions
|
|
@ -577,8 +577,8 @@ local science_pack = "__ChemistryForYou2__/graphics/icons/productivity-science-p
|
|||
order = "a-b",
|
||||
enabled = false,
|
||||
energy_required = 60,
|
||||
ingredients = {data.raw.fluid["kr-nitric-acid"] and {type="fluid", name="kr-nitric-acid", amount=100} or {type="fluid", name="sulfuric-acid", amount=100}, {type="item", name="fi_materials_waste", amount=1}},
|
||||
results = {{type="item", name="fi_plutonium239_item", amount=1, probability=0.05}, {type="item", name="uranium-238", amount=1, probability=0.1}, {type="item", name="fi_thorium232", amount=1, probability=0.2}},
|
||||
ingredients = {data.raw.fluid["kr-nitric-acid"] and {type="fluid", name="kr-nitric-acid", amount=100} or {type="fluid", name="sulfuric-acid", amount=100}, {type="item", name="fi_waste", amount=1}},
|
||||
results = {{type="item", name="fi_plutonium239", amount=1, probability=0.05}, {type="item", name="uranium-238", amount=1, probability=0.1}, {type="item", name="fi_thorium232", amount=1, probability=0.2}},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
@ -1120,7 +1120,7 @@ if mods["space-exploration"] then
|
|||
util.add_productivity("vitalic-purification")
|
||||
table.insert(data.raw.lab["se-space-science-lab"].inputs, "productivity-science-pack")
|
||||
if mods["248k-Redux"] then
|
||||
local deep_space_ore_enrichment_ingredients = {{type="item", name="fu_space_probe_ore_item", amount=10}}
|
||||
local deep_space_ore_enrichment_ingredients = {{type="item", name="fu_space_probe_ore", amount=10}}
|
||||
if data.raw.item["cobalt-nanotubes"] then
|
||||
table.insert(deep_space_ore_enrichment_ingredients, {type="item", name="cobalt-nanotubes", amount=8})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue