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_GEM.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_GEM.json')
-rw-r--r-- | items/REAPER_GEM.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/REAPER_GEM.json b/items/REAPER_GEM.json new file mode 100644 index 00000000..1197668d --- /dev/null +++ b/items/REAPER_GEM.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Reaper Gem", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d9a86a38-3529-3e9f-b956-392dd5a77197\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIwNTVjODEwYmRkZmQxNjI2NGVjOGQ0MzljNDMyODNlMzViY2E3MWE1MDk4M2UxNWUzNjRjZDhhYjdjNjY4ZiJ9fX0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Gain §c8⫽ Ferocity §7for 5s on\",8:\"§7kill\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§6§lLEGENDARY PET ITEM\"],Name:\"§6Reaper Gem\"},ExtraAttributes:{id:\"REAPER_GEM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Gain §c8⫽ Ferocity §7for 5s on", + "§7kill", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§6§lLEGENDARY PET ITEM" + ], + "internalname": "REAPER_GEM", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |