Skip to content

Custom Trinkets

There is a wiki for Trinkets that will help with getting trinkets set up.

Type ID: item:trinket

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.
durability Integer 1 How many uses the item has.
item_group Item Group "misc" The tab you can find the item in.
start_color Colour optional How many uses the item has.
end_color Colour optional How many uses the item has.
fuel_tick Integer 0 How long the item can smelt for in a furnace.

Example Code

{
    "type": "item:trinket"
}