aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-09-08 20:21:13 +1000
committerGitHub <noreply@github.com>2024-09-08 10:21:13 +0000
commit9d663326172553755654f340f913d2fc4a0224a7 (patch)
tree7e1d1065581543e8e2ab4f852016768e335c47b7 /items
parentd0c2440531db84c7c974df3573990c60bac7ec5e (diff)
downloadNotEnoughUpdates-REPO-9d663326172553755654f340f913d2fc4a0224a7.tar.gz
NotEnoughUpdates-REPO-9d663326172553755654f340f913d2fc4a0224a7.tar.bz2
NotEnoughUpdates-REPO-9d663326172553755654f340f913d2fc4a0224a7.zip
add sky dye (item) (#1341)
* add sky dye (item) * fix wiki link
Diffstat (limited to 'items')
-rw-r--r--items/DYE_PASTEL_SKY.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/items/DYE_PASTEL_SKY.json b/items/DYE_PASTEL_SKY.json
new file mode 100644
index 00000000..5481b08c
--- /dev/null
+++ b/items/DYE_PASTEL_SKY.json
@@ -0,0 +1,22 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§dPastel Sky Dye",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e365941-386d-3c71-b920-8e7182746435\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcyMTAyMzcxMzE3MSwKICAicHJvZmlsZUlkIiA6ICJkOWYxNTlhYWYxZjY0NGZlOTEwOTg0NzI2ZDBjMWJjMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYW5vbmFtaXNzaW9uRyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kZDc1ZWExYTM3NGIxNDU1OWZjZTcwZDBmZGVhNjgxNDJiN2UwMmY5M2FmNjBkZjhhMThjNWQ4YzEyZGExNWQwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Animates the color of an armor piece\",3:\"§7between §d#FB87FF§7 and §d#ED87FF§7!\",4:\"\",5:\"§d§lMYTHIC DYE\"],Name:\"§dPastel Sky Dye\"},ExtraAttributes:{id:\"DYE_PASTEL_SKY\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Animates the color of an armor piece",
+ "§7between §d#FB87FF§7 and §d#ED87FF§7!",
+ "",
+ "§d§lMYTHIC DYE"
+ ],
+ "internalname": "DYE_PASTEL_SKY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.3.3",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Pastel_Sky_Dye"
+ ]
+}