diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-03 04:55:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 22:55:39 -0500 |
commit | 4597dd3ecac15a88e67a93073ea160260d101960 (patch) | |
tree | 291de76da6fb6b97b4257dbb3a98707d42b7582d /items/DYE_NECRON.json | |
parent | aaeba7f2620c3b939a9caa60418f2c078591d8fd (diff) | |
download | NotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.tar.gz NotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.tar.bz2 NotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.zip |
HI IRON (#694)
Diffstat (limited to 'items/DYE_NECRON.json')
-rw-r--r-- | items/DYE_NECRON.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/DYE_NECRON.json b/items/DYE_NECRON.json new file mode 100644 index 00000000..45ff594e --- /dev/null +++ b/items/DYE_NECRON.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§6Necron 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#E7413C\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}", + "damage": 14, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §6#E7413C", + "", + "§6§lLEGENDARY" + ], + "internalname": "DYE_NECRON", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file |