diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-29 14:37:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 13:37:00 +0000 |
commit | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (patch) | |
tree | 135bfe99e10323e6f4e9b3da9fc3208d4647d27a /items/BOTTLE_OF_JYRRE.json | |
parent | 33e97fe454144149b50c23c9584b86067df66a13 (diff) | |
download | NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.tar.gz NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.tar.bz2 NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.zip |
Added new skins, fixed some lores (#1080)
Diffstat (limited to 'items/BOTTLE_OF_JYRRE.json')
-rw-r--r-- | items/BOTTLE_OF_JYRRE.json | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/items/BOTTLE_OF_JYRRE.json b/items/BOTTLE_OF_JYRRE.json index fd447ee6..51554c17 100644 --- a/items/BOTTLE_OF_JYRRE.json +++ b/items/BOTTLE_OF_JYRRE.json @@ -1,12 +1,22 @@ { "internalname": "BOTTLE_OF_JYRRE", "itemid": "minecraft:potion", - "displayname": "§fWater Bottle", + "displayname": "§f§cLost Bottle of Jyrre", "clickcommand": "", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWater Bottle\"},ExtraAttributes:{bottle_of_jyrre_seconds:290,id:\"BOTTLE_OF_JYRRE\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Provides a boost to your §b✎\",1:\"§bIntelligence§7! The longer this item\",2:\"§7stays in your inventory, the more\",3:\"§7intelligent you will be after drinking\",4:\"§7it. Must be kept in your inventory at\",5:\"§7all times!\",6:\"\",7:\"§7Intelligence Bonus: §b0\",8:\"§7Duration: §b10 Minutes\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§f§cLost Bottle of Jyrre\"},ExtraAttributes:{bottle_of_jyrre_seconds:40,bottle_of_jyrre_last_update:1703624609113L,originTag:\"UNKNOWN\",id:\"BOTTLE_OF_JYRRE\"}}", + "modver": "2.1.1-PRE", "lore": [ + "§7Provides a boost to your §b✎", + "§bIntelligence§7! The longer this item", + "§7stays in your inventory, the more", + "§7intelligent you will be after drinking", + "§7it. Must be kept in your inventory at", + "§7all times!", + "", + "§7Intelligence Bonus: §b0", + "§7Duration: §b10 Minutes", + "", "§f§lCOMMON" ], "infoType": "WIKI_URL", @@ -15,9 +25,10 @@ ], "recipes": [ { - "type": "trade", - "cost": "ENCHANTED_EMERALD:2", - "result": "BOTTLE_OF_JYRRE" + "type": "trade", + "cost": "ENCHANTED_EMERALD:2", + "result": "BOTTLE_OF_JYRRE" } - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |