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/UNDEAD_BOW.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/UNDEAD_BOW.json')
-rw-r--r-- | items/UNDEAD_BOW.json | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/items/UNDEAD_BOW.json b/items/UNDEAD_BOW.json index 10c5badf..89e6e70b 100644 --- a/items/UNDEAD_BOW.json +++ b/items/UNDEAD_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§9Undead Bow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Damage: §c+80\",2:\"\",3:\"§7Deals §a+100% §7damage to\",4:\"§7§aUndead monsters§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON BOW\",9:\"\",10:\"§7Cost\",11:\"§680,000 Coins\",12:\"\",13:\"§eClick to trade!\"],Name:\"§9Undead Bow\"},ExtraAttributes:{id:\"UNDEAD_BOW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Damage: §c+80\",2:\"\",3:\"§7Deals §a+100% §7damage to\",4:\"§7§aUndead monsters§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Undead Bow\"},ExtraAttributes:{id:\"UNDEAD_BOW\"}}", "damage": 0, "lore": [ "§7Gear Score: §d80", @@ -12,17 +12,12 @@ "", "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§9§lRARE DUNGEON BOW", - "", - "§7Cost", - "§680,000 Coins", - "", - "§eClick to trade!" + "§9§lRARE DUNGEON BOW" ], "internalname": "UNDEAD_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Undead_Bow" |