diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/TALISMAN_ENRICHMENT_SWAPPER.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/TALISMAN_ENRICHMENT_SWAPPER.json')
-rw-r--r-- | items/TALISMAN_ENRICHMENT_SWAPPER.json | 8 |
1 files changed, 4 insertions, 4 deletions
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!", "", |