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/TALISMAN_ENRICHMENT_SWAPPER.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/TALISMAN_ENRICHMENT_SWAPPER.json') diff --git a/items/TALISMAN_ENRICHMENT_SWAPPER.json b/items/TALISMAN_ENRICHMENT_SWAPPER.json index fcde98ab..8959679a 100644 --- a/items/TALISMAN_ENRICHMENT_SWAPPER.json +++ b/items/TALISMAN_ENRICHMENT_SWAPPER.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:comparator", "displayname": "§cAccessory Enrichment Swapper", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Consumed on use\",1:\"§7\",2:\"§7Swaps all §9enriched\",3:\"§9§7accessories in your accessory\",4:\"§7bag to another enrichment.\",5:\"§7\",6:\"§7§eRight-click to open menu!\",7:\"\",8:\"§c§lSPECIAL\",9:\"\",10:\"§7Cost\",11:\"§b200 Bits\"],Name:\"§cAccessory Enrichment Swapper\"},ExtraAttributes:{id:\"TALISMAN_ENRICHMENT_SWAPPER\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Consumed on use\",1:\"§7\",2:\"§7Swaps all §9enriched §7accessories in\",3:\"§7your accessory bag to another\",4:\"§7enrichment.\",5:\"§7\",6:\"§7§eRight-click to open menu!\",7:\"\",8:\"§c§lSPECIAL\",9:\"\",10:\"§7Cost\",11:\"§b200 Bits\"],Name:\"§cAccessory Enrichment Swapper\"},ExtraAttributes:{id:\"TALISMAN_ENRICHMENT_SWAPPER\"}}", "damage": 0, "lore": [ "§7§8Consumed on use", "§7", - "§7Swaps all §9enriched", - "§9§7accessories in your accessory", - "§7bag to another enrichment.", + "§7Swaps all §9enriched §7accessories in", + "§7your accessory bag to another", + "§7enrichment.", "§7", "§7§eRight-click to open menu!", "", -- cgit