diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-25 12:04:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 12:04:51 +1000 |
commit | d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b (patch) | |
tree | 4ebdee3ea2ffa5e1b24452b04544777ed4e833c1 /items/AUGER_ROD.json | |
parent | bc80482821e6f94b9e538a7717526bccd687fc33 (diff) | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.gz NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.bz2 NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.zip |
Merge pull request #259 from IRONM00N/master
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" |