-
-
Notifications
You must be signed in to change notification settings - Fork 0
item NBT
Legopitstop edited this page Aug 21, 2023
·
3 revisions
id = The custom id for the item
record - The root tag for all records
├ power_level (int) - The redstone power level when placed in a jukebox. *Currently does not work*
└ sound: (str) - The sound event to play.
{
id: "test:music_disc_5",
record: {
power_level: 5,
sound: "example:music_disc.5"
},
HideFlags:32,
CustomModelData:15,
display: {
Name: '{"translate":"item.example.music_disc_5", "italic": false}',
Lore: [
'{"translate":"item.example.music_disc_5.desc", "color": "gray", "italic": false}'
]
}
}