diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-15 22:57:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 21:57:38 +0000 |
| commit | 746a61047e031ad8e30f354b43785b24f4655de6 (patch) | |
| tree | 96fc2efe89b2b5f66b3a39676924164622279f77 /items | |
| parent | 0a48398988ff83655846d32c42164b01e0ef58e6 (diff) | |
| download | NotEnoughUpdates-REPO-746a61047e031ad8e30f354b43785b24f4655de6.tar.gz NotEnoughUpdates-REPO-746a61047e031ad8e30f354b43785b24f4655de6.tar.bz2 NotEnoughUpdates-REPO-746a61047e031ad8e30f354b43785b24f4655de6.zip | |
fix: Rev Chestplate craft text (#1530)
Diffstat (limited to 'items')
| -rw-r--r-- | items/REVENANT_CHESTPLATE.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/REVENANT_CHESTPLATE.json b/items/REVENANT_CHESTPLATE.json index e4185dde..702cb0bb 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 |
