diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-11 18:23:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 16:23:24 +0000 |
commit | 687c62848e374034c9bd7aae5020991c613a9c82 (patch) | |
tree | a6eb6c00030e60348449e1e8150e3c0894df5062 | |
parent | 7e67c37ce92cf8a7be4cf09ce594fda148dbffc9 (diff) | |
download | NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.gz NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.bz2 NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.zip |
feat: Portal Dye (#1284)
-rw-r--r-- | constants/dyes.json | 104 | ||||
-rw-r--r-- | items/DYE_PORTAL.json | 19 |
2 files changed, 122 insertions, 1 deletions
diff --git a/constants/dyes.json b/constants/dyes.json index 901c9d3b..3a0dd32c 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -193,6 +193,108 @@ "#034150", "#034150", "#034150" + ], + "DYE_PORTAL": [ + "#5909c1", + "#5909c1", + "#5909c1", + "#560aba", + "#560aba", + "#520cb1", + "#4d0da7", + "#490f9c", + "#440f92", + "#3f0f8a", + "#3c1081", + "#38107b", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#371078", + "#390f7c", + "#3a1080", + "#3c0f85", + "#3e0e8c", + "#400d92", + "#430b9a", + "#450aa1", + "#4909a8", + "#4c08af", + "#5107b5", + "#5608bc", + "#5c0ac1", + "#620dc5", + "#680fc9", + "#6f12ce", + "#7814d1", + "#8117d5", + "#8a18d9", + "#9419dc", + "#9e1adf", + "#a71ae3", + "#b01ae5", + "#b919e7", + "#c117ea", + "#c816ec", + "#cf14ef", + "#cf14ef", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#d412f0", + "#cf14ef", + "#cf14ef", + "#c816ec", + "#c117ea", + "#b919e7", + "#b01ae5", + "#a71ae3", + "#9e1adf", + "#9419dc", + "#8a18d9", + "#8117d5", + "#7814d1", + "#6f12ce", + "#680fc9", + "#620dc5", + "#5c0ac1", + "#5608bc", + "#5107b5", + "#4c08af", + "#4909a8", + "#450aa1", + "#430b9a", + "#400d92", + "#3e0e8c", + "#3c0f85", + "#3a1080", + "#390f7c", + "#371078", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#361076", + "#38107b", + "#3c1081", + "#3f0f8a", + "#440f92", + "#490f9c", + "#4d0da7", + "#520cb1", + "#560aba", + "#560aba", + "#5909c1", + "#5909c1", + "#5909c1" ] }, "static": { @@ -224,4 +326,4 @@ "DYE_PURE_WHITE": "#FFFFFF", "DYE_PURE_BLACK": "#000000" } -} +}
\ No newline at end of file diff --git a/items/DYE_PORTAL.json b/items/DYE_PORTAL.json new file mode 100644 index 00000000..2c8ac431 --- /dev/null +++ b/items/DYE_PORTAL.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dPortal Dye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"85cbab99-31c2-397e-8e58-566805da1219\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxODQyMzAwNjE5MSwKICAicHJvZmlsZUlkIiA6ICIwNTljODIxYzhhODU0NGJiOWJiODVhOGMxNjVhYTc5YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJoZWxsc3RydWNrZWR6IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYyMmYzZTRlNWFlMDYzOWQxZDJkZGFmYmU2OTMyM2RmZTdmOGE5MDhkZTQ1ODIyYjE3MDlhMzQ1ODg1MDk1OGEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Animates the color of an armor piece\",3:\"§7between §5#5909C1§7 and §5#D412F0§7!\",4:\"\",5:\"§d§lMYTHIC\"],Name:\"§dPortal Dye\"},ExtraAttributes:{id:\"DYE_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Animates the color of an armor piece", + "§7between §5#5909C1§7 and §5#D412F0§7!", + "", + "§d§lMYTHIC" + ], + "internalname": "DYE_PORTAL", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |