The Statistics menu has an Items tab for tracking the amount of times an item has been crafted, dropped, picked up, etc.
However, this only tracks items by the items ID (e.g. minecraft:stone). If you create 100 Enchanted Books but they're all a variety of Enchantments, because all Enchanted Books use the "minecraft:enchanted_book" ID, the Items Statistics tab only acknowledges that you've created 100 Enchanted Books and not 30 Efficiency V, 20 Unbreaking III, 15 Sharpness V, etc.
So, it would be great if the stats could additionally track items that have the same IDs, but use NBT data to differentiate between them. This could at least apply to Fireworks, Enchanted Books, and Suspicious Stew.
Since its possible to continuously add more NBT data to items, and items have their durability tracked with NBT, I imagine that to implement this the game would either have to only track items that are registered to the Creative Menu as "separate" items, ignore items that have NBT added after the creation of the item, or only track a specific list of NBT Keys.
The overall goal being to make it possible for items like Enchanted Books to be tracked separately, since their sole purpose is to hold the NBT data to apply to other objects, but perhaps not track every pickaxe and sword a player creates with just slightly different enchantments.
Or ignore all that and just go even more complex and give each item in the Item Statistics tab a drop down to track every single instance of different NBT.
Please sign in to leave a comment.
0 Comments