robots have problems with torches and partial/half blocks 7.2.5
rapus95 opened this issue ยท 6 comments
I haven't noticed this before. Does the robot just ignore the items or does it get stuck trying to pick them up?
odd, i haven't noticed it before, i guess the robots are only checking if the blockspace is occupied rather then the bounding box of said block
@AlexIIL are there any chances that this will make it into 7.2.7 aswell? :D (already digging into it to increase the chances)
Maybe. For simple traversable blocks where they do not block at all its relatively simple- just tell the robots (and the pathfinding) to treat them like air. However for more complex blocks (slabs, stairs, pipes) it would basically require the path search algorithm to allow for inter-block searches (complex).