From 19d37551d8523b8d0463b9c5d22aeebb662676b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:50:32 +0200 Subject: New Nether Stuff (#718) * New Stuff * i hate timestamps * god * Abi abi * mood * Hello, can someone send me money please * bingo * workflow hello --- items/DYE_AQUAMARINE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/DYE_AQUAMARINE.json (limited to 'items/DYE_AQUAMARINE.json') diff --git a/items/DYE_AQUAMARINE.json b/items/DYE_AQUAMARINE.json new file mode 100644 index 00000000..0eb2c425 --- /dev/null +++ b/items/DYE_AQUAMARINE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Aquamarine 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: §b#7FFFD4\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Aquamarine Dye\"},ExtraAttributes:{id:\"DYE_AQUAMARINE\"}}", + "damage": 12, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §b#7FFFD4", + "", + "§5§lEPIC" + ], + "internalname": "DYE_AQUAMARINE", + "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