This two rows made this problem in updates\pyfusionenergy-updates.lua:
RECIPE("carbon-black"):add_ingredient({type = "fluid", name = "vacuum", amount = 100})
RECIPE("carbon-black-2"):add_ingredient({type = "fluid", name = "vacuum", amount = 100})
And in Pyfusionenergy we have:
TECHNOLOGY {
type = "technology",
name = "diamond-mining",
icon = "pyfusionenergy/graphics/technology/diamond-mining.png",
icon_size = 128,
order = "c-a",
prerequisites = {"excavation-2"},
effects = {
{
type = "unlock-recipe",
recipe = "vacuum"
}
Diamond mining is far far after our must-have situation with black-carbon/rubber
So the problem arises when I am using Fyfusion Energy + Py Petroleum Handling without Py High tech.
I just deleted two rows above to continue playing.