Earthcomputer / clientcommands

Adds useful client-side commands
Other
1.05k stars 119 forks source link

[Suggestion] Show slot number for items found with `/cfinditem` #237

Open caitlynrw opened 3 years ago

caitlynrw commented 3 years ago

Suggestion: When using /cfinditem if it finds an item within a shulker box it should list which slot the shulker box is in.

Use case: In a stash with chests filled with many shulker boxes, it's quite tedious to check which specific shulker has the item you searched for.

barraIhsan commented 3 years ago

Yes, That happens very often to me too!

James103 commented 3 years ago

Example output that matches what you're looking for could be as follows: (Item found in only one slot)

Found 1234x minecraft:cobblestone at 12, 34, 56 in slot 5

(Item found in 2 or 3 slots)

Found 174x minecraft:oak_stairs at 74, 35, -143 in slots 2, 7, 18

(Item found in more than 3 slots)

Found 46656x minecraft:cobblestone at 854, 120, -1842 in slots 1, 2, 3, ...