From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: 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> --- items/REFINED_BOTTLE_OF_JYRRE.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/REFINED_BOTTLE_OF_JYRRE.json (limited to 'items/REFINED_BOTTLE_OF_JYRRE.json') 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 -- cgit