diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2023-07-07 11:19:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 11:19:08 +0200 |
commit | d38a628fb810b04cf048d6a6a4144a2045941a4c (patch) | |
tree | adec20ae0241c794c8849f18c48225ee0d0d4570 | |
parent | 782dc74181469b2171d573fad74d64d0cd9f62ef (diff) | |
download | NotEnoughUpdates-REPO-d38a628fb810b04cf048d6a6a4144a2045941a4c.tar.gz NotEnoughUpdates-REPO-d38a628fb810b04cf048d6a6a4144a2045941a4c.tar.bz2 NotEnoughUpdates-REPO-d38a628fb810b04cf048d6a6a4144a2045941a4c.zip |
Changed contact trio amount to 12 (#946)
Co-authored-by: jani270 <jani270@gmx.de>
-rw-r--r-- | items/TRIO_CONTACTS_ADDON.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/TRIO_CONTACTS_ADDON.json b/items/TRIO_CONTACTS_ADDON.json index adf091d3..32fd9aad 100644 --- a/items/TRIO_CONTACTS_ADDON.json +++ b/items/TRIO_CONTACTS_ADDON.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:comparator", "displayname": "§cAbiphone Contacts Trio", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Adds §b+3 §7contact slots to\",1:\"§7your Abiphone plan, regardless\",2:\"§7of the model you use!\",3:\"\",4:\"§7§8Up to 10 of these may be used.\",5:\"\",6:\"§eRight-click to consume!\",7:\"\",8:\"§c§lSPECIAL\",9:\"\",10:\"§7Cost\",11:\"§b6,450 Bits\"],Name:\"§cAbiphone Contacts Trio\"},ExtraAttributes:{id:\"TRIO_CONTACTS_ADDON\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Adds §b+3 §7contact slots to\",1:\"§7your Abiphone plan, regardless\",2:\"§7of the model you use!\",3:\"\",4:\"§7§8Up to 12 of these may be used.\",5:\"\",6:\"§eRight-click to consume!\",7:\"\",8:\"§c§lSPECIAL\",9:\"\",10:\"§7Cost\",11:\"§b6,450 Bits\"],Name:\"§cAbiphone Contacts Trio\"},ExtraAttributes:{id:\"TRIO_CONTACTS_ADDON\"}}", "damage": 0, "lore": [ "§7Adds §b+3 §7contact slots to", "§7your Abiphone plan, regardless", "§7of the model you use!", "", - "§7§8Up to 10 of these may be used.", + "§7§8Up to 12 of these may be used.", "", "§eRight-click to consume!", "", @@ -20,7 +20,7 @@ "internalname": "TRIO_CONTACTS_ADDON", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Abiphone_Contacts_Trio", |