diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-07 13:35:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 12:35:37 +0000 |
commit | cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d (patch) | |
tree | e410ac920b894d8357d50866cc65e905dcfa4f2c /items/ENDER_BOW.json | |
parent | 2a96214078ad0f1826d94b21bf4ce433b0e6ebe3 (diff) | |
download | NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.gz NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.bz2 NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.zip |
Removed recipes from books, fixed some other shit, added item and npc's (#1101)
Diffstat (limited to 'items/ENDER_BOW.json')
-rw-r--r-- | items/ENDER_BOW.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/ENDER_BOW.json b/items/ENDER_BOW.json index d26440bc..5abd0ef5 100644 --- a/items/ENDER_BOW.json +++ b/items/ENDER_BOW.json @@ -1,19 +1,18 @@ { "itemid": "minecraft:bow", "displayname": "§9Ender Bow", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"\",2:\"§6Ability: Ender Warp §e§lLEFT CLICK\",3:\"§7Shoots an Ender Pearl. Upon\",4:\"§7landing you deal damage to all\",5:\"§7Monsters in a §a8.0§7 block\",6:\"§7radius for §a10.0%§7 of their\",7:\"§7§c❤ Health§7.\",8:\"§8Mana Cost: §350\",9:\"§8Cooldown: §a45s\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE BOW\"],Name:\"§9Ender Bow\"},ExtraAttributes:{id:\"ENDER_BOW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"\",2:\"§6Ability: Ender Warp §e§lLEFT CLICK\",3:\"§7Shoots an Ender Pearl. Upon landing\",4:\"§7you deal damage to all Monsters in a\",5:\"§7§a8§7 block radius for §a10%§7 of their §c❤\",6:\"§cHealth§7.\",7:\"§8Mana Cost: §350\",8:\"§8Cooldown: §a5s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOW\"],Name:\"§9Ender Bow\"},ExtraAttributes:{id:\"ENDER_BOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+60", "", - "§6Ability: Ender Warp §e§lLEFT CLICK", - "§7Shoots an Ender Pearl. Upon", - "§7landing you deal damage to all", - "§7Monsters in a §a8.0§7 block", - "§7radius for §a10.0%§7 of their", - "§7§c❤ Health§7.", + "§6Ability: Ender Warp §e§lLEFT CLICK", + "§7Shoots an Ender Pearl. Upon landing", + "§7you deal damage to all Monsters in a", + "§7§a8§7 block radius for §a10%§7 of their §c❤", + "§cHealth§7.", "§8Mana Cost: §350", - "§8Cooldown: §a45s", + "§8Cooldown: §a5s", "", "§7§8This item can be reforged!", "§9§lRARE BOW" @@ -31,7 +30,7 @@ }, "internalname": "ENDER_BOW", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Bow", |