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
|
{
"itemid": "minecraft:dye",
"displayname": "§fTrue Essence",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fTrue Essence\"},ExtraAttributes:{id:\"TRUE_ESSENCE\"}}",
"damage": 8,
"lore": [
"§8Brewing Ingredient",
"§f§lCOMMON"
],
"internalname": "TRUE_ESSENCE",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/True_Essence",
"https://wiki.hypixel.net/True_Essence"
],
"recipes": [
{
"type": "trade",
"cost": "ENCHANTED_EMERALD:5",
"result": "TRUE_ESSENCE"
}
]
}
|