diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/GAME_ANNIHILATOR.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
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
Diffstat (limited to 'items/GAME_ANNIHILATOR.json')
-rw-r--r-- | items/GAME_ANNIHILATOR.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |