Skip to content

NBTQuery Improvements

Choose a tag to compare

@WolfyScript WolfyScript released this 03 Dec 15:41
· 485 commits to master since this release

Changelog

  • Specified QueryNodeCompound as the default implementation
    • no longer requires the type option for compound settings
  • 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