diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10fc642..65eaab2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v2 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f365c7e..f348a45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v2 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/src/main/resources/assets/viafabric/config.yml b/src/main/resources/assets/viafabric/config.yml index e99e4b7..e30da2c 100644 --- a/src/main/resources/assets/viafabric/config.yml +++ b/src/main/resources/assets/viafabric/config.yml @@ -7,7 +7,7 @@ enable-client-side: false client-side-version: -1 # Hides VIA button from multiplayer menu. hide-button: false -# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version, +# List of servers which ViaFabric will force disable transforming on client-side. It can be overwritten by setting per-server version. # # This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address. # Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*)