> For the complete documentation index, see [llms.txt](https://nexoaddon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexoaddon.gitbook.io/docs/mechanics/infested-1.md).

# InventoryType

InventoryType mechanic.

The Inventory Type allows you to open inventory with various types!

### Open anvil inventory

```yaml
# Example

Mechanics:
  inventoryType:
    type: ANVIL
    title: <red>HI!
```

### Working workbench with custom name

```yaml
# Example:

Mechanics:
  inventoryType:
    type: WORKBENCH
    title: <red>HI!
```
