From e8e8c6f8ad13b06bce6218714a4f03287a30ca01 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:10:17 +0200 Subject: Added new items from the spook event (#1013) * Added new items and fixed intimidation texture * Fixed Rarity of Tnt and 2 textures * Added new items * Fixed Sack Size, added new npcs and fixed some lore * Fixed lores, added new pet stats, added new items * Added new item, added new essenceshop perks (missing diamond and fixed monocle req * Added new items to museum and fixed order * Added Diamond Essence Perks and fixed some gold essence perk * Tf did i do here * Added winter warp * Fixed Intimidation parent --- items/EXPIRED_PUMPKIN.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/EXPIRED_PUMPKIN.json (limited to 'items/EXPIRED_PUMPKIN.json') diff --git a/items/EXPIRED_PUMPKIN.json b/items/EXPIRED_PUMPKIN.json new file mode 100644 index 00000000..3d434b43 --- /dev/null +++ b/items/EXPIRED_PUMPKIN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aExpired Pumpkin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c57081d5-f556-3101-bf76-b4ec54afc585\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODI4OTIwOTkyMGQ1ZjE5MTc1ZDc5YWU2YWE2YWE3YmI4OTkxNDRhN2JjNGYzNjEyZjQzNDdlY2EyNWU1NzJmYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Bring §63,000 §7of these to\",1:\"§7§5Carrolyn §7in §5Scarleton §7to\",2:\"§7permanently gain §c+5❤ Health\",3:\"§c§7and §6+12☘ Farming Fortune\",4:\"§6§7for pumpkins.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aExpired Pumpkin\"},ExtraAttributes:{id:\"EXPIRED_PUMPKIN\"}}", + "damage": 3, + "lore": [ + "§7Bring §63,000 §7of these to", + "§7§5Carrolyn §7in §5Scarleton §7to", + "§7permanently gain §c+5❤ Health", + "§c§7and §6+12☘ Farming Fortune", + "§6§7for pumpkins.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EXPIRED_PUMPKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit