if it happens again with a different mod you can fix this by opening console and doing this all on one line (but it's unreadable then so formatted here)
this is the full command that works for multiplayer:
/c
for _, force in pairs(game.forces) do
force.reset_recipes()
force.reset_technologies()
force.reset_technology_effects()
end
easier ones for single:
/c game.player.force.reset_recipes()
/c game.player.force.reset_technologies()
/c game.player.force.reset_technology_effects()