Vanilla-Like Loaders


Add loader, fast loader and express loader with a vanilla look and feel.

Content
6 years ago
0.16
5
Logistics

b bob logistics error

6 years ago
(updated 6 years ago)

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.

6 years ago

I will try my best to get that worked out for you. I'm new to the modding world, so hopefully I can get it worked out.

New response