From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: 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> --- items/KUUDRA_FOLLOWER_RELIC.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/KUUDRA_FOLLOWER_RELIC.json') diff --git a/items/KUUDRA_FOLLOWER_RELIC.json b/items/KUUDRA_FOLLOWER_RELIC.json index d0e40a55..82c2c2e7 100644 --- a/items/KUUDRA_FOLLOWER_RELIC.json +++ b/items/KUUDRA_FOLLOWER_RELIC.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Kuudra Follower Relic", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c622d906-f8c2-3e5c-8954-e747d615d247\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzcyMDExMjgwYjViOWFiMThjNTU3MDM5NDNlN2YxMWExOTcxNzk3NGJiOTU0MWNhNGIyNzIzZjdhNWZhYjIzNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces damage taken from Kuudra\",1:\"§7Followers by §a65%§7.\",2:\"\",3:\"§8§l* §8Co-op Soulbound §8§l*\",4:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Kuudra Follower Relic\"},ExtraAttributes:{id:\"KUUDRA_FOLLOWER_RELIC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c622d906-f8c2-3e5c-8954-e747d615d247\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzcyMDExMjgwYjViOWFiMThjNTU3MDM5NDNlN2YxMWExOTcxNzk3NGJiOTU0MWNhNGIyNzIzZjdhNWZhYjIzNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces damage taken from Kuudra\",1:\"§7Followers by §a65%§7.\",2:\"\",3:\"§8§l* §8Soulbound §8§l*\",4:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Kuudra Follower Relic\"},ExtraAttributes:{id:\"KUUDRA_FOLLOWER_RELIC\"}}", "damage": 3, "lore": [ "§7Reduces damage taken from Kuudra", "§7Followers by §a65%§7.", "", - "§8§l* §8Co-op Soulbound §8§l*", + "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY ACCESSORY" ], "internalname": "KUUDRA_FOLLOWER_RELIC", -- cgit