Andrews54757 / tweakfork

A modified small client-side Minecraft mod that adds various configurable tweaks - plus some more
GNU Lesser General Public License v3.0
80 stars 9 forks source link

[SUGGESTION] add InventoryScan in-inventory item highlight #48

Closed Pi3tro88 closed 1 year ago

Pi3tro88 commented 1 year ago

i have found many times frustrating that when searching for an item that is boxed inside a shulker in a container, it only tells me in wich chest i should search, but then i have to go trough all the shulkers and check for my item, it would be very useful if it cuold highlight the certain shulker where the item is, and maybe also the item if its not in a shulker, also litematica already does a similar thing, it highlight the block of the schem you are looking at, so you could take that code and modify it idk

Andrews54757 commented 1 year ago

maybe if I can stop lazy. I accept pull requests.

fooeyround commented 1 year ago

https://github.com/Andrews54757/tweakfork/pull/53 does this

fooeyround commented 1 year ago

implementation for search can be better..

fooeyround commented 1 year ago

but it should be fine unless the cache could be used to not make the same operations all the time....