From 50991fa867d3816475b9011df571b545842a95f2 Mon Sep 17 00:00:00 2001 From: msg-programs Date: Sat, 6 May 2023 13:16:48 +0200 Subject: Update README with recent changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3e7163..0239a89a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ 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) + * Some names clip outside of the player list screen sometimes * Relevant for devs: * 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) Apart from that, it's working! -- cgit