[Bug] HUD causes my tlauncher to close #38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Issue | |
| on: | |
| issues: | |
| types: [ opened ] | |
| jobs: | |
| issue-moderator: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| contents: read | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| with: | |
| persist-credentials: false | |
| - name: Check Template | |
| uses: machiecodes/check-template@v1.0.1 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| - name: Check Content | |
| uses: machiecodes/check-content@v1.0.7 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} | |
| with: | |
| gemini-model: "gemini-3-flash-preview" | |
| project-context: "Meteor Client is a Minecraft utility client built as a Fabric mod, intended for use | |
| on anarchy servers where hack clients are permitted. It is written in Java and is currently targeting | |
| Minecraft version 26.1.2." | |