From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/JUKEBOX.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'items/JUKEBOX.json') 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 -- cgit