NBTQuery Improvements
Changelog
- Specified QueryNodeCompound as the default implementation
- no longer requires the
typeoption for compound settings
- no longer requires the
- NBTQuery extends the QueryNodeCompound to provide the same features.
- The NBTQuery is not registered as a separate type and acts independently of the QueryNodes, so it must be specifically deserialized!
- Integer values can be used for a const ValueProvider now.
Full Changelog: v4.16.9.2...v4.16.9.3