From 0fc21e2afa29be0add898361be3739a3eb19900c Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Fri, 12 Mar 2021 15:01:49 +0100 Subject: 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 --- items/REAPER_GEM.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/REAPER_GEM.json (limited to 'items/REAPER_GEM.json') 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 -- cgit