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/THORNS_BOOTS.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/THORNS_BOOTS.json')
-rw-r--r-- | items/THORNS_BOOTS.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/THORNS_BOOTS.json b/items/THORNS_BOOTS.json index 255e82da..d01d968d 100644 --- a/items/THORNS_BOOTS.json +++ b/items/THORNS_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Spirit Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Health: §a+150 HP\",4:\"§7Defense: §a+50\",5:\"§7Speed: §a+25\",6:\"§7Intelligence: §a+50\",7:\"\",8:\"§6Item Ability: Spirit Glide\",9:\"§7Double jump to fly around as a\",10:\"§7spirit.\",11:\"§8Mana Cost: §3250\",12:\"§8Cooldown: §a60s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Health: §a+150 HP\",4:\"§7Defense: §a+50\",5:\"§7Speed: §a+25\",6:\"§7Intelligence: §a+50\",7:\"\",8:\"§6Ability: Spirit Glide\",9:\"§7Double jump to fly around as a\",10:\"§7spirit.\",11:\"§8Mana Cost: §3250\",12:\"§8Cooldown: §a60s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d330", @@ -12,7 +12,7 @@ "§7Speed: §a+25", "§7Intelligence: §a+50", "", - "§6Item Ability: Spirit Glide", + "§6Ability: Spirit Glide", "§7Double jump to fly around as a", "§7spirit.", "§8Mana Cost: §3250", @@ -26,7 +26,7 @@ "internalname": "THORNS_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Boots" |