diff options
Diffstat (limited to 'items/JUKEBOX.json')
-rw-r--r-- | items/JUKEBOX.json | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/items/JUKEBOX.json b/items/JUKEBOX.json index f010ef55..43c45141 100644 --- a/items/JUKEBOX.json +++ b/items/JUKEBOX.json @@ -1,12 +1,24 @@ { - "internalname": "JUKEBOX", "itemid": "minecraft:jukebox", "displayname": "§fJukebox", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJukebox\"},ExtraAttributes:{id:\"JUKEBOX\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "JUKEBOX", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "DIAMOND:1", + "B3": "WOOD:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } }
\ No newline at end of file |