1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"itemid": "minecraft:fishing_rod",
"displayname": "§fFishing Rod",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFishing Rod\"},ExtraAttributes:{id:\"FISHING_ROD\"}}",
"damage": 0,
"lore": [
"§f§lCOMMON"
],
"internalname": "FISHING_ROD",
"modver": "1.3-REL",
"vanilla": true,
"clickcommand": "viewrecipe",
"recipe": {
"A1": "",
"A2": "",
"A3": "STICK:1",
"B1": "",
"B2": "STICK:1",
"B3": "STRING:1",
"C1": "STICK:1",
"C2": "",
"C3": "STRING:1"
}
}
|