jaquadro / StorageDrawers

A mod adding compartmental storage for Minecraft Forge
MIT License
188 stars 146 forks source link

Suggestion - Locate Item in Draw System #1116

Open mrbryo opened 5 months ago

mrbryo commented 5 months ago

Add the ability to locate items based on the location of the drawer controller/slave where that device is the start at 0,0. So if the item I want is two drawers to the right of the controller/slave it would be 2,0. Or if to the left it would be -2,0; basically x,y coordinates of the drawer the item you want is located from the controller or slave you search from.