diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/REAPER_ORB.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/REAPER_ORB.json')
-rw-r--r-- | items/REAPER_ORB.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/REAPER_ORB.json b/items/REAPER_ORB.json new file mode 100644 index 00000000..cfdef6af --- /dev/null +++ b/items/REAPER_ORB.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Reaper Orb", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2699be2-a9e4-3771-8166-e1d80cd62cd6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E3Y2RhOTAwNGZjMTk3ZDY2YWZiYzJiMDAzYTViOWVmMTNjZjQ2MDBiMWZjNzQ5MDA2NzU5MGYwNDcxODFlIn19fQ==\"}]}},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§8This item can be reforged!\",7:\"§7§4☠ §cRequires §5Zombie Slayer 8\",8:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Reaper Orb\"},ExtraAttributes:{id:\"REAPER_ORB\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "", + "§7§7Gain a stack of §c2❁", + "§cStrength §7for every mob", + "§7killed in the last §a5", + "§a§7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Zombie Slayer 8", + "§6§lLEGENDARY ACCESSORY" + ], + "recipe": { + "A1": "SCYTHE_BLADE:1", + "A2": "SCYTHE_BLADE:1", + "A3": "SCYTHE_BLADE:1", + "B1": "SCYTHE_BLADE:1", + "B2": "", + "B3": "SCYTHE_BLADE:1", + "C1": "SCYTHE_BLADE:1", + "C2": "SCYTHE_BLADE:1", + "C3": "SCYTHE_BLADE:1" + }, + "internalname": "REAPER_ORB", + "crafttext": "Requires Zombie Slayer 8", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Reaper_Orb" + ] +}
\ No newline at end of file |