From 4597dd3ecac15a88e67a93073ea160260d101960 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 3 Mar 2022 04:55:39 +0100 Subject: HI IRON (#694) --- items/DYE_NECRON.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/DYE_NECRON.json (limited to 'items/DYE_NECRON.json') diff --git a/items/DYE_NECRON.json b/items/DYE_NECRON.json new file mode 100644 index 00000000..45ff594e --- /dev/null +++ b/items/DYE_NECRON.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§6Necron Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#E7413C\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}", + "damage": 14, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §6#E7413C", + "", + "§6§lLEGENDARY" + ], + "internalname": "DYE_NECRON", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +} \ No newline at end of file -- cgit