From 88310a174871a22216cd17270d5d2e307413f5ad Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:43:53 +0200 Subject: Mobs Part 3 and fixes (#457) * Item Things (Fixes and Updates) * Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs --- items/POTATO_CROWN.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/POTATO_CROWN.json (limited to 'items/POTATO_CROWN.json') diff --git a/items/POTATO_CROWN.json b/items/POTATO_CROWN.json new file mode 100644 index 00000000..97b00f07 --- /dev/null +++ b/items/POTATO_CROWN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:golden_helmet", + "displayname": "§f§f§6Potato Crown", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Speed: §a+1\",1:\"\",2:\"§6Item Ability: Potato King\",3:\"§7Bestowed by Hypixel to the\",4:\"§7winner of the Great Potato War.\",5:\"\",6:\"§dAll mean can see the tactics\",7:\"§dwhereby I conquer, but what none\",8:\"§dcan see is the strategy out \",9:\"§dwhich victory is evolved.\",10:\"§8- Sun Tzu, The Art of War\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Potato Crown\"},ExtraAttributes:{id:\"POTATO_CROWN\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Speed: §a+1", + "", + "§6Item Ability: Potato King", + "§7Bestowed by Hypixel to the", + "§7winner of the Great Potato War.", + "", + "§dAll mean can see the tactics", + "§dwhereby I conquer, but what none", + "§dcan see is the strategy out ", + "§dwhich victory is evolved.", + "§8- Sun Tzu, The Art of War", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "internalname": "POTATO_CROWN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Potato_Crown" + ] +} \ No newline at end of file -- cgit