From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/JUMBO_BACKPACK_UPGRADE.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'items/JUMBO_BACKPACK_UPGRADE.json') diff --git a/items/JUMBO_BACKPACK_UPGRADE.json b/items/JUMBO_BACKPACK_UPGRADE.json index 80f19ca1..68ec2ab5 100644 --- a/items/JUMBO_BACKPACK_UPGRADE.json +++ b/items/JUMBO_BACKPACK_UPGRADE.json @@ -1,15 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§cJumbo Backpack Upgrade", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8741537-2ab5-3c03-a936-7d7a18f99f16\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhY2ZjNjQzZjYwOGUxNmRlMTkzMzVkZGNhNzFhODI4ZGZiOGRhY2E1NzkzZWI1YmJjYjBjN2QxNTU5MjQ5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §5Greater Backpack\",1:\"§5§7to upgrade it to §a45 §7slots.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§c§lSPECIAL\",6:\"\",7:\"§7Cost\",8:\"§b4,000 Bits\"],Name:\"§cJumbo Backpack Upgrade\"},ExtraAttributes:{id:\"JUMBO_BACKPACK_UPGRADE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"e8741537-2ab5-3c03-a936-7d7a18f99f16\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhY2ZjNjQzZjYwOGUxNmRlMTkzMzVkZGNhNzFhODI4ZGZiOGRhY2E1NzkzZWI1YmJjYjBjN2QxNTU5MjQ5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §5Greater Backpack §7to\",1:\"§7upgrade it to §a45 §7slots.\",2:\"\",3:\"§7Cost\",4:\"§b4,000 Bits\"],Name:\"§cJumbo Backpack Upgrade\"},ExtraAttributes:{id:\"JUMBO_BACKPACK_UPGRADE\"}}", "damage": 3, "lore": [ - "§7Craft with a §5Greater Backpack", - "§5§7to upgrade it to §a45 §7slots.", - "", - "§eRight-click to view recipes!", - "", - "§c§lSPECIAL", + "§7Craft with a §5Greater Backpack §7to", + "§7upgrade it to §a45 §7slots.", "", "§7Cost", "§b4,000 Bits" @@ -17,7 +13,7 @@ "internalname": "JUMBO_BACKPACK_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jumbo_Backpack_Upgrade", -- cgit