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
|
{
"itemid": "minecraft:fishing_rod",
"displayname": "§aFarmer\u0027s Rod",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"\",2:\"§7Chance to fish up farm animals!\",3:\"\",4:\"§7Increases fishing speed by §940%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{id:\"FARMER_ROD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+45",
"",
"§7Chance to fish up farm animals!",
"",
"§7Increases fishing speed by §940%",
"",
"§7§8This item can be reforged!",
"§a§lUNCOMMON FISHING ROD"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "ENCHANTED_CLAY_BALL:1",
"B1": "",
"B2": "HAY_BLOCK:32",
"B3": "STRING:1",
"C1": "HAY_BLOCK:32",
"C2": "",
"C3": "STRING:1"
},
"internalname": "FARMER_ROD",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"crafttext": "Requires: Clay V"
}
|