Openers v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki
Openers are how action inventories are able to be used. Openers open action inventories for players when they do something. These are the types of openers:
Openers look like:
{
"type": "",
"guiName": "",
...other fields...
}
This is the type of the opener. This is a string.
Types
"Item"
"Entity"
"Block"
This is the name of the action inventory to open. This is an identifier. See Common Types v3.