diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-22 09:24:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 07:24:58 +0000 |
commit | 6ec82ee1d96bc339cd20d4ef16df89751fc148c1 (patch) | |
tree | 5791f49a5c239e8871d50afcabe3c9c63cadf431 | |
parent | 85c0dd368ea1c2cf45bc61f32891cf314109586b (diff) | |
download | NotEnoughUpdates-REPO-6ec82ee1d96bc339cd20d4ef16df89751fc148c1.tar.gz NotEnoughUpdates-REPO-6ec82ee1d96bc339cd20d4ef16df89751fc148c1.tar.bz2 NotEnoughUpdates-REPO-6ec82ee1d96bc339cd20d4ef16df89751fc148c1.zip |
Added Celadon Dye (#1171)
-rw-r--r-- | items/DYE_CELADON.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/DYE_CELADON.json b/items/DYE_CELADON.json new file mode 100644 index 00000000..4bfd0c4e --- /dev/null +++ b/items/DYE_CELADON.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Celadon Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §a#ACE1AF§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Celadon Dye\"},ExtraAttributes:{id:\"DYE_CELADON\"}}", + "damage": 10, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §a#ACE1AF§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_CELADON", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |