diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/REFINED_BOTTLE_OF_JYRRE.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/REFINED_BOTTLE_OF_JYRRE.json')
-rw-r--r-- | items/REFINED_BOTTLE_OF_JYRRE.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/REFINED_BOTTLE_OF_JYRRE.json b/items/REFINED_BOTTLE_OF_JYRRE.json new file mode 100644 index 00000000..2caa3b3c --- /dev/null +++ b/items/REFINED_BOTTLE_OF_JYRRE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§6Refined Bottle of Jyrre", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Drink to boost your §b✎\",1:\"§bIntelligence §7by §b300 §7for 60\",2:\"§7minutes!\",3:\"\",4:\"§6Aged Like Fine Jyrre\",5:\"§7Drinking this potion grants\",6:\"§7permanent §b+1✎ Intelligence§7.\",7:\"§7You may drink §a5 §7bottles\",8:\"§7before it loses its magical\",9:\"§7energy.\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§6Refined Bottle of Jyrre\"},ExtraAttributes:{id:\"REFINED_BOTTLE_OF_JYRRE\"}}", + "damage": 0, + "lore": [ + "§7Drink to boost your §b✎", + "§bIntelligence §7by §b300 §7for 60", + "§7minutes!", + "", + "§6Aged Like Fine Jyrre", + "§7Drinking this potion grants", + "§7permanent §b+1✎ Intelligence§7.", + "§7You may drink §a5 §7bottles", + "§7before it loses its magical", + "§7energy.", + "", + "§6§lLEGENDARY" + ], + "internalname": "REFINED_BOTTLE_OF_JYRRE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |