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_STRENGTH.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_STRENGTH.json')
-rw-r--r-- | items/TALISMAN_ENRICHMENT_STRENGTH.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/TALISMAN_ENRICHMENT_STRENGTH.json b/items/TALISMAN_ENRICHMENT_STRENGTH.json index 69ace84a..be174589 100644 --- a/items/TALISMAN_ENRICHMENT_STRENGTH.json +++ b/items/TALISMAN_ENRICHMENT_STRENGTH.json @@ -1,18 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§cStrength Enrichment", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"ef0a633c-96e8-3620-93d2-41e2eb1dce27\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTRkODQ0ZmVlMjRkNWYyN2RkYjY2OTQzODUyOGQ4M2I2ODRkOTAxYjc1YTY4ODlmZTc0ODhkZmM0Y2Y3YTFjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Enriches an accessory with the\",3:\"§7power of §c+1❁ Strength §7when\",4:\"§7applied to a §6Legendary §7or\",5:\"§7§dMythic §7accessory.\",6:\"\",7:\"§7Only §7§lONE §7enrichment can be\",8:\"§7applied to a given accessory.\",9:\"\",10:\"§c§lSPECIAL\",11:\"\",12:\"§7Cost\",13:\"§b5,000 Bits\"],Name:\"§cStrength Enrichment\"},ExtraAttributes:{id:\"TALISMAN_ENRICHMENT_STRENGTH\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"ef0a633c-96e8-3620-93d2-41e2eb1dce27\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTRkODQ0ZmVlMjRkNWYyN2RkYjY2OTQzODUyOGQ4M2I2ODRkOTAxYjc1YTY4ODlmZTc0ODhkZmM0Y2Y3YTFjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Enriches an accessory with the\",3:\"§7power of §c+1❁ Strength §7when applied\",4:\"§7to a §6Legendary §7or §dMythic §7accessory.\",5:\"\",6:\"§7Only §7§lONE §7enrichment can be applied\",7:\"§7to a given accessory.\",8:\"\",9:\"§c§lSPECIAL\",10:\"\",11:\"§7Cost\",12:\"§b5,000 Bits\"],Name:\"§cStrength Enrichment\"},ExtraAttributes:{id:\"TALISMAN_ENRICHMENT_STRENGTH\"}}", "damage": 3, "lore": [ "§7§8Combinable in Anvil", "", "§7Enriches an accessory with the", - "§7power of §c+1❁ Strength §7when", - "§7applied to a §6Legendary §7or", - "§7§dMythic §7accessory.", + "§7power of §c+1❁ Strength §7when applied", + "§7to a §6Legendary §7or §dMythic §7accessory.", "", - "§7Only §7§lONE §7enrichment can be", - "§7applied to a given accessory.", + "§7Only §7§lONE §7enrichment can be applied", + "§7to a given accessory.", "", "§c§lSPECIAL", "", |