Hi - thanks for the mod! It works exactly as I was hoping, but I have noticed an error in your data-updates.lua file. I changed it to e.g:
if mods["Moshine"] and settings.startup["parallel-lab-moshine-compat"] then
data.raw.lab["neural_computer"].paralell_lab = true
end
The game engine did not like the "bool-setting" in this file, and the name of the neural_computer was wrong also.