As before, I installed all optional dependencies. If both mods pelagos and barreling_machines are installed I get this when starting a new world (I tried to make a creative mode world to test something):
294.066 Error AppManagerStates.cpp:2716: The mod Barreling Machines (0.1.6) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event barreling_machines::on_init()
LuaGameScript doesn't contain key entity_prototypes.
stack traceback:
[C]: in function '__index'
__barreling_machines__/control.lua:2: in function 'assert_entity_is_assembling_machine'
__barreling_machines__/control.lua:28: in function 'barreling_machine_sanity_checks'
__barreling_machines__/control.lua:37: in function <__barreling_machines__/control.lua:36>
It seems to caused by TIMSABA/prototypes-final-fix/duplicate-items-and-fluids/planet/pelagos.lua removing the prototypes for:
"diesel-barreling-machine",
"burner-barreling-machine",
"electric-barreling-machine",
And barreling_machines trying to ensure in its control.lua file that those prototypes were not deleted or turned into another type than assembling-machine.
Note: The mod barreling_machines is a dependency of pelagos, so it's definitely required.