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
32
33
34
35
|
{
"itemid": "minecraft:skull",
"displayname": "§6❂ §6Perfect Opal Gemstone",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"e7b84502-c22c-3be1-ad3c-022dcff72987\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjY1MDM2Nzk3NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U1MDlmMDZiOGRjMzg0MzU4ZmYyNDcyYWI2MmNlNmZkYzJmNjQ2ZTMzOGVmZGMzYzlmYjA1ZGRjNDMxZjY0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A perfectly §frefined §fOpal§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §f❂ True Defense§7.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6❂ §6Perfect Opal Gemstone\"},ExtraAttributes:{id:\"PERFECT_OPAL_GEM\"}}",
"damage": 3,
"lore": [
"§7A perfectly §frefined §fOpal§7.",
"",
"§7§7Some say that when §eharnessed",
"§eproperly§7, it can give its",
"§7owner extra §f❂ True Defense§7.",
"",
"§6§lLEGENDARY"
],
"internalname": "PERFECT_OPAL_GEM",
"crafttext": "Requires: Gemstone X/HotM 5",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://wiki.hypixel.net/Gemstone"
],
"recipes": [
{
"type": "forge",
"inputs": [
"FLAWLESS_OPAL_GEM:5",
"OPAL_CRYSTAL:1"
],
"count": 1,
"overrideOutputId": "PERFECT_OPAL_GEM",
"duration": 72000
}
]
}
|