At your source code, you generate the bob loader with this belt name :
"green-transport-belt" and "purple-transport-belt"
But at the new version of bob logistics they're called:
"turbo-transport-belt" and "ultimate-transport-belt"
Pls fix it.
http://prntscr.com/jhlvwe
i dont test it, but i think that work!!
at recipe.lua:
rename that:
make_loader_recipe("faster-loader", "green-transport-belt", "express-loader")
make_loader_recipe("extremely-fast-loader", "purple-transport-belt", "faster-loader" )
into:
make_loader_recipe("faster-loader", "turbo-transport-belt", "express-loader")
make_loader_recipe("extremely-fast-loader", "ultimate-transport-belt", "faster-loader" )
at item.lua and entity.lua you need to do the same.