1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"itemid": "minecraft:stick",
"displayname": "§9Bejeweled Handle",
"nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§9§lRARE"
],
"internalname": "BEJEWELED_HANDLE",
"crafttext": "Requires: HotM 2",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bejeweled_Handle",
"https://wiki.hypixel.net/Bejeweled_Handle"
],
"recipes": [
{
"type": "forge",
"inputs": [
"GLACITE_JEWEL:3"
],
"count": 1,
"overrideOutputId": "BEJEWELED_HANDLE",
"duration": 30
}
]
}
|