Skip to content

Custom Disc

Type ID: item:music_disc

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.
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.
comparator_output Integer 1 The signal strength a comparator outputs from this disc.
sound Identifier the sound event that the disc uses.

Example Code

{
  "type": "item:music_disc",
  "comparator_output": 8,
  "sound": "example_pack:funky_sound"
}