diff options
Diffstat (limited to 'items/NOTE_BLOCK.json')
-rw-r--r-- | items/NOTE_BLOCK.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/NOTE_BLOCK.json b/items/NOTE_BLOCK.json new file mode 100644 index 00000000..5c667644 --- /dev/null +++ b/items/NOTE_BLOCK.json @@ -0,0 +1,12 @@ +{ + "itemid": "minecraft:noteblock", + "displayname": "§fNoteblock", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fNoteblock\"},ExtraAttributes:{id:\"NOTE_BLOCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "NOTE_BLOCK", + "clickcommand": "", + "modver": "1.0.0" +}
\ No newline at end of file |