diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-24 14:20:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 13:20:12 +0000 |
commit | 4c4b12779f97970ec7f633b9dc77de3efe880e8a (patch) | |
tree | efe466dc43505e601979efe7dec609576dcf2837 /items/REAPER_ORB.json | |
parent | 3012c9f3a5de983490c37862967895f51aa85478 (diff) | |
download | NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.tar.gz NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.tar.bz2 NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.zip |
Added Locked Box and fixed 2 lores (#1140)
Diffstat (limited to 'items/REAPER_ORB.json')
-rw-r--r-- | items/REAPER_ORB.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/items/REAPER_ORB.json b/items/REAPER_ORB.json index 28baa2ba..d5785e40 100644 --- a/items/REAPER_ORB.json +++ b/items/REAPER_ORB.json @@ -1,13 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§6Reaper Orb", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2699be2-a9e4-3771-8166-e1d80cd62cd6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E3Y2RhOTAwNGZjMTk3ZDY2YWZiYzJiMDAzYTViOWVmMTNjZjQ2MDBiMWZjNzQ5MDA2NzU5MGYwNDcxODFlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7§7Gain a stack of §c2❁\",2:\"§cStrength §7for every mob\",3:\"§7killed in the last §a5\",4:\"§a§7seconds.\",5:\"\",6:\"§7§4☠ §cRequires §5Zombie Slayer 8§c.\",7:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Reaper Orb\"},ExtraAttributes:{id:\"REAPER_ORB\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a2699be2-a9e4-3771-8166-e1d80cd62cd6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E3Y2RhOTAwNGZjMTk3ZDY2YWZiYzJiMDAzYTViOWVmMTNjZjQ2MDBiMWZjNzQ5MDA2NzU5MGYwNDcxODFlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7Gain a stack of §c2❁ Strength §7for\",1:\"§7every mob killed in the last §a5\",2:\"§a§7seconds.\",3:\"\",4:\"§7§4☠ §cRequires §5Zombie Slayer 8§c.\",5:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Reaper Orb\"},ExtraAttributes:{id:\"REAPER_ORB\"}}", "damage": 3, "lore": [ - "", - "§7§7Gain a stack of §c2❁", - "§cStrength §7for every mob", - "§7killed in the last §a5", + "§7§7Gain a stack of §c2❁ Strength §7for", + "§7every mob killed in the last §a5", "§a§7seconds.", "", "§7§4☠ §cRequires §5Zombie Slayer 8§c.", |