Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Globox1997 committed Aug 15, 2024
1 parent e39e5a1 commit be73a42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,3 @@ private boolean isMouseWithinBounds(int x, int y, int width, int height, double
return mouseX >= (double) (x - 1) && mouseX < (double) (x + width + 1) && mouseY >= (double) (y - 1) && mouseY < (double) (y + height + 1);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,3 @@ public static int getMaxRows() {
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import net.minecraft.client.font.TextRenderer;
import net.minecraft.text.Text;
import net.minecraft.util.Identifier;
import org.jetbrains.annotations.Nullable;

import java.util.List;
import java.util.regex.Matcher;
Expand Down

0 comments on commit be73a42

Please sign in to comment.