> For the complete documentation index, see [llms.txt](https://frinn.gitbook.io/custom-machinery-1.19/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frinn.gitbook.io/custom-machinery-1.19/creating-custom-machines/machine-components/item-component/default.md).

# Default

The default item component variant.

This is the variant used if the "variant" property is not specified in the item component json.

Using that variant the slot will behave like any inventory slot, the player will be able to put and remove items to/from the slot.

### Accepted items

The slot will accept any items, as long as they match the filter defined in the ["filter"](/custom-machinery-1.19/creating-custom-machines/machine-components/item-component.md#name-filter) property of the item component.
