aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-09-08 19:28:02 +0200
committerGitHub <noreply@github.com>2024-09-08 17:28:02 +0000
commit3bff8717bb8490f454f1391dcbaea3188af85ad9 (patch)
treeb22b25d11e2c8c0c7d6af859c7a2d01a976ae8c2
parent9d663326172553755654f340f913d2fc4a0224a7 (diff)
downloadNotEnoughUpdates-REPO-3bff8717bb8490f454f1391dcbaea3188af85ad9.tar.gz
NotEnoughUpdates-REPO-3bff8717bb8490f454f1391dcbaea3188af85ad9.tar.bz2
NotEnoughUpdates-REPO-3bff8717bb8490f454f1391dcbaea3188af85ad9.zip
feat: Midnight Dye (#1342)
-rw-r--r--constants/dyes.json2
-rw-r--r--items/DYE_MIDNIGHT.json19
2 files changed, 20 insertions, 1 deletions
diff --git a/constants/dyes.json b/constants/dyes.json
index 6e79df50..c46b1fbb 100644
--- a/constants/dyes.json
+++ b/constants/dyes.json
@@ -601,7 +601,7 @@
"DYE_BINGO_BLUE": "#002FA7",
"DYE_PURE_BLUE": "#0013FF",
"DYE_DARK_PURPLE": "#301934",
- "Midnight Dye": "#50216C",
+ "DYE_MIDNIGHT": "#50216C",
"DYE_BYZANTIUM": "#702963",
"DYE_WILD_STRAWBERRY": "#FF43A4",
"DYE_CYCLAMEN": "#F56FA1",
diff --git a/items/DYE_MIDNIGHT.json b/items/DYE_MIDNIGHT.json
new file mode 100644
index 00000000..a416e86d
--- /dev/null
+++ b/items/DYE_MIDNIGHT.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Midnight Dye",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"09c199bc-bcef-303a-809f-a84a37bd3ea3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNjk2MTUzMTc2NSwKICAicHJvZmlsZUlkIiA6ICI0NTM1Y2RjNjk3NGU0Nzk4YjljYzY4ODlkZWY1MDk2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIzZXlyZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZlNWZjNWM1M2Q1MTllMDc0MDkwNmViYzBmNWQxZmJmODc1MTU3YTQwODUwZjI4YjgxNDE2NjRiNjE4MGFlNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of an armor piece\",3:\"§7to §5#50216C§7!\",4:\"\",5:\"§6§lLEGENDARY DYE\"],Name:\"§5Midnight Dye\"},ExtraAttributes:{id:\"DYE_MIDNIGHT\"}}",
+ "damage": 3,
+ "lore": [
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Changes the color of an armor piece",
+ "§7to §5#50216C§7!",
+ "",
+ "§6§lLEGENDARY DYE"
+ ],
+ "internalname": "DYE_MIDNIGHT",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.3.3",
+ "infoType": ""
+} \ No newline at end of file