diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-13 16:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:40:59 -0500 |
commit | 69d3d1f27183d2354aff3a648b9ee29494194e71 (patch) | |
tree | 88f7173ca0afd69a5381e56c27975252a137bd5b /items/WAND_OF_MENDING.json | |
parent | 1cb5cf86be020b338722e76a1c50413f5f31212d (diff) | |
download | NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.gz NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.bz2 NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.zip |
Added Things, fixed Things (#355)
* Added Wiki Links, fixed Lion and Undead Bow
* Added new Enchants
* Added Zombie Slayer Text Req.
* Added Wolf Req.
* Added Spider Slayer Text Req.
Diffstat (limited to 'items/WAND_OF_MENDING.json')
-rw-r--r-- | items/WAND_OF_MENDING.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/WAND_OF_MENDING.json b/items/WAND_OF_MENDING.json index e7a11632..76e50711 100644 --- a/items/WAND_OF_MENDING.json +++ b/items/WAND_OF_MENDING.json @@ -1,15 +1,16 @@ { "itemid": "minecraft:stick", "displayname": "§9Wand of Mending", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Medium Heal §e§lRIGHT CLICK\",1:\"§7Heal §c30❤§7/s for 7s.\",2:\"§7§8Wand heals don't stack.\",3:\"§8Mana Cost: §380\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§9§lRARE WAND\"],Name:\"§9Wand of Mending\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"WAND_OF_MENDING\",uuid:\"2bac1b49-8e70-4ee5-bc57-7db2180bc87c\",timestamp:\"10/26/19 8:26 AM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Medium Heal §e§lRIGHT CLICK\",1:\"§7Heal §c30❤§7/s for 7s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §380\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 3\",7:\"§9§lRARE WAND\"],Name:\"§9Wand of Mending\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"WAND_OF_MENDING\",uuid:\"2bac1b49-8e70-4ee5-bc57-7db2180bc87c\"}}", "damage": 0, "lore": [ "§6Item Ability: Medium Heal §e§lRIGHT CLICK", "§7Heal §c30❤§7/s for 7s.", - "§7§8Wand heals don't stack.", + "§7§8Wand heals don\u0027t stack.", "§8Mana Cost: §380", "§8Cooldown: §a1s", "", + "§7§4☠ §cRequires §5Zombie Slayer 3", "§9§lRARE WAND" ], "recipe": { @@ -26,9 +27,10 @@ "slayer_req": "ZOMBIE_3", "internalname": "WAND_OF_MENDING", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wand_of_Mending" - ] -}
\ No newline at end of file + ], + "crafttext": "" +} |