Newest update seems to result in weird pipes
octylFractal opened this issue ยท 4 comments
The pipes don't seem to work at all anymore. They just throw out the items when they try to pull them. Is the data messed up?
Damn. And no, loadRouting was always empty, created from the very start in case I ever decide to make routing info save and load. But thats strange, the changes I added shouldn't have changed anything besides improve network data...
Fixed via f605e59
Problem was a derp in the bitmath of the pipe data. (Was trying to set bits with OR without first clearing them)