diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/CHEETAH_TALISMAN.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/CHEETAH_TALISMAN.json')
-rw-r--r-- | items/CHEETAH_TALISMAN.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/CHEETAH_TALISMAN.json b/items/CHEETAH_TALISMAN.json index e74fc389..9965e364 100644 --- a/items/CHEETAH_TALISMAN.json +++ b/items/CHEETAH_TALISMAN.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§5Cheetah Talisman", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cda9d88a-3da9-3c59-8bd7-3c3777784486\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU1M2Y4ODU2ZGQ0NmRlN2UwNWQ0NmY1ZmMyZmI1OGVhZmJhNjgyOWIxMWIxNjBhMTU0NTYyMmU4OWNhYWEzMyJ9fX0\"}]}},display:{Lore:[0:\"§7Speed: §a+3\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§5§lEPIC ACCESSORY\"],Name:\"§5Cheetah Talisman\"},ExtraAttributes:{id:\"CHEETAH_TALISMAN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cda9d88a-3da9-3c59-8bd7-3c3777784486\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU1M2Y4ODU2ZGQ0NmRlN2UwNWQ0NmY1ZmMyZmI1OGVhZmJhNjgyOWIxMWIxNjBhMTU0NTYyMmU4OWNhYWEzMyJ9fX0\"}]}},display:{Lore:[0:\"§7Speed: §a+3\",1:\"\",2:\"§8§l* §8Soulbound §8§l*\",3:\"§5§lEPIC ACCESSORY\"],Name:\"§5Cheetah Talisman\"},ExtraAttributes:{id:\"CHEETAH_TALISMAN\"}}", "damage": 3, "lore": [ "§7Speed: §a+3", "", - "§8§l* §8Co-op Soulbound §8§l*", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC ACCESSORY" ], "internalname": "CHEETAH_TALISMAN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Cheetah_Talisman", @@ -20,9 +20,9 @@ ], "recipes": [ { - "type": "trade", - "cost": "ENCHANTED_EMERALD:32", - "result": "CHEEETAH_TALISMAN" + "type": "trade", + "cost": "ENCHANTED_EMERALD:32", + "result": "CHEEETAH_TALISMAN" } ] }
\ No newline at end of file |