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_WHITE.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_WHITE.json')
-rw-r--r-- | items/DYE_PURE_WHITE.json | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/items/DYE_PURE_WHITE.json b/items/DYE_PURE_WHITE.json index 446c3abe..80d48959 100644 --- a/items/DYE_PURE_WHITE.json +++ b/items/DYE_PURE_WHITE.json @@ -1,23 +1,20 @@ { - "itemid": "minecraft:dye", - "displayname": "§5Pure White Dye", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §f#FFFFFF§7!\",4:\"\",5:\"§5§lEPIC\",6:\"\",7:\"§7Cost\",8:\"§b250,000 Bits\"],Name:\"§5Pure White Dye\"},ExtraAttributes:{id:\"DYE_PURE_WHITE\"}}", - "damage": 15, + "itemid": "minecraft:skull", + "displayname": "§fPure White Dye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a4c5d3ca-3fce-3782-afdb-b694a60d6b57\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNjk2MTcwMDM5OCwKICAicHJvZmlsZUlkIiA6ICI5ZTA5YzM4ZGUzZTY0MDA2OTAwYzAwZTJiOTQ3ZTQwMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4RFRPTUFTX1lUIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg1NjE0ZjQxY2IyM2Y3OGQ3ZGM1YjZjNDZkODkwYWZiMGY3ODdmMGVmMWIwY2E4ZDI5ZjhmMGNhYjQxMzQzYjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of an armor piece\",3:\"§7to §f#FFFFFF§7!\",4:\"\",5:\"§5§lEPIC DYE\"],Name:\"§fPure White Dye\"},ExtraAttributes:{id:\"DYE_PURE_WHITE\"}}", + "damage": 3, "lore": [ "§7§8Combinable in Anvil", "", - "§7Changes the color of a leather", - "§7armor piece to §f#FFFFFF§7!", + "§7Changes the color of an armor piece", + "§7to §f#FFFFFF§7!", "", - "§5§lEPIC", - "", - "§7Cost", - "§b250,000 Bits" + "§5§lEPIC DYE" ], "internalname": "DYE_PURE_WHITE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pure_White_Dye", |