From 8539a2b172a72d026229fbccb9e627c864ffb591 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 30 Nov 2021 12:20:48 +0100 Subject: New Items (#662) --- items/BINGO_DISPLAY.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/BINGO_DISPLAY.json (limited to 'items/BINGO_DISPLAY.json') diff --git a/items/BINGO_DISPLAY.json b/items/BINGO_DISPLAY.json new file mode 100644 index 00000000..eab048e5 --- /dev/null +++ b/items/BINGO_DISPLAY.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:coal_block", + "displayname": "§fBingo Display", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Show off your total §6Bingo\",1:\"§6Points§7!\",2:\"\",3:\"§8§l* §8Co-op Soulbound §8§l*\",4:\"§f§lCOMMON COSMETIC\"],Name:\"§fBingo Display\"},ExtraAttributes:{id:\"BINGO_DISPLAY\"}}", + "damage": 0, + "lore": [ + "§7§7Show off your total §6Bingo", + "§6Points§7!", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§f§lCOMMON COSMETIC" + ], + "internalname": "BINGO_DISPLAY", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit