/
User Changes:
This update extends the expression syntax to support nbt and block properties.
nbt field to item stacks, entities and block entities.This Allows you to access NBT data like so: this_entity.nbt.Air. You should avoid NBT access, as it can get extremely slow.
properties field to *states.This can be used to access block state properties like so: block_state.properties.candles.
short_circuit to defaulted, all_of, any_of. If true, commands will terminate immediately upon the condition failing.hasContext and structContainsKey now accept VarArgs.Dev Changes:
runTriState to EventExecutors.