From 746a61047e031ad8e30f354b43785b24f4655de6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:57:38 +0100 Subject: [PATCH] fix: Rev Chestplate craft text (#1530) --- items/REVENANT_CHESTPLATE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/items/REVENANT_CHESTPLATE.json b/items/REVENANT_CHESTPLATE.json index e4185dde4..702cb0bb8 100644 --- a/items/REVENANT_CHESTPLATE.json +++ b/items/REVENANT_CHESTPLATE.json @@ -37,11 +37,11 @@ "slayer_req": "ZOMBIE_5", "internalname": "REVENANT_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "", + "modver": "2.5.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Armor", "https://wiki.hypixel.net/Revenant_Chestplate" ], - "crafttext": "Requires: Zombie Slayer 4" + "crafttext": "Requires: Zombie Slayer 5" } \ No newline at end of file