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/STEAK_STAKE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/STEAK_STAKE.json') diff --git a/items/STEAK_STAKE.json b/items/STEAK_STAKE.json index a2e535fd..97412358 100644 --- a/items/STEAK_STAKE.json +++ b/items/STEAK_STAKE.json @@ -25,7 +25,7 @@ "internalname": "STEAK_STAKE", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "crafttext": "", + "crafttext": "Requires: Vampire Slayer 2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Steak_Stake", -- cgit