1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§fCactus Chestplate",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15 HP\",1:\"§7Defense: §a+25\",2:\"\",3:\"§6Full Set Bonus: Deflect\",4:\"§7Rebound §a33.0% §7of the damage\",5:\"§7you take back at your enemy.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON CHESTPLATE\",9:\"\",10:\"§eClick to view recipe!\"],color:65280,Name:\"§fCactus Chestplate\"},ExtraAttributes:{id:\"CACTUS_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+15 HP",
"§7Defense: §a+25",
"",
"§6Full Set Bonus: Deflect",
"§7Rebound §a33.0% §7of the damage",
"§7you take back at your enemy.",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON CHESTPLATE"
],
"internalname": "CACTUS_CHESTPLATE",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|