diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 11:37:00 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 11:37:00 -0400 |
commit | 580fdc5347fe4a61525e9fb22fde310f5db7182d (patch) | |
tree | 492b72491a8519df6c0a15a387b17a67e59607b8 /items/AUGER_ROD.json | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-580fdc5347fe4a61525e9fb22fde310f5db7182d.tar.gz NotEnoughUpdates-REPO-580fdc5347fe4a61525e9fb22fde310f5db7182d.tar.bz2 NotEnoughUpdates-REPO-580fdc5347fe4a61525e9fb22fde310f5db7182d.zip |
Fixed Auger Rod and Sponge Armor
Diffstat (limited to 'items/AUGER_ROD.json')
-rw-r--r-- | items/AUGER_ROD.json | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/items/AUGER_ROD.json b/items/AUGER_ROD.json index 9c9a0e11..088de0a4 100644 --- a/items/AUGER_ROD.json +++ b/items/AUGER_ROD.json @@ -1,17 +1,11 @@ { "itemid": "minecraft:fishing_rod", - "displayname": "§5Salty Auger Rod", - "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Sea Creature Chance: §c+9% §8(Salty +3%)\",2:\"\",3:\"§9Angler VI, §9Blessing V\",4:\"§9Caster VI, §9Frail VI\",5:\"§9Looting IV, §9Luck of the Sea VI\",6:\"§9Lure VI, §9Magnet VI\",7:\"§9Spiked Hook VI, §9Telekinesis I\",8:\"\",9:\"§7Breaks nearby ice blocks where\",10:\"§7it lands.\",11:\"\",12:\"§7Triples the chance of the sea\",13:\"§7creatures that you spawn to be\",14:\"§7winter sea creatures.\",15:\"\",16:\"§7Increases fishing speed by §950%\",17:\"\",18:\"§5§lEPIC FISHING ROD\"],Name:\"§5Salty Auger Rod\"},ExtraAttributes:{modifier:\"salty\",id:\"AUGER_ROD\",enchantments:{caster:6,spiked_hook:6,looting:4,frail:6,angler:6,telekinesis:1,luck_of_the_sea:6,magnet:6,lure:6,blessing:5},anvil_uses:1}}", + "displayname": "§5Auger Rod", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Sea Creature Chance: §c+6%\",2:\"\",3:\"§7Breaks nearby ice blocks where\",4:\"§7it lands.\",5:\"\",6:\"§7Triples the chance of the sea\",7:\"§7creatures that you spawn to be\",8:\"§7winter sea creatures.\",9:\"\",10:\"§7Increases fishing speed by §950%\",11:\"\",12:\"§5§lEPIC FISHING ROD\"],Name:\"§5Auger Rod\"},ExtraAttributes:{modifier:\"salty\",id:\"AUGER_ROD\",anvil_uses:1}}", "damage": 0, "lore": [ "§7Damage: §c+80", - "§7Sea Creature Chance: §c+9% §8(Salty +3%)", - "", - "§9Angler VI, §9Blessing V", - "§9Caster VI, §9Frail VI", - "§9Looting IV, §9Luck of the Sea VI", - "§9Lure VI, §9Magnet VI", - "§9Spiked Hook VI, §9Telekinesis I", + "§7Sea Creature Chance: §c+6%", "", "§7Breaks nearby ice blocks where", "§7it lands.", @@ -37,7 +31,7 @@ }, "internalname": "AUGER_ROD", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Auger_Rod" |