diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-05 15:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 23:16:04 +1000 |
commit | ad3a053e92171ae75e8b2033e5bc607affc99cfb (patch) | |
tree | 06092d7ab4890ad36afcbefdcfc6c44e8d89aaea /items/DYE_NADESHIKO.json | |
parent | 1662c79b9944a9b77434b4e939a953e59477eb5a (diff) | |
download | NotEnoughUpdates-REPO-ad3a053e92171ae75e8b2033e5bc607affc99cfb.tar.gz NotEnoughUpdates-REPO-ad3a053e92171ae75e8b2033e5bc607affc99cfb.tar.bz2 NotEnoughUpdates-REPO-ad3a053e92171ae75e8b2033e5bc607affc99cfb.zip |
Added one fairy soul, fixed coco chopper lore and added 3 new Easter … (#916)
Diffstat (limited to 'items/DYE_NADESHIKO.json')
-rw-r--r-- | items/DYE_NADESHIKO.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/DYE_NADESHIKO.json b/items/DYE_NADESHIKO.json new file mode 100644 index 00000000..b6318ed2 --- /dev/null +++ b/items/DYE_NADESHIKO.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Nadeshiko Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §d#F6ADC6§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Nadeshiko Dye\"},ExtraAttributes:{id:\"DYE_NADESHIKO\"}}", + "damage": 9, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §d#F6ADC6§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_NADESHIKO", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes", + "https://wiki.hypixel.net/Dyes" + ] +}
\ No newline at end of file |