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/WINTER_FRAGMENT.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/WINTER_FRAGMENT.json (limited to 'items/WINTER_FRAGMENT.json') diff --git a/items/WINTER_FRAGMENT.json b/items/WINTER_FRAGMENT.json new file mode 100644 index 00000000..85a72200 --- /dev/null +++ b/items/WINTER_FRAGMENT.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Winter Fragment", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c248325-901b-32ee-af93-bda19a6723fd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY3NGMyZTRjMGIyMjJlNDJlOGNkZGYzYmE4ZjZiNTQ2YzUxMDNhZGEyYzljMTU0NjFhYmMzZmEzZjQyNTA5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A magical shard capturing the\",1:\"§7warmth and joy of winter\",2:\"§7festivities.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Winter Fragment\"},ExtraAttributes:{id:\"WINTER_FRAGMENT\"}}", + "damage": 3, + "lore": [ + "§7A magical shard capturing the", + "§7warmth and joy of winter", + "§7festivities.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC" + ], + "internalname": "WINTER_FRAGMENT", + "clickcommand": "", + "modver": "2.1.1-PRE" +} \ No newline at end of file -- cgit