Hi there,
I have updated many FE+ mods (from 1.1 to 2.0) and I noticed that your mod does not support the Titanium ore from that mod. The recipe goes as follows:
{
type = "recipe",
name = "titanium-ore",
category = "chemistry",
energy_required = 5,
enabled = false,
ingredients =.
{
{type="item", name="iron-ore", amount=2},
{type="fluid", name="sulfuric-acid", amount=5},
{type="fluid", name="water", amount=2}
},
allow_productivity = true,
results = {{type="item", name="titanium-ore", amount=2}}
}
I cannot change chemistry
to anything else as this ore needs to be created in chemical plants.