Occultism

Occultism

19M Downloads

Machine Operators attempting to input items in wrong location

bigfoott opened this issue ยท 2 comments

commented

Describe the bug
Machine Operator is attempting to place items in the wrong input (see video below)

To Reproduce
See video: https://www.youtube.com/watch?v=U5Ba5iwpHlk

Expected behavior
The machine operator should try to input on the selected barrel.

Screenshots
https://www.youtube.com/watch?v=U5Ba5iwpHlk

System (please complete the following information):

Additional context
Side note, I'm also running into a different issue at the same time, not sure if they're related.

commented

This seems to be a pathfinding issue actually.
He is attempting to place in the right barrel, but minecraft navigates a weird path access the side that was given for insert (up) because it is blocked by the machine above it.

In 3fbaba0 I will disable line of sight checks so he might be able to access the machine anyway, but meanwhile you can try to set an insert facing that corresponds to the front side of the barrel (based on your minimap, north I think)

commented

Hi! So while it's not in the video, I do believe I tried changing the input side to north while doing some random testing, and it still tried to go up to the side like in the video for some reason. At this point though I've got it working as intended directly into the machines rather than into a bartel, so it's all good, thanks!