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
38
39
40
41
42
43
44
45
46
47
48
49
50
|
{
"itemid": "minecraft:skull",
"displayname": "§7[Lvl {LVL}] §6Mammoth",
"damage": 3,
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"dcd141b6-82b7-3abe-b215-c211e6ecc146\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDE2NzQ4OCwKICAicHJvZmlsZUlkIiA6ICJkMDQ3ZGY3ZjMzMzk0MmM1OTA3ODY5ZjIwYmI0YzlkMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJleHBsaXloIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZiMTA3MTU3MzJjZDFmZDQ5ZmExYjYxODc5NDdjMzA3ZGQ0Njg3MTA1Y2YwMzM4NDA2MDdmOWQ2MjM0NzQzYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Cold Resistance: §a{COLD_RESISTANCE}\",4:\"\",5:\"§6Wooly Coat\",6:\"§7§7Gain a §a{0}% §7chance for mobs to not\",7:\"§7inflict §b❄ Cold §7when damaging you in\",8:\"§7the §bGlacite Mineshafts§7.\",9:\"\",10:\"§6Tusk Luck\",11:\"§7§7Gain §b+{1}✯ Magic Find §7for every\",12:\"§7100 §6☘ Mining Fortune§7, doubled in the\",13:\"§7§bGlacite Tunnels §7and §bGlacite\",14:\"§bMineshafts§7.\",15:\"\",16:\"§6Corpse Crusher\",17:\"§7§7Gain §6+{2}☘ Mining Fortune §7for each\",18:\"§7§bFrozen Corpse §7looted in your\",19:\"§7current §bGlacite Mineshaft§7.\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Mammoth\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MAMMOTH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"MAMMOTH;4\"}}",
"lore": [
"§8Combat Pet",
"",
"§7Defense: §a{DEFENSE}",
"§7Cold Resistance: §a{COLD_RESISTANCE}",
"",
"§6Wooly Coat",
"§7§7Gain a §a{0}% §7chance for mobs to not",
"§7inflict §b❄ Cold §7when damaging you in",
"§7the §bGlacite Mineshafts§7.",
"",
"§6Tusk Luck",
"§7§7Gain §b+{1}✯ Magic Find §7for every",
"§7100 §6☘ Mining Fortune§7, doubled in the",
"§7§bGlacite Tunnels §7and §bGlacite",
"§bMineshafts§7.",
"",
"§6Corpse Crusher",
"§7§7Gain §6+{2}☘ Mining Fortune §7for each",
"§7§bFrozen Corpse §7looted in your",
"§7current §bGlacite Mineshaft§7.",
"",
"§7§eRight-click to add this pet to your",
"§epet menu!",
"",
"§6§lLEGENDARY"
],
"internalname": "MAMMOTH;4",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "",
"recipes": [
{
"type": "forge",
"inputs": [
"TUSK_FOSSIL:1.0",
"FLAWLESS_ONYX_GEM:1.0"
],
"count": 1,
"duration": 604800,
"overrideOutputId": "MAMMOTH;4"
}
]
}
|