Edit

Share via


Items Documentation - minecraft:record

Used by record items to play music.

Record Properties

Name Default Value Type Description Example Values
comparator_signal not set Integer number Specifies signal strength for comparator blocks to use, from 1 - 13. My Sword Singing: 1
duration not set Decimal number Specifies duration of sound event in seconds, float value. My Sword Singing: 5
sound_event not set String Sound event type: 13, cat, blocks, chirp, far, mall, mellohi, stal, strad, ward, 11, wait, pigstep, otherside, 5, relic. My Sword Singing: "pre_ram.screamer"

Samples

"minecraft:record": {
  "comparator_signal": 1,
  "duration": 5,
  "sound_event": "ambient.tame"
}

My Sword Singing

"minecraft:record": {
  "comparator_signal": 1,
  "duration": 5,
  "sound_event": "pre_ram.screamer"
}