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/DARK_CANDY.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/DARK_CANDY.json (limited to 'items/DARK_CANDY.json') diff --git a/items/DARK_CANDY.json b/items/DARK_CANDY.json new file mode 100644 index 00000000..25f1d6fa --- /dev/null +++ b/items/DARK_CANDY.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Dark Candy", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5e508f55-079f-39d4-8e83-e2dfe26f7d0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2M4NjZlNDIzOTU1MTQyOGY5YzgxNGQ5ZGMxMWU3MDAyZTA0M2I4N2Y1OTBmMWZkY2I0ZmY2YmI0OTdiOGUxOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Can be brought to §cVargul the\",1:\"§cUnearthed §7at the back of the\",2:\"§7Hub island during the §5Great\",3:\"§5Spook§7.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Dark Candy\"},ExtraAttributes:{id:\"DARK_CANDY\"}}", + "damage": 3, + "lore": [ + "§7§7Can be brought to §cVargul the", + "§cUnearthed §7at the back of the", + "§7Hub island during the §5Great", + "§5Spook§7.", + "", + "§9§lRARE" + ], + "internalname": "DARK_CANDY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit