From 1f76876500aa24e7121fb8355910f1674fcd8add Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 30 May 2022 17:04:09 +0200 Subject: Added new bingo stuff (#749) --- items/DYE_BINGO_BLUE.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 items/DYE_BINGO_BLUE.json (limited to 'items/DYE_BINGO_BLUE.json') diff --git a/items/DYE_BINGO_BLUE.json b/items/DYE_BINGO_BLUE.json new file mode 100644 index 00000000..2c07d7c9 --- /dev/null +++ b/items/DYE_BINGO_BLUE.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Bingo Blue 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: §1#002FA7\",5:\"\",6:\"§8§l* §8Co-op Soulbound §8§l*\",7:\"§7§cRequires §5Ⓑ Bingo Rank III§c!\",8:\"§5§lEPIC\"],Name:\"§5Bingo Blue Dye\"},ExtraAttributes:{id:\"DYE_BINGO_BLUE\"}}", + "damage": 4, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §1#002FA7", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§7§cRequires §5Ⓑ Bingo Rank III§c!", + "§5§lEPIC" + ], + "internalname": "DYE_BINGO_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit