From b065711971876d166005d3541c6b06519fc2a263 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 28 Jan 2021 17:43:47 +0100 Subject: Fixed Things and added Things (#379) * Fixed Tara and Oak Minion ( WTF ) * Fixed Bat (FINALLY AND WTF) and "fixed" Dolphin and Zombie * Added Fishing LVL Reqs (:slight_smile:) * Updated Beacon * Fixed 2 Fairy Souls * Forgot NBT Tag uups --- items/FARMER_ROD.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/FARMER_ROD.json') diff --git a/items/FARMER_ROD.json b/items/FARMER_ROD.json index dd3b6cfe..a69ffbf4 100644 --- a/items/FARMER_ROD.json +++ b/items/FARMER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aFarmer\u0027s Rod", - "nbttag": "{Unbreakable:1,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:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"FARMER_ROD\",uuid:\"05519ae3-0464-4c95-b4eb-69864fdbff01\",timestamp:\"7/5/20 12:42 PM\"}}", + "nbttag": "{Unbreakable:1,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:\"§4❣ §cRequires §aFishing Skill 8\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"FARMER_ROD\",uuid:\"05519ae3-0464-4c95-b4eb-69864fdbff01\"}}", "damage": 0, "lore": [ "§7Damage: §c+45", @@ -11,6 +11,7 @@ "§7Increases fishing speed by §940%", "", "§7§8This item can be reforged!", + "§4❣ §cRequires §aFishing Skill 8", "§a§lUNCOMMON FISHING ROD" ], "recipe": { @@ -26,7 +27,7 @@ }, "internalname": "FARMER_ROD", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "Requires: Clay V", "infoType": "WIKI_URL", "info": [ -- cgit