diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/DYE_PURE_BLUE.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/DYE_PURE_BLUE.json')
-rw-r--r-- | items/DYE_PURE_BLUE.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/DYE_PURE_BLUE.json b/items/DYE_PURE_BLUE.json index 9b0a68e4..f321c31e 100644 --- a/items/DYE_PURE_BLUE.json +++ b/items/DYE_PURE_BLUE.json @@ -1,20 +1,20 @@ { - "itemid": "minecraft:dye", - "displayname": "§5Pure Blue Dye", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §1#0013FF§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Pure Blue Dye\"},ExtraAttributes:{id:\"DYE_PURE_BLUE\"}}", - "damage": 4, + "itemid": "minecraft:skull", + "displayname": "§1Pure Blue Dye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b0cca7d6-b5d4-38ec-af75-d86253075c8d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNjk2MTcyODY2NiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kZDY1NzMxYTY1NTZjMTY3YWQ2ODc0ODhkOWNlYTZlZGI0MTYzOWYwZjJiMDQ1NzE2MzUxNmE2N2M1MTRlNjhkIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of an armor piece\",3:\"§7to §1#0013FF§7!\",4:\"\",5:\"§6§lLEGENDARY DYE\"],Name:\"§1Pure Blue Dye\"},ExtraAttributes:{raffle_year:300,raffle_win:\"year_300_large_0\",id:\"DYE_PURE_BLUE\"}}", + "damage": 3, "lore": [ "§7§8Combinable in Anvil", "", - "§7Changes the color of a leather", - "§7armor piece to §1#0013FF§7!", + "§7Changes the color of an armor piece", + "§7to §1#0013FF§7!", "", - "§5§lEPIC" + "§6§lLEGENDARY DYE" ], "internalname": "DYE_PURE_BLUE", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pure_Blue_Dye", |