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/WOLF_FUR_MIXIN.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/WOLF_FUR_MIXIN.json (limited to 'items/WOLF_FUR_MIXIN.json') diff --git a/items/WOLF_FUR_MIXIN.json b/items/WOLF_FUR_MIXIN.json new file mode 100644 index 00000000..0934fc25 --- /dev/null +++ b/items/WOLF_FUR_MIXIN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Wolf Fur Mixin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"621d3979-1bbe-3207-a3f0-5879616cad06\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTk1MjMxMTQ3MTg5YWM0YjlmNTM0ODdjZTM1YmEwMjA1YmYzNzdmMzk4NmMwZTVjZWI5NDJlNzdmMWMzOWNjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §b7✯ Magic Find §7when\",9:\"§7slaying monsters in one\",10:\"§7hit!\",11:\"\",12:\"§7§4☠ §cRequires §5Wolf Slayer 8\",13:\"§9§lRARE\"],Name:\"§9Wolf Fur Mixin\"},ExtraAttributes:{id:\"WOLF_FUR_MIXIN\"}}", + "damage": 3, + "lore": [ + "§8Brewing Ingredient", + "", + "§7§7Mixins provide a buff", + "§7that can be added to §cGod", + "§cPotions §7in a brewing", + "§7stand and lasts for the", + "§7full duration.", + "", + "§7Gain §b7✯ Magic Find §7when", + "§7slaying monsters in one", + "§7hit!", + "", + "§7§4☠ §cRequires §5Wolf Slayer 8", + "§9§lRARE" + ], + "internalname": "WOLF_FUR_MIXIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info" : [ + "https://hypixel-skyblock.fandom.com/wiki/Mixins" + ] +} \ No newline at end of file -- cgit