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/GIFT_OF_LEARNING.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/GIFT_OF_LEARNING.json (limited to 'items/GIFT_OF_LEARNING.json') diff --git a/items/GIFT_OF_LEARNING.json b/items/GIFT_OF_LEARNING.json new file mode 100644 index 00000000..f4511294 --- /dev/null +++ b/items/GIFT_OF_LEARNING.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gift of Learning", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a68b0262-2d46-3a9f-9dfa-9d6791869a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmU5YjMzNWMwYjEzMWFhNGNlZjc4MjAzZDhmNWJhNTJkMjZmNTg0NTJjY2IxNTU3OThhY2Q0YmRjNzQ1MTczIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Allows you to grant §310,000 Exp\",1:\"§3§7in a §3Skill §7of your\",2:\"§7choosing!\",3:\"\",4:\"§eClick to open!\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE\"],Name:\"§9Gift of Learning\"},ExtraAttributes:{yearObtained:2023,id:\"GIFT_OF_LEARNING\"}}", + "damage": 3, + "lore": [ + "§7Allows you to grant §310,000 Exp", + "§3§7in a §3Skill §7of your", + "§7choosing!", + "", + "§eClick to open!", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE" + ], + "internalname": "GIFT_OF_LEARNING", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit