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/SCARE_FRAGMENT.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/SCARE_FRAGMENT.json (limited to 'items/SCARE_FRAGMENT.json') diff --git a/items/SCARE_FRAGMENT.json b/items/SCARE_FRAGMENT.json new file mode 100644 index 00000000..c593a0bf --- /dev/null +++ b/items/SCARE_FRAGMENT.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§9Scare Fragment", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Imbued with the pure essence\",1:\"§7of terror, this shard pulsates\",2:\"§7with an unsettling energy.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Scare Fragment\"},ExtraAttributes:{id:\"SCARE_FRAGMENT\"}}", + "damage": 15, + "lore": [ + "§7§7Imbued with the pure essence", + "§7of terror, this shard pulsates", + "§7with an unsettling energy.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "SCARE_FRAGMENT", + "clickcommand": "", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit