NBTReader
This is a small modification that allows reading item internal data (NBT) and sorting them based on these parameters. The mod introduces two special blocks for working with item metadata.
Crafting Devices
NBT Reader: The basic device for viewing NBT data is created using the following recipe:
| stone | redstone | stone | | redstone | book | redstone | = 1x NBT Reader | stone | redstone | stone |
NBT Sorter: For automatic item sorting by their NBT data, an enhanced version is used:
| hopper | | NBT Reader | = 1x NBT Sorter | hopper |
This modification is particularly useful for organizing complex storage systems and automation where precise sorting of items with different characteristics is required.