PY oal processing has recipe for making oil from syngas + aromatics in Methanol Reactror
RECIPE {
type = "recipe",
name = "aromatics-to-rubber",
category = "methanol",
enabled = false,
energy_required = 1.5,
ingredients = {
{type = "fluid", name = "aromatics", amount = 60},
{type = "fluid", name = "syngas", amount = 40}
},
results = {
{type = "fluid", name = "crude-oil", amount = 70} --bobs rubber
},
icon = "pycoalprocessinggraphics/graphics/icons/aromatics-rubber.png",
icon_size = 32,
subgroup = "py-items",
order = "w"
}:add_unlock("methanol-processing-1")
If pycoaltbaa + PY petroleum Handling is installed (and NO bob's plates) then this recipe will give py-rubber from PY Petroleum Handling
Bob's mods also has rubber but pyanodon made his own unique chain for making rubber
And thius recipe with combing aromatics + syngas is simplest way to get small amount of oil
How to prevent result replacing if pycoaltbaa and py nmods with PY Petroleum Handling (and NO bob's plates) is installed?
If pycoaltbaa + PY Petroleum Handling is not installed all okey wth this recipe