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
|
{
"itemid": "minecraft:anvil",
"displayname": "§9Living Metal Anchor",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This anchor has a life.\",1:\"§7§7It likes music!\",2:\"§7§7Its favorite genre?\",3:\"§7§7Heavy metal.\",4:\"§7\",5:\"§7§8Reed needs this item.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Living Metal Anchor\"},ExtraAttributes:{id:\"LIVING_METAL_ANVIL\"}}",
"damage": 0,
"lore": [
"§7This anchor has a life.",
"§7§7It likes music!",
"§7§7Its favorite genre?",
"§7§7Heavy metal.",
"§7",
"§7§8Reed needs this item.",
"",
"§9§lRARE"
],
"recipe": {
"A1": "METAL_HEART:3",
"A2": "METAL_HEART:3",
"A3": "METAL_HEART:3",
"B1": "",
"B2": "LIVING_METAL:32",
"B3": "",
"C1": "LIVING_METAL:32",
"C2": "LIVING_METAL:32",
"C3": "LIVING_METAL:32"
},
"internalname": "LIVING_METAL_ANVIL",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"crafttext": "Requires: Living Metal Heart II",
"infoType": ""
}
|