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