Open Item Furnace
Description
Opens a furnace-style inventory whose contents are stored inside the used item's NBT. When the player closes the inventory (or logs out), its contents are written back onto the item. This lets an item carry its own persistent furnace inventory.
The skill must be triggered by an item (it reads the triggering equip-item), and the caster must be a player.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| key | k | The NBT key on the item under which the inventory contents are stored | FURNACE |
| title | t | The title shown on the furnace inventory | Furnace |
Examples
Skills:
- openItemFurnace{title=Portable Furnace} @self ~onUse
Skills:
- openItemFurnace{key=SECONDARY;title=Backup Furnace} @self ~onRightClick