Skip to content

Custom Items

Type ID: item:pullback

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 The start colour gradient of the Durability bar.
end_color Colour optional The end colour gradient of the Durability bar.
fuel_tick Integer 0 How long the item can smelt for in a furnace.
entity_type Identifier optional The entity fired when you finish pulling it back.
max_speed Float 3.0 The maximum speed it will launch a projectile at.

Example Code

{
    "type": "item:pullback",
    "item_group": "none"
}