Factorio v16.36
More Bobs v0.16.18
Failed to load mods: morebobs/data-final-fixes.lua:80:morebobs/prototypes/tuonelatweaks.lua:405:attempt to index field 'fuel-processing' (a nil value)
Mods to be disabled:
morebobs
line 80 of final fixes mandates tuonelatweaks prototype is enabled.
line 405 of tuonelatweaks is taken from vehicle tweaks section of more bobs:
data.raw["technology"]["fuel-processing"].prerequisites = {"electricity", "basic-vehicles"}
code attempts to set the a prerequisite for tech: "fuel processing" to require "electricity" and "basic vehicles" tech.