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
30
31
|
{
"itemid": "minecraft:diamond",
"displayname": "§5Refined Diamond",
"nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§7§7§oLooking at it for too long",
"§7§omay cause eye trauma.",
"",
"§5§lEPIC"
],
"internalname": "REFINED_DIAMOND",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Refined_Diamond"
],
"recipes": [
{
"type": "forge",
"inputs": [
"ENCHANTED_DIAMOND_BLOCK:2"
],
"count": 1,
"overrideOutputId": "REFINED_DIAMOND",
"duration": 28800
}
]
}
|