-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested searching for a nbt tag #596
Comments
That might be an interesting feature to add. I could look into adding suppport for JSONPath (or something similar) for navigating through NBT tags. So you could do something like |
It's best to create a separate feature request for that. |
yeh will do. |
Semi-implemented, but this will require breaking changes to work, see #729. So expect this in 1.13/1.14. |
Thank you for your work :) |
Issue type:
Short description:
I had to find a deeply nested NBT value for something, unfortunately this meant defining a string for every tag and getting each layer 1 at a time ending up with 12 different variables. Could you make it so you can use a path via a string list to find nested tags, this would have meant defining only 2 variables on top of the entity tag. Thank you very much.
The text was updated successfully, but these errors were encountered: