diff options
Diffstat (limited to 'items/FISHING_ROD.json')
-rw-r--r-- | items/FISHING_ROD.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/items/FISHING_ROD.json b/items/FISHING_ROD.json index 201ba7f4..0fef9634 100644 --- a/items/FISHING_ROD.json +++ b/items/FISHING_ROD.json @@ -1,13 +1,17 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fFishing Rod", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFishing Rod\"},ExtraAttributes:{id:\"FISHING_ROD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"§7Stength: §c+5\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§f§lCOMMON ROD\"],Name:\"§fFishing Rod\"},ExtraAttributes:{id:\"FISHING_ROD\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+15", + "§7Stength: §c+5", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ROD" ], "internalname": "FISHING_ROD", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +24,7 @@ "C1": "STICK:1", "C2": "", "C3": "STRING:1" - } + }, + "crafttext": "", + "infoType": "" }
\ No newline at end of file |