diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-28 17:43:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 11:43:47 -0500 |
commit | b065711971876d166005d3541c6b06519fc2a263 (patch) | |
tree | 6010a63abab65dd161495ba0575146bff0508d9a /items/FARMER_ROD.json | |
parent | e497af8e248faef6bd7b81414747ac0d53cb8aa3 (diff) | |
download | NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.tar.gz NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.tar.bz2 NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.zip |
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
Diffstat (limited to 'items/FARMER_ROD.json')
-rw-r--r-- | items/FARMER_ROD.json | 5 |
1 files changed, 3 insertions, 2 deletions
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": [ |