Items

Items


Each part of the config that needs an item (drops, player holding, player wearing, and player items) uses the same format.

The name of the item must be :

  • One of the official Minecraft names
  • One of the sub-names (for coloured wool, different tress, etc.)
  • One of the group names

For a list of official names sorted by ID, see here.
For a list of official names in alphabetical order, see here.
For a list of sub-names, see here.
For a list of group names and what they contain, see here.

The item name is case-insensitive (so red_wool is the same as RED_WOOL and Red_Wool).

The item block can have an optional min and max property or quantity (drops only). If items are separated with a comma, or a group name is used, the min and max and any other properties will apply to each item.