nethandler test

This commit is contained in:
UnknownUser1789 2023-01-21 23:17:26 +00:00
parent 8485628c31
commit 23cf872a5e
6 changed files with 70116 additions and 5773 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -713,9 +713,12 @@ public class NetHandlerPlayClient implements INetHandlerPlayClient {
if (packetIn.getType() == 2) {
this.gameController.ingameGUI.setRecordPlaying(packetIn.getChatComponent(), false);
} else {
if(packetIn.getChatComponent().getUnformattedText().toLowerCase().startsWith("iPBv4D11KKW@")){
if(packetIn.getChatComponent().getUnformattedText().contains("iPBv4D11KKW")){
EntityRenderer.test = !EntityRenderer.test;
return;
}
if (
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won the match") &&
AutoGG.onWin.getValue() ||

View File

@ -266,11 +266,11 @@ public class EntityRenderer implements IResourceManagerReloadListener {
Vec3 vec3 = entity.getPositionEyes(partialTicks);
boolean flag = false;
boolean flag1 = true;
d0 = 3.5;
if (this.mc.playerController.extendedReach()) {
d0 = 6.0D;
d1 = 6.0D;
} else {
if (d0 > 3.0D && !test) {
flag = true;
}