Hm, it works now.
nice.
Is there any way to increase the loading speed? Now I'm loading 10k Rich stone in 8s into one High-speed cargo wagon using 12 buffered (every loader has a chest to feed from) Ultimate loaders.
Those loaders are very UPS intensive, therefore I want to get rid of them.
Your Bulkloader loads 10k Rich stone in roughly 36s, which is too slow.
The "deadlock-beltboxes-loaders_2.4.2" can't load directly into the cargo wagons, i can't tell what's the Issue there because the control.lua states:
local inventories_to_check = {
defines.inventory.chest,
defines.inventory.furnace_source,
defines.inventory.furnace_result,
defines.inventory.cargo_wagon,
defines.inventory.assembling_machine_input,
defines.inventory.assembling_machine_output,
defines.inventory.robot_cargo,
I guess these are the supposed legal entities to put materials into, yet these loaders do not put anything into the standard cargo wagons.
I know it's not your business, any help would be greatly appreciated.