diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-24 13:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 13:56:05 +0100 |
commit | 8902ea8ce1d07da998a98311a0bb09041ef3af55 (patch) | |
tree | 90be8ed29d6f8e1c801b6c4892eb375f18336193 /items/DYE_NYANZA.json | |
parent | 2aea3954dfc2970029380f49fdba37673060cc75 (diff) | |
download | NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.tar.gz NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.tar.bz2 NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.zip |
Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze a… (#903)
* Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze and pigman drops
* wtf branch name wrong!1!1!1!
* Added new barn skin
Diffstat (limited to 'items/DYE_NYANZA.json')
-rw-r--r-- | items/DYE_NYANZA.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/DYE_NYANZA.json b/items/DYE_NYANZA.json new file mode 100644 index 00000000..fa4d672c --- /dev/null +++ b/items/DYE_NYANZA.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Nyanza Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §a#E9FFDB§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Nyanza Dye\"},ExtraAttributes:{id:\"DYE_NYANZA\"}}", + "damage": 10, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §a#E9FFDB§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_NYANZA", + "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 |