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
|
{
"itemid": "minecraft:leather_helmet",
"displayname": "§fMushroom Helmet",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"\",2:\"§eFull Set Bonus: Night Affinity\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Night Vision§7 while\",5:\"§7worn, and during the night, the\",6:\"§7stats of the armor pieces are\",7:\"§7§atripled§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HELMET\"],color:16711680,Name:\"§fMushroom Helmet\"},ExtraAttributes:{color:\"255:0:0\",id:\"MUSHROOM_HELMET\"}}",
"damage": 0,
"lore": [
"§7Health: §a+20",
"",
"§eFull Set Bonus: Night Affinity",
"§7Grants the wearer with",
"§7§apermanent Night Vision§7 while",
"§7worn, and during the night, the",
"§7stats of the armor pieces are",
"§7§atripled§7.",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON HELMET"
],
"recipe": {
"A1": "RED_MUSHROOM:1",
"A2": "RED_MUSHROOM:1",
"A3": "RED_MUSHROOM:1",
"B1": "RED_MUSHROOM:1",
"B2": "",
"B3": "RED_MUSHROOM:1",
"C1": "",
"C2": "",
"C3": ""
},
"internalname": "MUSHROOM_HELMET",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Mushroom_Armor"
],
"crafttext": "Requires: Mushroom III"
}
|