From 19d37551d8523b8d0463b9c5d22aeebb662676b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:50:32 +0200 Subject: New Nether Stuff (#718) * New Stuff * i hate timestamps * god * Abi abi * mood * Hello, can someone send me money please * bingo * workflow hello --- items/CORRUPTED_NETHER_STAR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/CORRUPTED_NETHER_STAR.json (limited to 'items/CORRUPTED_NETHER_STAR.json') diff --git a/items/CORRUPTED_NETHER_STAR.json b/items/CORRUPTED_NETHER_STAR.json new file mode 100644 index 00000000..9adda5e3 --- /dev/null +++ b/items/CORRUPTED_NETHER_STAR.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:nether_star", + "displayname": "§6Nether Star", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§6§lLEGENDARY\"],Name:\"§6Nether Star\"},ExtraAttributes:{id:\"CORRUPTED_NETHER_STAR\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY" + ], + "internalname": "CORRUPTED_NETHER_STAR", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nether_Star_(disambiguation)" + ] +} \ No newline at end of file -- cgit