This version includes some minor bug fixes, and also makes some improvements to the "items" parameter in handlers. You can now use "items" like this:
Code (YAML):
blockBreak
:
-
# Set the drops to 10 diamonds and 2 of "myCustomItem"
action
: setDrops
items:
"minecraft:DIAMOND"
: 10
"myCustomItem"
: 2