Towards 1.17!
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
andblock
properties have been renamed toitems
andblocks
- 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
.