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 /items | |
parent | 7e67c37ce92cf8a7be4cf09ce594fda148dbffc9 (diff) | |
download | NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.gz NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.tar.bz2 NotEnoughUpdates-REPO-687c62848e374034c9bd7aae5020991c613a9c82.zip |
feat: Portal Dye (#1284)
Diffstat (limited to 'items')
-rw-r--r-- | items/DYE_PORTAL.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 |