From a89501290622d907baee921f1b45c069a1111c98 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:34:32 +0200 Subject: feat: Secret Dye (#1316) --- constants/dyes.json | 2 +- items/DYE_SECRET.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 items/DYE_SECRET.json diff --git a/constants/dyes.json b/constants/dyes.json index 47a8ab3e..221871d7 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -529,7 +529,7 @@ "DYE_PELT": "#50414C", "Periwinkle Dye": "#CCCCFF", "Sangria Dye": "#D40808", - "Secret Dye": "#7D7D7D" + "DYE_SECRET": "#7D7D7D" }, "vanilla": { "INK_SACK": "#191919", diff --git a/items/DYE_SECRET.json b/items/DYE_SECRET.json new file mode 100644 index 00000000..733f1adb --- /dev/null +++ b/items/DYE_SECRET.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7Secret Dye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7039b5e9-03c1-3dfc-abf7-235a1417c3c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNjk2Mjk4MjU5OSwKICAicHJvZmlsZUlkIiA6ICJkNmM2ZGYwOThiZDc0YmQzODEyMzkwZDY5MDUyNjI5MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbmtvZ25pdG8zMzgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVhYTFkYTBlN2JlOWIyOTQ3YTNhZDYxNDFkYTdjNDc0ZTIzN2M2ZTg4MTUzNmIwMTAxMzkyYzZhZWJlMzllMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of an armor piece\",3:\"§7to §7#7D7D7D§7!\",4:\"\",5:\"§6§lLEGENDARY DYE\"],Name:\"§7Secret Dye\"},ExtraAttributes:{id:\"DYE_SECRET\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of an armor piece", + "§7to §7#7D7D7D§7!", + "", + "§6§lLEGENDARY DYE" + ], + "internalname": "DYE_SECRET", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit