diff options
author | Phan Minh <46137516+minhperry@users.noreply.github.com> | 2024-06-05 22:56:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 20:56:44 +0000 |
commit | 816b967106b2e588c2e90939b5c1ce4e0b88816c (patch) | |
tree | 5618005226a4e3657c90cfef67595b57cee17490 /items | |
parent | bfcb2db054e591516cc3e73e6d197e7565938e5a (diff) | |
download | NotEnoughUpdates-REPO-816b967106b2e588c2e90939b5c1ce4e0b88816c.tar.gz NotEnoughUpdates-REPO-816b967106b2e588c2e90939b5c1ce4e0b88816c.tar.bz2 NotEnoughUpdates-REPO-816b967106b2e588c2e90939b5c1ce4e0b88816c.zip |
Update New Bottle of Jyrre lore (#1230)
Diffstat (limited to 'items')
-rw-r--r-- | items/NEW_BOTTLE_OF_JYRRE.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/items/NEW_BOTTLE_OF_JYRRE.json b/items/NEW_BOTTLE_OF_JYRRE.json index af0b1e9a..50f95d40 100644 --- a/items/NEW_BOTTLE_OF_JYRRE.json +++ b/items/NEW_BOTTLE_OF_JYRRE.json @@ -1,25 +1,24 @@ { "itemid": "minecraft:potion", - "displayname": "§f§f§9§cBottle of Jyrre", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Drink to boost your §b✎\",1:\"§bIntelligence §7for 60 minutes.\",2:\"\",3:\"§7Keep this bottle in your\",4:\"§7inventory to increase the bonus\",5:\"§7up to §b300 Intelligence§7, at\",6:\"§7which point the bottle\",7:\"§7§c§oevolves§7!\",8:\"\",9:\"§b✎ Intelligence Bonus: 0\",10:\"\",11:\"§9§lRARE\"],Name:\"§f§f§9§cBottle of Jyrre\"},ExtraAttributes:{bottle_of_jyrre_seconds:280,bottle_of_jyrre_last_update:1701189295818L,id:\"NEW_BOTTLE_OF_JYRRE\"}}", + "displayname": "§9§cBottle of Jyrre", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume to boost your §b✎\",1:\"§bIntelligence §7for §a60m§7.\",2:\"\",3:\"§7Keep this item in your inventory to\",4:\"§7increase the bonus up to §b+300✎\",5:\"§bIntelligence§7, at which point the item\",6:\"§7§c§oevolves§7!\",7:\"\",8:\"§7Current Bonus: §b+0✎ Intelligence\",9:\"\",10:\"§9§lRARE\"],Name:\"§9§cBottle of Jyrre\"},ExtraAttributes:{bottle_of_jyrre_seconds:280,bottle_of_jyrre_last_update:1701189295818L,id:\"NEW_BOTTLE_OF_JYRRE\"}}", "damage": 0, "lore": [ - "§7Drink to boost your §b✎", - "§bIntelligence §7for 60 minutes.", + "§7Consume to boost your §b✎", + "§bIntelligence §7for §a60m§7.", "", - "§7Keep this bottle in your", - "§7inventory to increase the bonus", - "§7up to §b300 Intelligence§7, at", - "§7which point the bottle", + "§7Keep this item in your inventory to", + "§7increase the bonus up to §b+300✎", + "§bIntelligence§7, at which point the item", "§7§c§oevolves§7!", "", - "§b✎ Intelligence Bonus: 0", + "§7Current Bonus: §b+0✎ Intelligence", "", "§9§lRARE" ], "internalname": "NEW_BOTTLE_OF_JYRRE", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.3.0", "infoType": "" }
\ No newline at end of file |