i got this crash with my mod NPU
Failed to load mods: Pacifist/functions/recipes.lua:193: Didn't handle ingredient military-science-pack(item) of recipe venda-11
stack traceback:
[C]: in function 'assert'
Pacifist/functions/recipes.lua:193: in function '_process_ingredients'
Pacifist/functions/recipes.lua:207: in function 'process'
Pacifist/functions/pacifist.lua:25: in function 'process'
Pacifist/data-final-fixes.lua:5: in main chunk
Yeah that is to be expected. Pacifist removes military science packs, so there is no generic way to deal with a recipe that requires them.
I would have to write a compatibility patch that detects NPU and does something with that recipe - or you write an extension that detects Pacifist and does what you think is right. I am open to both approaches, though it may be some time until I get to writing that patch.
Failed to load mods: Error in assignID: technology with name 'artillery' does not exist. It was removed by Pacifist.
At ROOT.shortcut.artillery-jammer-tool.technology_to_unlock
Source: artillery-jammer-tool (shortcut).
got this error once i made the compat patch on my end