From e715a57e2520177ad5ee399142650827901a6c54 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 9 Feb 2021 08:34:48 -0500 Subject: Game Annihilator --- items/GAME_ANNIHILATOR.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/GAME_ANNIHILATOR.json (limited to 'items/GAME_ANNIHILATOR.json') diff --git a/items/GAME_ANNIHILATOR.json b/items/GAME_ANNIHILATOR.json new file mode 100644 index 00000000..6f25a36f --- /dev/null +++ b/items/GAME_ANNIHILATOR.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cGame Annihilator", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"473bf270-99e1-3feb-b816-ef7e6ae4cb82\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMTU5ZWE5NGI2OGU4ZjI3NGJhZmMwNDg5MmI2ZGJmYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7This item was given to a player\",1:\"§7who reported enough game\",2:\"§7breaking bugs to make the\",3:\"§7SkyBlock developers cry.\",4:\"\",5:\"§c§lSPECIAL\"],Name:\"§cGame Annihilator\"},ExtraAttributes:{id:\"GAME_ANNIHILATOR\"}}", + "damage": 3, + "lore": [ + "§7This item was given to a player", + "§7who reported enough game", + "§7breaking bugs to make the", + "§7SkyBlock developers cry.", + "", + "§c§lSPECIAL" + ], + "internalname": "GAME_ANNIHILATOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit