From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: Added new rune, added nether npc, removed some alpha items (#953) * Added new rune, added nether npc, removed some alpha items * Added more npcs * Fixed lore of boots and added brewing ingrdient to lores * Fixed enigma soul and lore of power stone * Added undead to more * Removed weird npc * Fixed lore catacombs skill items * Added more mobs and npcs, fixed enderman pet lore * Added Lifeguard Chair * Added Vampire Slayer to crafttext * Made Game Breaker and Annihilator very special * Added Talbot and Kuudra Believer Npc * Added special xp value for vampire * Added fancy name --- items/LIVELY_SEPULTURE_CHESTPLATE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/LIVELY_SEPULTURE_CHESTPLATE.json') diff --git a/items/LIVELY_SEPULTURE_CHESTPLATE.json b/items/LIVELY_SEPULTURE_CHESTPLATE.json index 19a5bfd2..dd639a60 100644 --- a/items/LIVELY_SEPULTURE_CHESTPLATE.json +++ b/items/LIVELY_SEPULTURE_CHESTPLATE.json @@ -25,7 +25,7 @@ "internalname": "LIVELY_SEPULTURE_CHESTPLATE", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "crafttext": "", + "crafttext": "Requires: Vampire Slayer 5", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lively_Sepulture_Chestplate", -- cgit