Tom's Simple Storage Mod (Fabric)

Tom's Simple Storage Mod (Fabric)

16M Downloads

Add config option to use Manhattan distance for invRange checks.

Blightbuster opened this issue ยท 1 comments

commented

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.

commented

good idea