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/REVENANT_GENERATOR_12.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/REVENANT_GENERATOR_12.json (limited to 'items/REVENANT_GENERATOR_12.json') diff --git a/items/REVENANT_GENERATOR_12.json b/items/REVENANT_GENERATOR_12.json new file mode 100644 index 00000000..53d6327b --- /dev/null +++ b/items/REVENANT_GENERATOR_12.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Revenant Minion XII", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b22f77c8-1454-392b-8c35-0e0b3d415499\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg1MzgxNzcxMTMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EzZGNlODU1NTkyMzU1OGQ4ZDc0YzJhMmIyNjFiMmIyZDYzMDU1OWRiNTRlZjk3ZWQzZjljMzBlOWEyMGFiYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and struggling\",2:\"§7with Revenants! Minions also\",3:\"§7work when you are offline!\",4:\"\",5:\"§7Time Between Actions: §a8s\",6:\"§7Max Storage: §e960\",7:\"§7§4☠ §cRequires §5Zombie Slayer 9\"],Name:\"§9Revenant Minion XII\"},ExtraAttributes:{id:\"REVENANT_GENERATOR_12\",generator_tier:12}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and struggling", + "§7with Revenants! Minions also", + "§7work when you are offline!", + "", + "§7Time Between Actions: §a8s", + "§7Max Storage: §e960", + "§7§4☠ §cRequires §5Zombie Slayer 9" + ], + "internalname": "REVENANT_GENERATOR_12", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info" : [ + "https://hypixel-skyblock.fandom.com/wiki/Revenant_Minion" + ] +} \ No newline at end of file -- cgit