Skip to content

Towards 1.17!

Compare
Choose a tag to compare
@TheMrZZ TheMrZZ released this 22 Jun 17:28
· 260 commits to master since this release
0658dd2

This release adds a lot of feature towards 1.17 compatibility. Thanks to @nphhpn for all his hard work - he wrote 95% of this release.

1.17 features

  • Updated attributes, biomes, blocks, enchantments and entities lists to 1.17 - See #90 by @nphhpn
  • Predicate's item and block properties have been renamed to items and blocks - See #90 by @nphhpn

New features

  • Added shorter operators to Score: for example, myScore['<='](otherScore) is now valid - by See #92 @nphhpn
  • Allow usage of item tags in the /clear command - See #93 by @nphhpn
  • NBT can now take template arguments. The following syntax is now valid
NBT`${1}b`

Bug fixes

  • Fixed some types being evaluated as any - See #91 by @nphhpn
  • Fixed item tags incorrectly having a # when used in predicates - See #93 by @nphhpn
  • Improved the code base stability with several different fixes

To update your project, please run npx sand update.