From 406d31faf7b9c32fbb09ee0b48f41bca227c7278 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:09:01 +0200 Subject: First part (#972) * First part * Part 2 * Part III * Part 4 * Fixed items * Fixed Pets * Fixed nbt * Fixed name * Fixed Mooshroom Cow lore * Added wiki links * Fixed shortbow lores * Fixed Fel Sword lore * Fixed drill recipe * patch notes wtf * More fixes --- items/GAME_ANNIHILATOR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/GAME_ANNIHILATOR.json') diff --git a/items/GAME_ANNIHILATOR.json b/items/GAME_ANNIHILATOR.json index b1d7e2a4..4ca05b3c 100644 --- a/items/GAME_ANNIHILATOR.json +++ b/items/GAME_ANNIHILATOR.json @@ -1,7 +1,7 @@ { "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§lVERY SPECIAL\"],Name:\"§cGame Annihilator\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GAME_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:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§c§lVERY SPECIAL\"],Name:\"§cGame Annihilator\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GAME_ANNIHILATOR\"}}", "damage": 3, "lore": [ "§7This item was given to a player", @@ -9,6 +9,7 @@ "§7breaking bugs to make the", "§7SkyBlock developers cry.", "", + "§8§l* §8Co-op Soulbound §8§l*", "§c§lVERY SPECIAL" ], "internalname": "GAME_ANNIHILATOR", -- cgit