diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-02 10:08:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 10:08:37 +0100 |
commit | aaeba7f2620c3b939a9caa60418f2c078591d8fd (patch) | |
tree | 3b519432d8ca5318665895ef91e6e81a4c4bb58c /items/DYE_MANGO.json | |
parent | 28538e471e025c536def28a6dea6d6a662e0a8c2 (diff) | |
download | NotEnoughUpdates-REPO-aaeba7f2620c3b939a9caa60418f2c078591d8fd.tar.gz NotEnoughUpdates-REPO-aaeba7f2620c3b939a9caa60418f2c078591d8fd.tar.bz2 NotEnoughUpdates-REPO-aaeba7f2620c3b939a9caa60418f2c078591d8fd.zip |
yep (#693)
Diffstat (limited to 'items/DYE_MANGO.json')
-rw-r--r-- | items/DYE_MANGO.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/DYE_MANGO.json b/items/DYE_MANGO.json new file mode 100644 index 00000000..480058b6 --- /dev/null +++ b/items/DYE_MANGO.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Mango Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#FDBE02\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Mango Dye\"},ExtraAttributes:{id:\"DYE_MANGO\"}}", + "damage": 14, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §6#FDBE02", + "", + "§5§lEPIC" + ], + "internalname": "DYE_MANGO", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |