Momo +(30)Science Mod deprecated


Add more complex crafting for science. An overhaul mod make for 30 new Science Pack(MSP) Bob's, Angel's. Reintroduce Bob'sExtended Item. >> Include MOD PACK <<

4 years ago
0.16 - 0.17
16

b Crash on startup when using angel/bobs but not Angel Bio Processing

4 years ago

Im playing Necrogami's painful modpack which includes Angel/Bobs (and many others) but seem to be crashing on startup because Angels Bio Processing is not included.

Fix i found (not sure if this is good practice):
-Modify line 24 in "bobs-electrolysis.lua" to
if (mods["angelsbioprocessing"]) then
momoTweak.angel_electrolysis_recipe()
end

StackTrace:
Failed to load mods: MomoTweak/data-updates.lua:16: MomoTweak/prototypes/recipe/bobs-electrolysis.lua:24: attempt to call field 'angel_electrolysis_recipe' (a nil value)
stack traceback:
MomoTweak/prototypes/recipe/bobs-electrolysis.lua:24: in main chunk
[C]: in function 'require'
MomoTweak/data-updates.lua:16: in main chunk
stack traceback:
[C]: in function 'require'
MomoTweak/data-updates.lua:16: in main chunk

4 years ago

fixed in new version

New response