1.20.1 port

This will not receive any future updates
This commit is contained in:
Martin Prokoph
2024-07-03 15:03:23 +02:00
parent b61a85b5f7
commit e13a5ad978
8 changed files with 118 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ public class GIFHandler {
}
public int getTexture() {
return player.getRenderer().texture(tick,
(MathAPI.tickToMs(client.getRenderTickCounter().getTickDelta(true))), true);
(MathAPI.tickToMs(client.getTickDelta())), true);
}
public boolean isWorking() {
if (player != null && player.getException() != null) player.getException().fillInStackTrace();