diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-12 23:34:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 21:34:32 +0000 |
| commit | a89501290622d907baee921f1b45c069a1111c98 (patch) | |
| tree | 0beeb2b9046fe4a91719270e58b46ba996580223 | |
| parent | bcbe605535d4fa0d799d91756bcde2817461646e (diff) | |
| download | NotEnoughUpdates-REPO-a89501290622d907baee921f1b45c069a1111c98.tar.gz NotEnoughUpdates-REPO-a89501290622d907baee921f1b45c069a1111c98.tar.bz2 NotEnoughUpdates-REPO-a89501290622d907baee921f1b45c069a1111c98.zip | |
feat: Secret Dye (#1316)
| -rw-r--r-- | constants/dyes.json | 2 | ||||
| -rw-r--r-- | items/DYE_SECRET.json | 19 |
2 files changed, 20 insertions, 1 deletions
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 |
