You can now use placeholders and item maps in more every action that uses items, like playerRemoveItem or targetGiveItem
Code (YAML):
action
: playerRemoveItem
item:
"magicStick"
: 7
# remove 7 magic sticks
"minecraft:DIAMOND"
: 1
# remove 1 diamond
"minecraft:DIRT"
: -1
# remove all dirt
This version also fixes some minor bugs with these actions when generated using the GUI, and fixes some bugs with 1.12