Skip to content

Custom Items

Type ID: item:generic

Fields

Field Type Default Description
name String optional The display name of the item. Can be a literal string or a translation key. If none is given, it'll default to item.namespace.path.
lore Array of Strings optional Lines of text below an item.
item_powers Array of Item Powers optional The powers your item will have.
max_count Integer 64 The maximum stack count for the item.
item_group Item Group misc The tab you can find the item in.
fuel_tick Integer 0 How long the item can smelt for in a furnace.

Example Code

{
    "type": "item:generic",
    "item_group": "materials",
    "max_count": 64
}