diff options
Diffstat (limited to 'items/BEJEWELED_HANDLE.json')
-rw-r--r-- | items/BEJEWELED_HANDLE.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/BEJEWELED_HANDLE.json b/items/BEJEWELED_HANDLE.json index 2f8ae54f..1a0c28ce 100644 --- a/items/BEJEWELED_HANDLE.json +++ b/items/BEJEWELED_HANDLE.json @@ -1,22 +1,28 @@ { "itemid": "minecraft:stick", "displayname": "§9Bejeweled Handle", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Glacite Jewel §7x3\",4:\"\",5:\"§7Duration: §b30m\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§9Glacite Jewel §7x3", - "", - "§7Duration: §b30m" + "§9§lRARE" ], "internalname": "BEJEWELED_HANDLE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bejeweled_Handle" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GLACITE_JEWEL:3" + ], + "count": 1, + "overrideOutputId": "BEJEWELED_HANDLE", + "duration": 1800 + } ] -} +}
\ No newline at end of file |