diff options
author | Eejit <76887639+Eejit43@users.noreply.github.com> | 2021-09-11 15:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:16:58 -0400 |
commit | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (patch) | |
tree | c903b46c0962d15494f24c9f4b95f2a8d99ec8d2 /items/SPIDER_SWORD.json | |
parent | 50fa5f2187e7cfed3664556bdde9509a7cdc203f (diff) | |
download | NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.gz NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.bz2 NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.zip |
A couple of minor fixes (#612)
* A couple of minor fixes
Hunter Ring recipe was changed, Squid Boots stats were modified
* Whoops forgot to remove uuids and timestamps
* I left a stray comma... whoops!
* Updating Salmon Armor (New) stats
* Updating starred Last Breath crit damage
* Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor)
* Updating Melody's Hair name
* Removed reforge
* Tooltip fixes (extra lines)
* Updating Pioneer Pickaxe
* Updating lore of special Weaponsmith items
* Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond)
Diffstat (limited to 'items/SPIDER_SWORD.json')
-rw-r--r-- | items/SPIDER_SWORD.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/SPIDER_SWORD.json b/items/SPIDER_SWORD.json index b7af92d8..824e03c1 100644 --- a/items/SPIDER_SWORD.json +++ b/items/SPIDER_SWORD.json @@ -1,18 +1,19 @@ { "itemid": "minecraft:iron_sword", "displayname": "§fSpider Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Deals §a+100% §7damage to §7Cave\",3:\"§7Spiders§7, §7Spiders§7, and\",4:\"§7§7Silverfish§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON SWORD\"],Name:\"§fSpider Sword\"},ExtraAttributes:{id:\"SPIDER_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Deals §a+100% §7damage to\",3:\"§7§7Spiders§7, §7Cave Spiders§7,\",4:\"§7and §7Silverfish§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON SWORD\"],Name:\"§fSpider Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"SPIDER_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+30", "", - "§7Deals §a+100% §7damage to §7Cave", - "§7Spiders§7, §7Spiders§7, and", - "§7§7Silverfish§7.", + "§7Deals §a+100% §7damage to", + "§7§7Spiders§7, §7Cave Spiders§7,", + "§7and §7Silverfish§7.", "", "§7§8This item can be reforged!", "§f§lCOMMON SWORD" ], + "internalname": "SPIDER_SWORD", "recipe": { "A1": "", "A2": "SPIDER_EYE:1", @@ -24,9 +25,8 @@ "C2": "STICK:1", "C3": "" }, - "internalname": "SPIDER_SWORD", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spider_Sword" |