Openers v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki

Openers

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:

Types

Openers look like:

{
  "type": "",
  "guiName": "",
  ...other fields...
}

Type (required)

This is the type of the opener. This is a string.

Types
  • "Item"
  • "Entity"
  • "Block"

Gui Name (required)

This is the name of the action inventory to open. This is an identifier. See Common Types v3.

⚠️ **GitHub.com Fallback** ⚠️