inventory | :: defines.inventory | The ID of the inventory to insert into. |
The ID of the inventory to insert into. | ||
stack | :: ItemStackIndex | The stack index of the inventory to insert into. Uses 0-based indexing, in contrast to the 1-based indexing of most other inventory-related functions. |
The stack index of the inventory to insert into. Uses 0-based indexing, in contrast to the 1-based indexing of most other inventory-related functions. | ||
count | :: ItemCountType? | How many items to insert. Defaults to |
How many items to insert. Defaults to |