In advance, sorry for my English.
Sorry for the dumb title, minimum 75 characters. Recently discovered that /data get allows players to get an NBT value using paths such as "Items[0].tag.Weight" and "Items[{tag:{Enchantments:[{}]}}].tag.Weight", however, there is no way of combining the two. I can understand if this sounds like gibberish, i can't find a good way to convey it. I've tried to give an example below.
If i want the Weight value from only an enchanted item, i can do that. If i want the Weight value from only the first item in the chest, i can do that. If i want to specify both an enchanted item, but also the first item (Combined: The first enchanted item found in the chest), i can't do that.
As of now, this is limiting the amount of things that could be done via this command a lot, but also projects that use it as a whole.
I can't imagine this would be hard to implement, something as simple as "/data get block x y z Items[0,{tag:{Enchantments:[{}]}}].tag.Weight" could do it, although i'm not a programmer, so sorry if it's actually impossible.
Please sign in to leave a comment.
1 Comments