Normal v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki
A normal slot element displays a single item stack and executes an action when clicked.
It looks like:
{
"type": "Normal",
"index": 3,
"item": {},
"action": {}
}
Specifies the type of the slot element. This should be "Normal"
.
Which slot of the inventory the element should display in. Each slot element in an inventory should have a different index. This is an integer.
This is the item that is displayed. This is an object. See Common Types v3.
This is the action to execute when clicked. This is an object. See Actions v3.