GroupAction v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki
Group actions execute other actions.
They look like:
{
...common fields...
"actions": []
}
(common fields are specified in Actions v3)
These are the actions that are executed when this action is executed. This is an array of objects. See Actions v3.