Getting this error:
Failed to load mods: __Insectitron__/data-final-fixes/compatibility.lua:182: attempt to index field 'burner' (a nil value)
stack traceback:
__Insectitron__/data-final-fixes/compatibility.lua:182: in main chunk
[C]: in function 'require'
__Insectitron__/data.lua:7: in main chunk
Not sure what mod could be causing it. I have AAI industry but no K2. Not seeing other mods what could be causing problems.
Locally I've fixed it by changing line 182 from
data.raw["spider-vehicle"][fueledTrons[i]].burner.fuel_categories = {"chemical", "processed-chemical"}
to
data.raw["spider-vehicle"][fueledTrons[i]].energy_source.fuel_categories = {"chemical", "processed-chemical"}
I have no clue if it actually fixes or breaks things but at least the game loads. I haven't got to the point where i can actually craft them to see if it works or not.