Add config option to use Manhattan distance for invRange checks.
Blightbuster opened this issue ยท 1 comments
Hey, it would be neat to have an option to switch the range check of the inventory range from euclidean distance to manhattan distance. This is because it's rather hard to imagine a sphere around a block in minecraft compared to a double pyramid. Even more simpler might be a box aka. checking every axis delta separately.