248k update fixes #2
4 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 2.0.0",
|
"base >= 2.0.0",
|
||||||
"? 248k-Redux",
|
"? 248k-Redux >= 0.1.35",
|
||||||
"? aai-industry",
|
"? aai-industry",
|
||||||
"? aai-vehicles-miner",
|
"? aai-vehicles-miner",
|
||||||
"? angelsaddons-cab",
|
"? angelsaddons-cab",
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ if mods["248k-Redux"] and mods["space-exploration"] then
|
||||||
order = "h",
|
order = "h",
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 8,
|
energy_required = 8,
|
||||||
ingredients = {{type="item", name="niobium-plate", amount = 1}, {type="item", name="fu_materials_energy_crystal", amount=1}, { type = "fluid", name = "se-liquid-rocket-fuel", amount = 10 }},
|
ingredients = {{type="item", name="niobium-plate", amount = 1}, {type="item", name="fu_energy_crystal", amount=1}, { type = "fluid", name = "se-liquid-rocket-fuel", amount = 10 }},
|
||||||
results = {{ type = "fluid", name = "se-pyroflux", amount = 10 }},
|
results = {{ type = "fluid", name = "se-pyroflux", amount = 10 }},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ if mods["248k-Redux"] then
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 14,
|
energy_required = 14,
|
||||||
ingredients = { { type = "item", name = "thorium-ore", amount = 10 } },
|
ingredients = { { type = "item", name = "thorium-ore", amount = 10 } },
|
||||||
results = { { type = "item", name = "fi_thorium232_item", amount = 1 } },
|
results = { { type = "item", name = "fi_thorium232", amount = 1 } },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
util.add_unlock("uranium-processing", "thorium-processing") --maybe add its own tech later
|
util.add_unlock("uranium-processing", "thorium-processing") --maybe add its own tech later
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,8 @@ if mods["aai-industry"] then
|
||||||
util.replace_ingredient("se-fluid-burner-generator", "electric-motor", "advanced-multi-cylinder-engine", 5)
|
util.replace_ingredient("se-fluid-burner-generator", "electric-motor", "advanced-multi-cylinder-engine", 5)
|
||||||
end
|
end
|
||||||
if mods["248k-Redux"] then
|
if mods["248k-Redux"] then
|
||||||
util.replace_ingredient("fi_refinery_recipe", "engine-unit", "advanced-multi-cylinder-engine", 10)
|
util.replace_ingredient("fi_refinery", "engine-unit", "advanced-multi-cylinder-engine", 10)
|
||||||
util.remove_ingredient("fi_refinery_recipe",mods["IfNickel-Updated"] and "advanced-flow-controller")
|
util.remove_ingredient("fi_refinery",mods["IfNickel-Updated"] and "advanced-flow-controller")
|
||||||
end
|
end
|
||||||
if mods["FluidMustFlow"] then
|
if mods["FluidMustFlow"] then
|
||||||
util.replace_ingredient("duct-end-point-intake", "engine-unit", "advanced-multi-cylinder-engine", 3)
|
util.replace_ingredient("duct-end-point-intake", "engine-unit", "advanced-multi-cylinder-engine", 3)
|
||||||
|
|
@ -69,7 +69,7 @@ if mods["aai-industry"] then
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["248k-Redux"] then
|
if mods["248k-Redux"] then
|
||||||
util.add_ingredient("fi_robo_port_recipe", "tantalum-titanium-beam", 10)
|
util.add_ingredient("fi_robo_port", "tantalum-titanium-beam", 10)
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["bobassembly"] then
|
if mods["bobassembly"] then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue