diff --git a/.github/README.md b/.github/README.md index 5c92b2a6b..efbbc238d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -26,7 +26,7 @@
-![Logo Large](https://github.com/TerraFirmaGreg-Team/.github/blob/main/storage/modern/title/1920x720_with_background_4.png?raw=true) +![Logo_Title](https://github.com/TerraFirmaGreg-Team/.github/blob/main/storage/modern/title_logo.png?raw=true) ---

TerraFirmaGreg-Modern is a deep survival and tech modpack for Minecraft 1.20.1, seamlessly fusing together TerraFirmaCraft and GregTech.

@@ -60,7 +60,7 @@ Want to help translate? Please read [this](../kubejs/README%20IF%20TRANSLATING.m --- -![Image Readme](https://github.com/TerraFirmaGreg-Team/.github/blob/main/storage/modern/unedited/credit_tfg_dev_team.png?raw=true) +![Image_Readme](https://github.com/TerraFirmaGreg-Team/.github/blob/main/storage/modern/image_readme.png?raw=true)

External Credits and Special Thanks

diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 223ed0f22..83663b611 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "weekly" labels: - - "Type: Dependencies" + - "Pull request: Dependencies" groups: dependencies: applies-to: version-updates diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd72f0b86..07c008bf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,7 @@ jobs: ``` - name: 📝 Generate Github Summary - uses: WcAServices/markdown-template-action@v1.1.0 + uses: WcAServices/markdown-template-action@v1.1.1 with: template: | 📃 **Name**: ${{ steps.check.outputs.project_name }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index facc02b57..000000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Project Modpack News -run-name: "📰 Project Modpack News #${{ github.run_number }}" -on: - workflow_dispatch: - inputs: - project_version: - type: string - -jobs: - discord-message: - name: 📱 Discord Message - runs-on: ubuntu-latest - steps: - - - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.5 - with: - key: ${{ secrets.DISCORD_RELEASES }} - username: "TerraFirmaGreg" - avatar_url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png" - allowed_mentions_parse_roles: true - content_links_no_embed: .+ - content: | - "test" - @Modern-Team \ No newline at end of file diff --git a/kubejs/README IF TRANSLATING.md b/kubejs/README_IF_TRANSLATING.md similarity index 100% rename from kubejs/README IF TRANSLATING.md rename to kubejs/README_IF_TRANSLATING.md