From e04bf9b49857a6e94755e0d488ac232afe89afe6 Mon Sep 17 00:00:00 2001 From: msg-programs Date: Sat, 6 May 2023 12:23:04 +0200 Subject: Update README to reflect recent fixes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b0a8e12..1b3e7163 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ This will be merged into Skyblocker when ready. It's not at the moment, but you ### Known Issues * Relevant for players: * Crimson Isle is not yet supported. (Getting Combat 24 is just... oof) - * Minor visual bugs when using ImmediatelyFast * Relevant for devs: - * Scraping the entire player list every frame isn't ideal. (possible optimisation for later) + * Scraping the entire player list multiple times every frame isn't ideal. (possible optimisation for later) * The error catching is broken and fails to deactivate the mod on parse failure. (this won't be in the final release anyways) * Placement of the text and icons for rendering should probably be done with the `MatrixStack` arg and not with my hacky "external" solution (`ItemRenderer.render()` couldn't accept one pre 1.19.4) -- cgit