From 08dbaee33fae02757cef77e4a8e0f53d6ccaf9ce Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 19 Mar 2022 21:14:51 +0100 Subject: estrogen (#702) --- items/DYE_BRICK_RED.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/DYE_BRICK_RED.json (limited to 'items/DYE_BRICK_RED.json') diff --git a/items/DYE_BRICK_RED.json b/items/DYE_BRICK_RED.json new file mode 100644 index 00000000..e8aba3e8 --- /dev/null +++ b/items/DYE_BRICK_RED.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Brick Red 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: §c#CB4154\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Brick Red Dye\"},ExtraAttributes:{id:\"DYE_BRICK_RED\"}}", + "damage": 1, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §c#CB4154", + "", + "§5§lEPIC" + ], + "internalname": "DYE_BRICK_RED", + "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