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
36
37
|
{
"itemid": "minecraft:skull",
"displayname": "§6❈ §6Perfect Amethyst Gemstone",
"nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6❈ §6Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§7A perfectly §5refined",
"§5§5Amethyst§7.",
"",
"§7§7Some say that when §eharnessed",
"§eproperly§7, it can give its",
"§7owner extra §a❈ Defense§7.",
"",
"§6§lLEGENDARY"
],
"internalname": "PERFECT_AMETHYST_GEM",
"crafttext": "Requires: Gemstone X/HotM 5",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Gemstone",
"https://wiki.hypixel.net/%E2%9D%88_Perfect_Amethyst_Gemstone"
],
"recipes": [
{
"type": "forge",
"inputs": [
"AMETHYST_CRYSTAL:1",
"FLAWLESS_AMETHYST_GEM:5"
],
"count": 1,
"overrideOutputId": "PERFECT_AMETHYST_GEM",
"duration": 72000
}
]
}
|