diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 02:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:39:44 -0400 |
commit | f96b9092419d9fd473ae628605a48c48dec98dfb (patch) | |
tree | 5d1ed07956c25d62f22a57a91b65e3f454587bee /items/END_STONE_SWORD.json | |
parent | 1f41028eda3e91bd88426c8defe5137dd1a0eb9c (diff) | |
download | NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.gz NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.bz2 NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.zip |
YEP - Fixing Hypixels Stupid Shit (#594)
* YEP
* Fixing Smarty Pants Enchant
* Fixing other Hypixel Shit
Diffstat (limited to 'items/END_STONE_SWORD.json')
-rw-r--r-- | items/END_STONE_SWORD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/END_STONE_SWORD.json b/items/END_STONE_SWORD.json index 35494f61..d0df538f 100644 --- a/items/END_STONE_SWORD.json +++ b/items/END_STONE_SWORD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5End Stone Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+80\",2:\"\",3:\"§6Item Ability: Extreme Focus §e§lRIGHT CLICK\",4:\"§7Consumes all your remaining mana\",5:\"§7to grant Damage Resistance for\",6:\"§7§a5§7 seconds and extra damage\",7:\"§7on your next hit (within 5\",8:\"§7seconds) depending on how much\",9:\"§7mana was consumed!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC SWORD\"],Name:\"§5End Stone Sword\"},ExtraAttributes:{id:\"END_STONE_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+80\",2:\"\",3:\"§6Ability: Extreme Focus §e§lRIGHT CLICK\",4:\"§7Consumes all your remaining mana\",5:\"§7to grant Damage Resistance for\",6:\"§7§a5§7 seconds and extra damage\",7:\"§7on your next hit (within 5\",8:\"§7seconds) depending on how much\",9:\"§7mana was consumed!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC SWORD\"],Name:\"§5End Stone Sword\"},ExtraAttributes:{id:\"END_STONE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+120", "§7Strength: §c+80", "", - "§6Item Ability: Extreme Focus §e§lRIGHT CLICK", + "§6Ability: Extreme Focus §e§lRIGHT CLICK", "§7Consumes all your remaining mana", "§7to grant Damage Resistance for", "§7§a5§7 seconds and extra damage", @@ -31,7 +31,7 @@ }, "internalname": "END_STONE_SWORD", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/End_Stone_Sword" |