From 98fc06354507f164ed6e1b8c4ef29274c068c1cd Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:52:51 -0600 Subject: [PATCH 1/2] fix: proper name, take 2 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32c47e911..1c526708d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -380,7 +380,7 @@ jobs: files: | artifacts/${{ env.PACK_NAME }}-${{ matrix.version }}-${{ matrix.loader }}-${{ env.VERSION }}-modrinth.mrpack - name: "${{ needs.check-tag.outputs.is_lite == 'true' && 'RC-Lite' || 'RC' }} ${{ env.VERSION }} (${{ matrix.loader == 'neoforged' ? 'NeoForge' : matrix.loader == 'neoforge' ? 'NeoForge' : matrix.loader == 'forge' ? 'Forge' : matrix.loader == 'fabric' ? 'Fabric' : matrix.loader == 'quilt' ? 'Quilt' : 'ERROR, FIX ME IN publish.yml' }})" + name: "${{ needs.check-tag.outputs.is_lite == 'true' && 'RC-Lite' || 'RC' }} ${{ env.VERSION }} (${{ matrix.loader == 'neoforged' && 'NeoForge' || matrix.loader == 'neoforge' && 'NeoForge' || matrix.loader == 'forge' && 'Forge' || matrix.loader == 'fabric' && 'Fabric' || matrix.loader == 'quilt' && 'Quilt' || 'ERROR, FIX ME IN publish.yml' }})" version: "${{ env.VERSION }}-${{ matrix.loader }}-${{ matrix.version }}" version-type: ${{ github.event_name == 'release' && (contains(github.event.release.tag_name, 'alpha') && 'alpha' || contains(github.event.release.tag_name, 'beta') && 'beta' || 'release') || 'alpha' }} @@ -450,7 +450,7 @@ jobs: files: | artifacts/${{ env.PACK_NAME }}-${{ matrix.version }}-${{ matrix.loader }}-${{ env.VERSION }}-curseforge.zip - name: "${{ needs.check-tag.outputs.is_lite == 'true' && 'RC-Lite' || 'RC' }} ${{ env.VERSION }} (${{ matrix.loader == 'neoforged' ? 'NeoForge' : matrix.loader == 'neoforge' ? 'NeoForge' : matrix.loader == 'forge' ? 'Forge' : matrix.loader == 'fabric' ? 'Fabric' : matrix.loader == 'quilt' ? 'Quilt' : 'ERROR, FIX ME IN publish.yml' }})" + name: "${{ needs.check-tag.outputs.is_lite == 'true' && 'RC-Lite' || 'RC' }} ${{ env.VERSION }} (${{ matrix.loader == 'neoforged' && 'NeoForge' || matrix.loader == 'neoforge' && 'NeoForge' || matrix.loader == 'forge' && 'Forge' || matrix.loader == 'fabric' && 'Fabric' || matrix.loader == 'quilt' && 'Quilt' || 'ERROR, FIX ME IN publish.yml' }})" version: "${{ env.VERSION }}-${{ matrix.loader }}-${{ matrix.version }}" version-type: ${{ github.event_name == 'release' && (contains(github.event.release.tag_name, 'alpha') && 'alpha' || contains(github.event.release.tag_name, 'beta') && 'beta' || 'release') || 'alpha' }} From f56167ab76d217e189f823b567f195a2e3386825 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:03:32 +0000 Subject: [PATCH 2/2] Commit from GitHub Actions (Auto Update) --- .../curseforge/fabric/1.20.1/index.toml | 12 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.20.1/mods/entityculling.pw.toml | 6 +- .../fabric/1.20.1/mods/factory-api.pw.toml | 6 +- .../fabric/1.20.1/mods/modernfix.pw.toml | 6 +- .../curseforge/fabric/1.20.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.20.4/index.toml | 10 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.20.4/mods/entityculling.pw.toml | 6 +- .../fabric/1.20.4/mods/factory-api.pw.toml | 6 +- .../curseforge/fabric/1.20.4/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.21.1/index.toml | 16 +- .../fabric/1.21.1/mods/c2me.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.1/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.1/mods/fabric-api.pw.toml | 6 +- .../fabric/1.21.1/mods/factory-api.pw.toml | 6 +- .../fabric/1.21.1/mods/modernfix.pw.toml | 6 +- .../curseforge/fabric/1.21.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.21.3/index.toml | 12 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.3/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.3/mods/factory-api.pw.toml | 6 +- .../curseforge/fabric/1.21.3/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../legacy-skins-pack-ordering.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.21.4/index.toml | 10 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.4/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.4/mods/factory-api.pw.toml | 6 +- .../curseforge/fabric/1.21.4/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.21.5/index.toml | 10 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.5/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.5/mods/factory-api.pw.toml | 6 +- .../curseforge/fabric/1.21.5/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.21.8/index.toml | 16 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.8/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.8/mods/fabric-api.pw.toml | 6 +- .../fabric/1.21.8/mods/factory-api.pw.toml | 6 +- .../1.21.8/mods/immediatelyfast.pw.toml | 6 +- .../fabric/1.21.8/mods/sodium.pw.toml | 6 +- .../curseforge/fabric/1.21.8/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.20.1/index.toml | 12 +- .../1.20.1/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.20.1/mods/entityculling.pw.toml | 8 +- .../fabric/1.20.1/mods/factory-api.pw.toml | 8 +- .../fabric/1.20.1/mods/modernfix.pw.toml | 8 +- .../modrinth/fabric/1.20.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.20.4/index.toml | 10 +- .../1.20.4/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.20.4/mods/entityculling.pw.toml | 8 +- .../fabric/1.20.4/mods/factory-api.pw.toml | 8 +- .../modrinth/fabric/1.20.4/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.21.1/index.toml | 16 +- .../fabric/1.21.1/mods/c2me-fabric.pw.toml | 8 +- .../1.21.1/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.1/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.1/mods/fabric-api.pw.toml | 8 +- .../fabric/1.21.1/mods/factory-api.pw.toml | 8 +- .../fabric/1.21.1/mods/modernfix.pw.toml | 8 +- .../modrinth/fabric/1.21.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.21.3/index.toml | 12 +- .../1.21.3/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.3/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.3/mods/factory-api.pw.toml | 8 +- .../modrinth/fabric/1.21.3/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../legacy-skins-pack-ordering.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.21.4/index.toml | 10 +- .../1.21.4/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.4/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.4/mods/factory-api.pw.toml | 8 +- .../modrinth/fabric/1.21.4/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.21.5/index.toml | 10 +- .../1.21.5/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.5/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.5/mods/factory-api.pw.toml | 8 +- .../modrinth/fabric/1.21.5/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../modrinth/fabric/1.21.8/index.toml | 18 +- .../1.21.8/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.8/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.8/mods/fabric-api.pw.toml | 8 +- .../fabric/1.21.8/mods/factory-api.pw.toml | 8 +- .../1.21.8/mods/immediatelyfast.pw.toml | 8 +- .../fabric/1.21.8/mods/minimega.pw.toml | 8 +- .../fabric/1.21.8/mods/sodium.pw.toml | 8 +- .../modrinth/fabric/1.21.8/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../curseforge/fabric/1.20.1/index.toml | 22 +- .../fabric/1.20.1/mods/chat-heads.pw.toml | 6 +- .../fabric/1.20.1/mods/craftpresence.pw.toml | 6 +- .../1.20.1/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.20.1/mods/factory-api.pw.toml | 6 +- .../fabric/1.20.1/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.20.1/mods/modernfix.pw.toml | 6 +- .../fabric/1.20.1/mods/polytone.pw.toml | 6 +- .../1.20.1/mods/simple-voice-chat.pw.toml | 6 +- .../fabric/1.20.1/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.20.1/pack.toml | 2 +- .../curseforge/fabric/1.20.4/index.toml | 14 +- .../fabric/1.20.4/mods/chat-heads.pw.toml | 6 +- .../fabric/1.20.4/mods/craftpresence.pw.toml | 6 +- .../1.20.4/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.20.4/mods/factory-api.pw.toml | 6 +- .../fabric/1.20.4/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.20.4/pack.toml | 2 +- .../curseforge/fabric/1.21.1/index.toml | 30 +- .../fabric/1.21.1/mods/bettergrassify.pw.toml | 6 +- .../fabric/1.21.1/mods/c2me.pw.toml | 6 +- .../fabric/1.21.1/mods/chat-heads.pw.toml | 6 +- .../fabric/1.21.1/mods/craftpresence.pw.toml | 6 +- .../1.21.1/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.1/mods/fabric-api.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.21.1/mods/factory-api.pw.toml | 6 +- .../1.21.1/mods/lambdynamiclights.pw.toml | 6 +- .../fabric/1.21.1/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.1/mods/modernfix.pw.toml | 6 +- .../fabric/1.21.1/mods/polytone.pw.toml | 6 +- .../1.21.1/mods/simple-voice-chat.pw.toml | 6 +- .../fabric/1.21.1/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.21.1/pack.toml | 2 +- .../curseforge/fabric/1.21.3/index.toml | 14 +- .../fabric/1.21.3/mods/chat-heads.pw.toml | 6 +- .../fabric/1.21.3/mods/craftpresence.pw.toml | 6 +- .../1.21.3/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.21.3/mods/factory-api.pw.toml | 6 +- .../fabric/1.21.3/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.21.3/pack.toml | 2 +- .../curseforge/fabric/1.21.4/index.toml | 20 +- .../fabric/1.21.4/mods/chat-heads.pw.toml | 6 +- .../fabric/1.21.4/mods/craftpresence.pw.toml | 6 +- .../1.21.4/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.21.4/mods/factory-api.pw.toml | 6 +- .../fabric/1.21.4/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.4/mods/polytone.pw.toml | 6 +- .../1.21.4/mods/simple-voice-chat.pw.toml | 6 +- .../fabric/1.21.4/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.21.4/pack.toml | 2 +- .../curseforge/fabric/1.21.5/index.toml | 22 +- .../fabric/1.21.5/mods/chat-heads.pw.toml | 6 +- .../fabric/1.21.5/mods/craftpresence.pw.toml | 6 +- .../1.21.5/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../mods/fabric-language-kotlin.pw.toml | 6 +- .../fabric/1.21.5/mods/factory-api.pw.toml | 6 +- .../1.21.5/mods/lambdynamiclights.pw.toml | 6 +- .../fabric/1.21.5/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.5/mods/modmenu.pw.toml | 6 +- .../1.21.5/mods/simple-voice-chat.pw.toml | 6 +- .../fabric/1.21.5/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.21.5/pack.toml | 2 +- .../curseforge/fabric/1.21.8/index.toml | 238 +++++++------- .../fabric/1.21.8/mods/chat-heads.pw.toml | 6 +- .../fabric/1.21.8/mods/craftpresence.pw.toml | 6 +- .../1.21.8/mods/crash-assistant.pw.toml | 6 +- .../mods/custom-player-models-fabric.pw.toml | 6 +- .../fabric/1.21.8/mods/entityculling.pw.toml | 6 +- .../fabric/1.21.8/mods/fabric-api.pw.toml | 6 +- .../fabric/1.21.8/mods/factory-api.pw.toml | 6 +- .../1.21.8/mods/immediatelyfast.pw.toml | 6 +- .../1.21.8/mods/lambdynamiclights.pw.toml | 6 +- .../fabric/1.21.8/mods/optiboxes.pw.toml | 6 +- .../fabric/1.21.8/mods/sodium.pw.toml | 6 +- .../fabric/1.21.8/mods/unilib.pw.toml | 6 +- .../curseforge/fabric/1.21.8/pack.toml | 2 +- .../modrinth/fabric/1.20.1/index.toml | 262 +++++++-------- .../fabric/1.20.1/mods/chat-heads.pw.toml | 8 +- .../fabric/1.20.1/mods/craftpresence.pw.toml | 8 +- .../1.20.1/mods/crash-assistant.pw.toml | 8 +- .../1.20.1/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.20.1/mods/entityculling.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../fabric/1.20.1/mods/factory-api.pw.toml | 8 +- .../fabric/1.20.1/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.20.1/mods/modernfix.pw.toml | 8 +- .../fabric/1.20.1/mods/polytone.pw.toml | 8 +- .../fabric/1.20.1/mods/raknetify.pw.toml | 8 +- .../1.20.1/mods/simple-voice-chat.pw.toml | 8 +- .../fabric/1.20.1/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.20.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../fabric/1.20.1/resourcepacks/pacp.pw.toml | 6 +- .../modrinth/fabric/1.20.4/index.toml | 264 +++++++-------- .../fabric/1.20.4/mods/chat-heads.pw.toml | 8 +- .../fabric/1.20.4/mods/craftpresence.pw.toml | 8 +- .../1.20.4/mods/crash-assistant.pw.toml | 8 +- .../1.20.4/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.20.4/mods/entityculling.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../fabric/1.20.4/mods/factory-api.pw.toml | 8 +- .../fabric/1.20.4/mods/raknetify.pw.toml | 8 +- .../fabric/1.20.4/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.20.4/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../fabric/1.20.4/resourcepacks/pacp.pw.toml | 6 +- .../modrinth/fabric/1.21.1/index.toml | 236 +++++++------- .../fabric/1.21.1/mods/bettergrassify.pw.toml | 8 +- .../fabric/1.21.1/mods/c2me-fabric.pw.toml | 8 +- .../fabric/1.21.1/mods/chat-heads.pw.toml | 8 +- .../fabric/1.21.1/mods/craftpresence.pw.toml | 8 +- .../1.21.1/mods/crash-assistant.pw.toml | 8 +- .../1.21.1/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.1/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.1/mods/fabric-api.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../1.21.1/mods/fabricbettergrass.pw.toml | 8 +- .../fabric/1.21.1/mods/factory-api.pw.toml | 8 +- .../1.21.1/mods/lambdynamiclights.pw.toml | 8 +- .../fabric/1.21.1/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.1/mods/modernfix.pw.toml | 8 +- .../fabric/1.21.1/mods/polytone.pw.toml | 8 +- .../fabric/1.21.1/mods/raknetify.pw.toml | 8 +- .../1.21.1/mods/simple-voice-chat.pw.toml | 8 +- .../fabric/1.21.1/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.21.1/pack.toml | 2 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../fabric/1.21.1/resourcepacks/pacp.pw.toml | 6 +- .../modrinth/fabric/1.21.3/index.toml | 306 +++++++++--------- .../fabric/1.21.3/mods/chat-heads.pw.toml | 8 +- .../fabric/1.21.3/mods/craftpresence.pw.toml | 8 +- .../1.21.3/mods/crash-assistant.pw.toml | 8 +- .../1.21.3/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.3/mods/entityculling.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../fabric/1.21.3/mods/factory-api.pw.toml | 8 +- .../fabric/1.21.3/mods/raknetify.pw.toml | 8 +- .../fabric/1.21.3/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.21.3/pack.toml | 2 +- .../resourcepacks/candy-texture-pack.pw.toml | 6 +- .../cartoon-texture-pack.pw.toml | 6 +- .../chinese-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/city-texture-pack.pw.toml | 6 +- .../fantasy-texture-pack.pw.toml | 6 +- .../resourcepacks/festive-mash-up.pw.toml | 6 +- .../greek-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/halloween-mash-up.pw.toml | 8 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../legacy-skins-pack-ordering.pw.toml | 8 +- .../resourcepacks/mass-effect-mash-up.pw.toml | 6 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../natural-texture-pack.pw.toml | 6 +- .../fabric/1.21.3/resourcepacks/pacp.pw.toml | 6 +- .../pattern-texture-pack.pw.toml | 6 +- .../plastic-texture-pack.pw.toml | 6 +- .../steampunk-texture-pack.pw.toml | 6 +- .../modrinth/fabric/1.21.4/index.toml | 274 ++++++++-------- .../fabric/1.21.4/mods/chat-heads.pw.toml | 8 +- .../fabric/1.21.4/mods/craftpresence.pw.toml | 8 +- .../1.21.4/mods/crash-assistant.pw.toml | 8 +- .../1.21.4/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.4/mods/entityculling.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../fabric/1.21.4/mods/factory-api.pw.toml | 8 +- .../fabric/1.21.4/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.4/mods/polytone.pw.toml | 8 +- .../fabric/1.21.4/mods/raknetify.pw.toml | 8 +- .../1.21.4/mods/simple-voice-chat.pw.toml | 8 +- .../fabric/1.21.4/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.21.4/pack.toml | 2 +- .../resourcepacks/candy-texture-pack.pw.toml | 6 +- .../cartoon-texture-pack.pw.toml | 6 +- .../chinese-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/city-texture-pack.pw.toml | 6 +- .../fantasy-texture-pack.pw.toml | 6 +- .../resourcepacks/festive-mash-up.pw.toml | 6 +- .../greek-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/halloween-mash-up.pw.toml | 8 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/mass-effect-mash-up.pw.toml | 6 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../natural-texture-pack.pw.toml | 6 +- .../fabric/1.21.4/resourcepacks/pacp.pw.toml | 6 +- .../pattern-texture-pack.pw.toml | 6 +- .../plastic-texture-pack.pw.toml | 6 +- .../steampunk-texture-pack.pw.toml | 6 +- .../modrinth/fabric/1.21.5/index.toml | 234 +++++++------- .../fabric/1.21.5/mods/chat-heads.pw.toml | 8 +- .../fabric/1.21.5/mods/craftpresence.pw.toml | 8 +- .../1.21.5/mods/crash-assistant.pw.toml | 8 +- .../1.21.5/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.5/mods/entityculling.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- .../fabric/1.21.5/mods/factory-api.pw.toml | 8 +- .../1.21.5/mods/lambdynamiclights.pw.toml | 8 +- .../fabric/1.21.5/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.5/mods/modmenu.pw.toml | 8 +- .../fabric/1.21.5/mods/raknetify.pw.toml | 8 +- .../1.21.5/mods/simple-voice-chat.pw.toml | 8 +- .../fabric/1.21.5/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.21.5/pack.toml | 2 +- .../resourcepacks/candy-texture-pack.pw.toml | 6 +- .../cartoon-texture-pack.pw.toml | 6 +- .../chinese-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/city-texture-pack.pw.toml | 6 +- .../fantasy-texture-pack.pw.toml | 6 +- .../resourcepacks/festive-mash-up.pw.toml | 6 +- .../greek-mythology-mash-up.pw.toml | 8 +- .../resourcepacks/halloween-mash-up.pw.toml | 8 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/mass-effect-mash-up.pw.toml | 6 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../natural-texture-pack.pw.toml | 6 +- .../fabric/1.21.5/resourcepacks/pacp.pw.toml | 6 +- .../pattern-texture-pack.pw.toml | 6 +- .../plastic-texture-pack.pw.toml | 6 +- .../steampunk-texture-pack.pw.toml | 6 +- .../modrinth/fabric/1.21.8/index.toml | 271 ++++++++-------- .../fabric/1.21.8/mods/chat-heads.pw.toml | 8 +- .../fabric/1.21.8/mods/collective.pw.toml | 8 +- .../mods/console-advancement-sounds.pw.toml | 8 +- .../fabric/1.21.8/mods/craftpresence.pw.toml | 8 +- .../1.21.8/mods/crash-assistant.pw.toml | 8 +- .../1.21.8/mods/custom-player-models.pw.toml | 8 +- .../fabric/1.21.8/mods/entityculling.pw.toml | 8 +- .../fabric/1.21.8/mods/fabric-api.pw.toml | 8 +- .../fabric/1.21.8/mods/factory-api.pw.toml | 8 +- .../1.21.8/mods/immediatelyfast.pw.toml | 8 +- .../modrinth/fabric/1.21.8/mods/iris.pw.toml | 8 +- .../1.21.8/mods/lambdynamiclights.pw.toml | 8 +- .../mods/legacy-nether-extended.pw.toml | 8 +- .../fabric/1.21.8/mods/minimega.pw.toml | 8 +- .../fabric/1.21.8/mods/moderner-beta.pw.toml | 8 +- .../fabric/1.21.8/mods/optiboxes.pw.toml | 8 +- .../fabric/1.21.8/mods/raknetify.pw.toml | 8 +- .../1.21.8/mods/simple-voice-chat.pw.toml | 8 +- .../fabric/1.21.8/mods/sodium.pw.toml | 8 +- .../fabric/1.21.8/mods/unilib.pw.toml | 8 +- .../modrinth/fabric/1.21.8/pack.toml | 2 +- .../resourcepacks/candy-texture-pack.pw.toml | 6 +- .../cartoon-texture-pack.pw.toml | 6 +- .../chinese-mythology-mash-up.pw.toml | 6 +- .../resourcepacks/city-texture-pack.pw.toml | 6 +- .../fantasy-texture-pack.pw.toml | 6 +- .../resourcepacks/festive-mash-up.pw.toml | 6 +- .../greek-mythology-mash-up.pw.toml | 6 +- .../resourcepacks/halloween-mash-up.pw.toml | 6 +- .../resourcepacks/legacy-skin-packs.pw.toml | 8 +- .../resourcepacks/mass-effect-mash-up.pw.toml | 6 +- .../resourcepacks/modern-skin-packs.pw.toml | 8 +- .../natural-texture-pack.pw.toml | 6 +- .../fabric/1.21.8/resourcepacks/pacp.pw.toml | 6 +- .../pattern-texture-pack.pw.toml | 6 +- .../plastic-texture-pack.pw.toml | 6 +- .../steampunk-texture-pack.pw.toml | 6 +- 384 files changed, 2381 insertions(+), 2386 deletions(-) diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/index.toml index 7ba50121d..51601a7c6 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "c9ef61ec38442cb7cd5d08f3e843f82c3b861defe425692c84b24f64875f7830" +hash = "7441a6d9dec48d5df094c2ad36c1a8541b6b72c0cb67689885f5df5b4c28153c" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "17ce7e84b5d57f4794774be5828ba35206f877bbe66424e2bcbcc9f6a909fc73" +hash = "b64a246a2066d6b8eb1cd7b9ab0e306412275ee2b3fae33ac5958c89b7f89f86" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "0ee69a5384de5097d219d38f157b574d9ddc77e0ba1dd69107a9cb513eaf93cc" +hash = "8a79daa72d4d43d96c7f8a247ce761b16d4df8212a8ea1adc010324b0a45d2c9" metafile = true [[files]] @@ -153,7 +153,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "01790d2c66c3a13abda0cc8ed33a456723970e1601ff5ac29cacb02091776f8a" +hash = "93d496f6c25652cf7cca21aac860641ec337d2d6cf00b32cfb52091a1478ee20" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml index d4744b9d2..8f226fd73 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "920b0db4d985b6fd30a7e53dd159b3b4f5f80f68" +hash = "f242df01fe9517ee0b4fce325ee803413ed4a6fc" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843773 +file-id = 7192336 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/entityculling.pw.toml index 9bd60278d..26513fd32 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.20.1.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.1.jar" side = "both" [download] hash-format = "sha1" -hash = "aafa013a11005e426ed912461b361be44aa0bad4" +hash = "8a6b2d2aad750befebcce4303f2d89b449cb7404" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780225 +file-id = 7167799 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/factory-api.pw.toml index 16fdb45aa..ddf84cd4f 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "1ad3d5569fe9a436d60bf07fb0fae561e97730db" +hash = "0efc1695525781c2efef9d0d998592f156202b7d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857414 +file-id = 7201174 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/modernfix.pw.toml index 8a966f277..22a3e4863 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.20.1.jar" side = "both" [download] hash-format = "sha1" -hash = "3d20fa94c463113a24346ed544f4ca95c54bae8d" +hash = "7c9897fc5f5252161868b4f60b0cfbe58441a440" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6837712 +file-id = 7200211 project-id = 790626 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/pack.toml index 7dcde80d6..ad7f2d028 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e67257945494e01c1b252c16bca60bd25a4ea5227adb44b5aa44835bff2b377f" +hash = "5215f1653ad17a98dbcd4b2c73f600e58a313502068a2c0ee0ad8478a660341e" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/index.toml index 6d705ed8d..2a2ed51d6 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "3ac36038e1f35b5c997f0da2f028b9f4059d36bb4a37ff4deece33c47e8981f7" +hash = "872ee57f0fc24df43744e8cc7d61ff34f86fe83becb4ed075695dbd6db9799ff" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "ffb0ec9ff26e7c110ce3f0acaaa2f70bb319a245f99b1bb6614eb1ba42ab57b3" +hash = "60905149113c2ecf223ac9dfda84b57bacfbcacac4ee6f16d487174c1660b512" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "e1940e88915a1b8bb77b4461de5f03d097a9fcd72d93d13c8043186349ad914c" +hash = "cae3f63c2813d1790b708d7a8ea25d9602138db1ba29ac19f1b79218a433ff6d" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml index a4c708b6c..b5d9453e7 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "6fd9d0cbec235dc9c9964195e7f2f7349a1d5263" +hash = "ed0ad829ec040af6bf4644d036646473391a3bdd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843778 +file-id = 7192344 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/entityculling.pw.toml index 3b9f60d3d..4e027d031 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.20.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.4.jar" side = "both" [download] hash-format = "sha1" -hash = "cfc97d8bd097898867598a8e0dcc2bef64e09887" +hash = "837197905d363e22ca4a538983c2084abe07c447" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780230 +file-id = 7167804 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/factory-api.pw.toml index d1a91a1e6..4c78a0b96 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "2a0e6281d03b0c370d8d1346a53111c291411ec1" +hash = "f6f7ef1d220a0f1bc95e65a7d1f9aa787ea706b0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857416 +file-id = 7201175 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/pack.toml index ef387b73c..8aa81aa83 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57c2cd0c9d78b7032f02faeacc4d08f36b417f50e01893aebd0d025e628e4592" +hash = "697e082e46899a4a1b72032b1df469ff0d075da16c2f5940ff8e6ef040c41659" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/index.toml index 0075f0a3b..e01bb4235 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/index.toml @@ -83,7 +83,7 @@ metafile = true [[files]] file = "mods/c2me.pw.toml" -hash = "ec813e6ade7e4f375d23908224581c1424d6bccaf3a54d9c59761c447c2707f9" +hash = "512a9aa7d85f3cf154f36ac8e287889e5730088fe19b8eb0b1e9409ca2ba5756" metafile = true [[files]] @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "dceea66eaf78a5f91aada4d31456777d8412dfba06446fc420099c59dad6b74b" +hash = "8017be7093db7f65c77172760844366689168a23c3f2a907160535d4da25c505" metafile = true [[files]] @@ -108,17 +108,17 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "bc27bbd402af2546a29636f4544f9ed7a3a6efc479b4b13659b92e30e75d03b7" +hash = "5b0efedacf27b8b22797a0ccfe0c1caafe82c79723557e07e8c55dea780afc68" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "8ab145d5746ea395c37aeb7c48d3da6c60664c9c3a172e433892978c809a6ec3" +hash = "0e28ba15ba1769864a4af0b2f7ffaa3c90017b49633bef2a843b14a46e9a791d" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "98a268cc0907365cb6ad879917a06150492f451e6f4f22abbf3b03f1c492c042" +hash = "a6d68d660e04e01bb3a62e1a2fcb57ba186fa316c2c29a476b1a37ff7a352e74" metafile = true [[files]] @@ -153,7 +153,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "7c702d1eb46d5c70af78a3414e1a29e610b73975d5ba3826e1bfdb89c3857b39" +hash = "756e9021d46a85cc4a8f89e9f71c0ac6031e8e40b41004fd2915bf2cbe64cd99" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/c2me.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/c2me.pw.toml index bafbe9c17..a82ef96a3 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/c2me.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/c2me.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine" -filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.358.jar" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.362.jar" side = "both" [download] hash-format = "sha1" -hash = "93a847bd7e469c6dcafea4fd4ee59926ca8f65f4" +hash = "9beac89c94f36a342cb07cd9fcb42608bdd07771" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7028917 +file-id = 7176425 project-id = 533097 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml index 81a062c3e..f83f1308c 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "873cd620b2197b10b33ce67a5ac67c79becf04c7" +hash = "6e800d94eb2f54af2a6b63aa8cca9e64f5ff6808" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843782 +file-id = 7192353 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/entityculling.pw.toml index 7fd068793..ef4d358a6 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.21.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "9b21d48e4c95ebf94aac46b5fcd6a4d86fd7cfc7" +hash = "f2b94ee52789bb0c50bc28030269a232e354a176" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780236 +file-id = 7167810 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml index 09a27c44c..abdb9c874 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.116.6+1.21.1.jar" +filename = "fabric-api-0.116.7+1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "10d5c7cf5fb309513b4f68b85b1e0d9dccbec9ac" +hash = "79e9f3e82499fbae5bd667b96a79927ae68f90eb" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6941910 +file-id = 7081224 project-id = 306612 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/factory-api.pw.toml index 24a6c082d..ccf36f70e 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "28e2b282562f1b3294b49cbe3d4a640233d577ce" +hash = "aec3b2dc9397b54d6b4b9dba81b0d63aabfd0865" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857419 +file-id = 7201179 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/modernfix.pw.toml index 085653442..e59dd1d09 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.21.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "fd5bd05c9380243b3fa86e42b3649d8cdb235a60" +hash = "4ab39e9c736e7204146792c545ec5b29fc0a3872" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6766123 +file-id = 7200210 project-id = 790626 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/pack.toml index 7ce2c9e93..41dc8b133 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "adac390c94812269f6d4c20085eeb8b7d1be8b45046f7c8c41ddd35870368504" +hash = "ba48696641d8a052251ea0914e09b71e27743db0819f31ea6f8a15c9989c4dd8" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/index.toml index 76a01fcd0..e0a0a0d0f 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "c99c0c9292338016b9ec22d83267f7b65773312b5e096468cc8ae6e98e4e86c3" +hash = "7f1537e83ff108683ad57a1af2c64afca39c8634a8c585af0b7ef5341ab29bee" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "d5405969dd8777c9ba1b8f6f32ccd5b562a90503be92f5894d85544c18cc4cb9" +hash = "17ede9d2a090d0f447fe1902742923812fd410d618f929dc8784c2c998296d1c" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "c75dcfc888383e9391ae027f1a3647b2ec51e74b78ac2ad271bf759badd79699" +hash = "3bb805b3f8e1e57212b717902a35cc8ad76ab55bb3765409d293a45ee2202598" metafile = true [[files]] @@ -188,12 +188,12 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "657e310ef05e0e0a3f7a81f2f6a2b6b08e04c9ec833ae5aad80de817c5a4d7ad" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] @@ -203,7 +203,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml index 3dbcf9f27..d1a1a6e9e 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "b4499370e49964b50b87851b280ac3589fb00d74" +hash = "8e962d81f0e7b52a6855ce374afb0e1b8882789a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843784 +file-id = 7192358 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/entityculling.pw.toml index 95fd784e5..543c3f1c1 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.21.3.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.3.jar" side = "both" [download] hash-format = "sha1" -hash = "0f5522a892d53ed25a5b8007860224368df0cd53" +hash = "2b8797d3999cb74245e1367e600bdf73ed9ffee7" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780239 +file-id = 7167816 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/factory-api.pw.toml index 93c56711b..35a5b05e8 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.3-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "74ca438531646c86be92e2f1aa875b7014dbd3d9" +hash = "ecf1f6531fec8e1df1bfda9f97fd56d8dddf3328" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857422 +file-id = 7201185 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/pack.toml index 7a2961958..d4a47939a 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1740ef15320a802bc6c7ea254c76dbf41f0a3ef89241ee2a2501339734a5f53f" +hash = "c0c8537f3d5c9f18c24c4eb1d6e11f899ea4ffc0b5f8975b5006b45e7274d14c" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml index 280d69173..dfd861f1d 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skins Pack Ordering" -filename = "Legacy Skins Pack Ordering v2.1.zip" +filename = "Legacy Skins Pack Ordering v3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/ZO3piBBE/Legacy%20Skins%20Pack%20Ordering%20v2.1.zip" +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" hash-format = "sha512" -hash = "a9e0554b6a045cadb5d3144f7ef6076b232351665cfdaf4d763b23f19620832c4007fb7b3636564f0658b89fdeb76f3bbcaf33f918f32d716916c81a7404bd38" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" [update] [update.modrinth] mod-id = "3ikLYLCy" -version = "ZO3piBBE" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/index.toml index d3d0d8a15..fef85de32 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "592d88209b7810c11ee8d90816e62c2801869f93b25e7cd3c26ffa14b151e1a5" +hash = "54b9fc1dfa85c2a94d3f4561f95a4c34735442dde651d54c804b14a991f3fb88" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "12d89fdc0bf64ab0f8153f35c7ffd22b427329933d6a9ad2f4bd9773ce24bb7a" +hash = "82e3ec29c5bb69541c84242acd09ca28248a1f8887454f20d111d529ea52a306" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "4add877787f1f75d963f5718fc4e8a5de93d30dadeba8440bea122f0a15f8700" +hash = "d0d78d609ce43629a81ebd8949d462fb9f2509a5a9fa60eef8e4c5582294e276" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml index 39ef9eaaf..386639ab8 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "00a9acf75f126df60afb6268229a1c42954c69e9" +hash = "713c2260c2e3c5dd2e0ffa8213e465ba82eb3a40" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843785 +file-id = 7192363 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/entityculling.pw.toml index 401aa829e..305febd2e 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.21.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.4.jar" side = "both" [download] hash-format = "sha1" -hash = "6bbfcc471c049f1fe116c49e30cbb287c26a9fac" +hash = "d5e800da45ca8a8a98f0737df2a839110d77cc40" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780243 +file-id = 7167819 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/factory-api.pw.toml index 559e8f6e9..499fd8a81 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "78c21d6e210baa7b9605c47d6f8e9837a68c18d0" +hash = "7fae5cdebffa4ad4fb72dcded997d14043db17c6" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857424 +file-id = 7201189 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/pack.toml index 1cc7bec85..ce4c1ca0d 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1e851f8228e0626b329422ccc2d7f78ca7db94f34085d11ee67777c3b8cd586b" +hash = "857112f99cdb16e31c6d465dcbaac2ee34960168df107b3cc0ec822030de56e2" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/index.toml index 8416fea34..4e1c281b1 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "0ea041c41782c6e428befd7029d8d4a5a3cccb78189cef3a8648f960ba964904" +hash = "f91faacdb9ba80781c3a76991ef564d46ff3bc7848118ee8c6fcd4eb0450a961" metafile = true [[files]] @@ -103,7 +103,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "092c3d73d2457a5c77e3ade8dd83b26d3714f1853de53298b74901eacaeb1988" +hash = "bec0eaf7f1b7d966344482d14184a2b3afbed5309b8d819f9fc84ff661894e2b" metafile = true [[files]] @@ -113,7 +113,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "14134f8942121398052f9c79d0a9bad24767b4bf667d33d1649570279bfb3c65" +hash = "1bcb541f3cd47e729f2f9afae96f2dfff972e576541fef8107f9b97cae1eb4c0" metafile = true [[files]] @@ -183,7 +183,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -198,7 +198,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml index 7df5d08a3..cb9ff1cbe 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "09c06623d7430eadb1f0cabf423874d90633f4bf" +hash = "e111ade41e4153b691451f6196fb2447ba150b05" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843786 +file-id = 7192366 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/entityculling.pw.toml index 8400f8eac..3e5976c79 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.21.5.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.5.jar" side = "both" [download] hash-format = "sha1" -hash = "474a1acbcac4a54b7cc3ff6db3b7aa94a34af93e" +hash = "68a607195586a19b8286f8b66583f6d720017d9e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780247 +file-id = 7167822 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/factory-api.pw.toml index 34a6c4ba0..a730bc2fb 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.5-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "f164daba0f9ab5a406f7dffed282a9b5070b637d" +hash = "3827a4e83c110c3c427375cf474dc0a0557fdbf0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857430 +file-id = 7201193 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/pack.toml index 4e4a680d8..a9b71eeed 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5a9a810c12e5d428113cd50c58a95f4c11db1ff4c01f2d85e82018d2698d3816" +hash = "aad0132f41120412e6137425f6a719cbeeefa72d3f6ab95d870a56499fa69fb7" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/index.toml index 66ff28e7b..86e0d6738 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/index.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "ad2cca01a12697d909501bdf6f92253996d94d80da014714ded0e1b9a25626e0" +hash = "57306f978b3c515c0323ab242f7491e66cbab9579d7c7a7e419b97aa271fef79" metafile = true [[files]] @@ -103,17 +103,17 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "62ca78f72f0c5de86e65ca7dd5c356c1f6ae406cee10361d9c26db45a244f195" +hash = "eef2e7cdbcb2fb4026486f406a900c51ff107c9a64791c09f0af3f5cb237bec7" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "12da5928f95c320bb1c33a62c10da001eb97e7556ed04c0c0be226ead062f8e4" +hash = "1943cee706f90e5e828de013387ee1d1ae9ec1ae6a63da767be9bfd64018b79a" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "5ecdd46543a3aa7b93687df7bfaa282476320e0eefbd2fa6e45eef4a1434b1ae" +hash = "ce335f4665ab2d598cc463cd42b6c9b0d8adc4283630c451a4f78797d7ea0467" metafile = true [[files]] @@ -123,7 +123,7 @@ metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "d6843735e3068e981c9ecc796144c3433086bbef0858c0505f8ec7b9514d847c" +hash = "99258513a8dacb079bb8c7382870eb81da82f3190a57820769985e99ab3b5b14" metafile = true [[files]] @@ -163,7 +163,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "18c00f3e6a451375653b9492e067ee55874b7e2562caca6bbafee525f3d96c8d" +hash = "e22254a6f9d2eb28da5e503e48faaf9f6767e6485f8607b449713a461e850d46" metafile = true [[files]] @@ -183,7 +183,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -198,7 +198,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml index 9796d8ae2..09120bd3e 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "37ccf13fea5df14bae75e7252c4dd0cf0ac9dc7e" +hash = "de56a7df430cbb5013766ed3f368512552b76174" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843787 +file-id = 7192370 project-id = 440597 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/entityculling.pw.toml index ff19d2867..31b3278cd 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.8.2-mc1.21.6.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "56c5a0617863c53cf7e338d6ff862d02801a1f75" +hash = "605ab32f94a3672d575ecf0b15fe61c30d16d74d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6780249 +file-id = 7167825 project-id = 448233 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml index 837bb11ed..871fd6043 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.134.0+1.21.8.jar" +filename = "fabric-api-0.136.1+1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "868693748ce839331a3db4eec8603c70dfe98be5" +hash = "56a377bdbf4d83a90d6863ca91b4776f7f09a46b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057275 +file-id = 7228829 project-id = 306612 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/factory-api.pw.toml index 62d675c24..466814f51 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.8-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "fef19600bbdb7092d946fff7d434dbce5d53ca55" +hash = "78203be1c89c00368245d07c887b1cccfc5642ba" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857432 +file-id = 7201196 project-id = 704136 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml index 4b1d8246e..41c1ef268 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar" +filename = "ImmediatelyFast-Fabric-1.12.2+1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "318608e466371772a4b0d2a6cd3fe86cf983e718" +hash = "5add6791aaed9f5b8d701ea4232339731d6d0db0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6825769 +file-id = 7157386 project-id = 686911 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/sodium.pw.toml index 132f21ca2..514ea6e03 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/sodium.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.7.0+mc1.21.8.jar" +filename = "sodium-fabric-0.7.3+mc1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "db0cf49b53a602e913ca9b8611f43b8445476969" +hash = "c9ed2b00385ea191e81ea4da51c008755fe90a26" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7048943 +file-id = 7207587 project-id = 394468 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/pack.toml index 826ce9afb..c3a9423a1 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/pack.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "68064043e5ee3d69c16631dbbd3aa2a5443c1c8cd37ecd34b4164154d45b1e3b" +hash = "08d5c95f451d2f4dac4b7c67db164d05727ad1312d3c1f4d07267879eadfffbd" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/index.toml index f6d2e9a3b..6b6fabd11 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "edf4692b747c4fd7dfd6eb8d58ac645747e4fb4e66a7de4a5048415c709f6934" +hash = "63d91996e776cd513be8dc0b53210062901adbde4e15b75c020ea848b7f6c9ed" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "0b40c584f98d0cbeabe1d5842fffe6b5785a15fd8bc8ae702dc90cf431254326" +hash = "865900b635abc188c1931b0358af137f468669a0dc41abfe2d7959a4b971735d" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "d4d368538d21b5c06ef5434e40233f2a1f6aefe97207139b3b9ac9d74e537cc5" +hash = "d8ad41faef0576a9976855bede5b47957d28e94835e9a2b1a273d131af78ffc1" metafile = true [[files]] @@ -153,7 +153,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" +hash = "f43c82e3cc6079291ddae81445c703905b6c670dd43f444e47f5cd817944e822" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml index 95ac61b74..4491b75ea 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/TH7HYEnP/CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/j29ss5C6/CustomPlayerModels-Fabric-1.20-0.6.25a.jar" hash-format = "sha512" -hash = "638e0f5b82745bf3c533307a2a295ce44c3345cfe2ff33e8189d2004fad42343baa0fc2d6c9cedd9e7aedb320f23a3ba12fa3bde972ec39d77f779a0e4273165" +hash = "6c152ff7706c3e8db89236de83085fbfb2f4caddeb82697e20d42dc4cc2e107acb66d467161c0f0467d8e3aea0326f308938933cdd640760a8e8f327260f6997" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "TH7HYEnP" +version = "j29ss5C6" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/entityculling.pw.toml index 4ad929bbf..f7905d174 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.20.1.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/3TCgPw5u/entityculling-fabric-1.8.2-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/WWoTbpsx/entityculling-fabric-1.9.3-mc1.20.1.jar" hash-format = "sha512" -hash = "79bdedd7fb6eb5a1bd7178e5bce393e51e34d568f2b61ab7129eb93997b73c2cc749a4a20b522e8bb7c99e955ec2438ed4f3a855709ae37a20240abb084721b2" +hash = "1de922d9c423567dabb81a44a7f3a33aa34559458e5fff7168ece0177f71928c7d92b067ecc5f4340c41cbaabf909af9b11c481525b70394e60cbfae15f47bcd" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "3TCgPw5u" +version = "WWoTbpsx" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/factory-api.pw.toml index f5ac04f59..63ed5b547 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/13Uw3GnI/FactoryAPI-1.20.1-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/qYVSuIP0/FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "fd33cc119951bce798578f3f5fbefd8dfc0a478cb4d72bb76ea63651e89c3e49dbdcabd31ac958e30b6f0093bd0d1a7176d96726fe08197fa36a1b11fac77353" +hash = "5f5cd04279a096e1e4940d0b915888dd1ae875a176c1102ebf664add3107d91a30a50835a0dcbd1a04bbc1cb6c50b3adde8e36caeeea6f944e924a7cb3c0ac24" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "13Uw3GnI" +version = "qYVSuIP0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/modernfix.pw.toml index 8e6eef0e9..a2687c440 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/PSpecC1r/modernfix-fabric-5.24.4%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/fLFjab2A/modernfix-fabric-5.25.1%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "f56b3e3761af6031ecd4cab5b3dc143cbd47d97e0a5eb8138bd579bd6c169687d5affa154c71992703ffddb2e99f3e6c3852fb554ee0321467ffc6a8cc301a28" +hash = "a63185fea9c4afd1b966a82b6e62852e62e8c32cfe7864fab0ae7343a98994529a2009d72477215ff5fedd473a4f0684bd455f068c46a89b90bd007ff3860e73" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "PSpecC1r" +version = "fLFjab2A" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/pack.toml index a82dddfb1..6ec0d0591 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "318ad5ca8fecc99327e634038d11d9296d9638a2fe2567df4956f584025caed7" +hash = "7b0fc30bd3dc23db7e8b9ee8ce0fba45c4be4b1953ba6c228c4623b454419f4f" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/index.toml index 68692243b..7569277be 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "f9e8785df4025e8a5708b0bd88c2f295fdf9df0f178752f1e442b103e0d08f9f" +hash = "08597f45f140add0b5e0d5d9785863125c8daecac310048d7185463a7354da0a" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "93d0b46b8572882a643de93f128e9b0745e49974e4fbc95560b45bed44937628" +hash = "d8ff8f37e2c19c61722ef5a7cda6c2750b73e8188beeab2ecfcaf81e97e969cf" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "aaf5870dfe7c0b182bdd56904d8b22f49511562103c83c733e6d2c186e6e3036" +hash = "d63f77ddf173d9fd3071904337f4df54d3f2cab3230573445bc269b124bdfddb" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml index c5f1f38f0..d2580037e 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/uUuxmi62/CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/kHJ91yyw/CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" hash-format = "sha512" -hash = "5ac8038577b16e633acd7ed466edc45e6ebdb6f93cbf6301beba4eaafc6b9ef4f04b25d19306123957f84e11ca8224f614593d3ca3c17aba08544e11c9ea6d43" +hash = "c2acaa7727ae462598a469349f7abae2c59d67bd3434407a3d59aebda58e4fc55cde7e7cba151fa338aa0d003732e2a36fa2c1a822c1e681b7ee309056bb3c6d" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "uUuxmi62" +version = "kHJ91yyw" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/entityculling.pw.toml index a55cddf2d..aeb59b87b 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.20.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/fV7BWjfG/entityculling-fabric-1.8.2-mc1.20.4.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1gCJOtKC/entityculling-fabric-1.9.3-mc1.20.4.jar" hash-format = "sha512" -hash = "1951e3a233837cb00cd1ea49bcbb8576bb991b6a4c70f776fc3d1756c7bbdefc7a796f292581c417a5c9a84951c735cf767ab7d082a0f89252d5727ff07b8e23" +hash = "d63ba8e3433b5ba11189a3f4f3cdb569341ace060c11e81cb746c15d0063e78b889ee441f037f51e17a6209e984942748a9588c8c2ab2d847e991cd6d5494b74" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "fV7BWjfG" +version = "1gCJOtKC" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/factory-api.pw.toml index 5346c536f..efb03c7cc 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/cl2esqgI/FactoryAPI-1.20.4-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/gBORhtCi/FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "ee740b587e6f864aaee907cff86f145e3d6381e4612b8c2f89073dbfa9d4b0e41e4c67f5375ef64ebe77db574c8714b607d0a50e401c963f1a452ed9befd8b94" +hash = "a4818c7b00c7156a99972fa53c7bec673b5f6ef3bf8191ae4667996b95b56e99e86139e6c96dad3ce6076d8ae861d26f0e62bf138718f0df91aeaceaa2d93a59" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "cl2esqgI" +version = "gBORhtCi" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/pack.toml index 31528f628..452d80c14 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e7fab821e8cba1427d93f4e96c52bd4922e15f062667b531595f93ea61e1ecf9" +hash = "b588df529b6d7fb2a98bbc439c5a5ff26df2048287432bd2bddb1cae6349606f" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/index.toml index 368a23119..0ec649c43 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/index.toml @@ -83,7 +83,7 @@ metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "0e22e362bcbc92987b59d482d4249fb821eebd68f6cfb1682ec533488a7f79c8" +hash = "4ad2380d787eb6ccf4d88e26d646b459fd95b31d76a99f346b60d6dfc7fdc398" metafile = true [[files]] @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "5bab0c035355338bc608c08656fbbf89fa1f3fa4686bd8d158b3d36a0ff51e97" +hash = "0869b9877b317d826ea0c4bd2c65310abcce7fecf9efa2a14df1d8c7db4a66f9" metafile = true [[files]] @@ -108,17 +108,17 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "cc947c01637d52205f03bff3071d51658b3f1f505a149607bc49b99b9e4267d5" +hash = "d1e003d33f69f43705cc97392716cdbb4f2e27c22ba7ba23ec425793c9e51f96" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "da9fbdce468fbfa6bd5a7ceb15465780e3e8fda9535d16f40a81343621e627a7" +hash = "446f8047ee9168b65fe9d4600f82cb915c7aa0d0f049a344177ba340a5b93a8a" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "b0f1eef400d2d71613fc38e37f7d22024657f12006ee718986b93ac466a43fdd" +hash = "94443379af096b43e7475d2e0a0f5f59560b53814288dd1b8ccf17f8de29f0eb" metafile = true [[files]] @@ -153,7 +153,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "fa01d0d1b480410d3b46647b676849a7c266a9a9c0fdf444cbf80eb56a559d92" +hash = "b9651d06e56ad51c1cdcf4b03b6a34328b7dc941f263ff92b189ee26a47cc224" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml index ad8fa4fd6..d26677ac6 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.358.jar" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.362.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/fuuHNvgF/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.358.jar" +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/DSqOVCaF/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.362.jar" hash-format = "sha512" -hash = "694e80abe155db2f4b50ac32c86d37967b3e192adabba725d0386f68901fe9bf2ff57af6636ffc1cd44ff6d95e4daaa42d39a83ef584e7848013b044f8348342" +hash = "8653a751eb2ad1ad70da38017ccad0ee2bda5448ffe405d28049f09a61936765303f63ba4fcff798f32bb1e6b4645e892c275515b69c98c1730e24caab0ba7e0" [update] [update.modrinth] mod-id = "VSNURh3q" -version = "fuuHNvgF" +version = "DSqOVCaF" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml index 4cd48bc69..41f531ae1 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/AisPcXgU/CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/2Q1GdlJs/CustomPlayerModels-Fabric-1.21-0.6.25a.jar" hash-format = "sha512" -hash = "3149a300aef6b2f09d196eb101206382353ea96336978af293d948bee4bf4ca0c0c7a6389a862db04f3fb471007c0ae13af7e436d6e3c20a9ac16b54e79b4204" +hash = "93c4e23f6da6d99d02aa1423328360f4f87849ac6781e8d688356aa759cb432a0985f3092867a0b12f1c02b842972558d0447c0352512fd934c37d1e27b40ea0" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "AisPcXgU" +version = "2Q1GdlJs" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/entityculling.pw.toml index f59be69a4..c8c5d40ae 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/ivkfruZP/entityculling-fabric-1.8.2-mc1.21.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/K4vXrboK/entityculling-fabric-1.9.3-mc1.21.1.jar" hash-format = "sha512" -hash = "5b53406eccf6518f6bf0f33c9cafa47745f9d80acf92e97163d1feb107c63634dbf5cd86cb9c1ae55fca865dbd94d3ccb4c2575c4ad934620492d2d550efbe9f" +hash = "f06043d1130598e504659babe31c16e8912808840e1380aed5ca946ca9ea4effc992ad4f545b6979d6e3a7f39d27b9d4ac0febf02f91c4e0a69d253533f583bc" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "ivkfruZP" +version = "K4vXrboK" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml index 3e8b9e251..60269c502 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.116.6+1.21.1.jar" +filename = "fabric-api-0.116.7+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/9xIK4e8l/fabric-api-0.116.6%2B1.21.1.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/m6zu1K31/fabric-api-0.116.7%2B1.21.1.jar" hash-format = "sha512" -hash = "f0ecb1e1c8f1471437c83f4f58e549efecc0ed3f275baa2a64bbb9a26fd8c14365431bf92cf68d8f8055f6ef103fcc863cd75adbbe8be80f7b752fe1c0c3a305" +hash = "0d7bf97e516cfdb742d7e37a456ed51f96c46eac060c0f2b80338089670b38aba2f7a9837e5e07a6bdcbf732e902014fb1202f6e18e00d6d2b560a84ddf9c024" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "9xIK4e8l" +version = "m6zu1K31" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/factory-api.pw.toml index b97c37948..f2b01cc09 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/ezoVnOZM/FactoryAPI-1.21.1-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/w5S353Is/FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "a04ba19b9af9a7bf5fb32c305c4b55a5b5d99a6c6fb23f4c85f6cfcdbd2f7e528d90aed5abc5eed777c227e5623fa9190932e05095d20768fffc5a07adc333cd" +hash = "55a1427d06d6776610242ddcbce6dc2126868413f93f06e67b22f31b3bc5abd823cba39df2004db52134586e90675c665563df9b0b364ce438133611a88d4538" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "ezoVnOZM" +version = "w5S353Is" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/modernfix.pw.toml index b55b85bb1..91b9187c7 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.21.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/xDJFoW9U/modernfix-fabric-5.24.3%2Bmc1.21.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/NnNX8LBn/modernfix-fabric-5.25.1%2Bmc1.21.1.jar" hash-format = "sha512" -hash = "43a81e63638387701edc49aabbde9e293890165e6e3b2df378aeabf56ea41fd666c1841cfac488e8d723ee99a673e09de4cc37a3e2141e04216f4aad5254dae1" +hash = "dc67d6e023e1fcdeaf7837917c477cba212c611dfc2463c6ea021319c644087c79b477e0ea8194e113ddd7332fd5c6d82baa47c291eaac7f4a86252507b4e19f" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "xDJFoW9U" +version = "NnNX8LBn" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/pack.toml index 6db308129..3cdfb5313 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8d613c51b6c0b5995dd46e0d36f46a9d832c9ef9e91b5297471bfdac4a2dff3e" +hash = "d7b3a2c70df08503623c2bae006b0b03f26518d2bb2c1a03cff44c63097a4a7b" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/index.toml index a8a41d943..7197969a2 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "1f4a257741ffe24ff5d95537fc754bf8788783d17d09e965ecacd9f3d215b37a" +hash = "a6937983f3f1a607ae005f32c2c04871b895221ae8e9fa99db021cca87511b38" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "f83de366b76a05a3347eb535d7653451066715fec9939d0d696b7f527887aa7a" +hash = "51c3a7598982b3fb7121ee9a66d63c96712cc86a9066f249bbca9b3c6e78ecea" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "5a1fbb261cdd821bf4718a345dd75ebc2fbe34b747a750d15821b9bbec7a9cf0" +hash = "c19c539390d3505f2b4e22d340f1be2aed73aaa91f00e4e9ef385002871a2f35" metafile = true [[files]] @@ -188,12 +188,12 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "657e310ef05e0e0a3f7a81f2f6a2b6b08e04c9ec833ae5aad80de817c5a4d7ad" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] @@ -203,7 +203,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml index 7c269221f..9c78d1d12 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/CbTvZaiD/CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/JtBcUhj1/CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" hash-format = "sha512" -hash = "8b434664ec8946976f2aca59428d3d506ca29384a074351922741742aaad139965ee5c67683c8cd96e7cd2cdab8db37223bc716fde9edeebd33a163287fd81a5" +hash = "819526f69737351957a8ccb18afb09b44d1c499c475f6409a1bf763c21ec67effa69150ed11da7964b8e9d7f5ec65233947a41fe143ea7116441d37b7e840448" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "CbTvZaiD" +version = "JtBcUhj1" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/entityculling.pw.toml index 94f80c4f5..2e4a89c5c 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.3.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/9YSa2XLY/entityculling-fabric-1.8.2-mc1.21.3.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/m2suTpNz/entityculling-fabric-1.9.3-mc1.21.3.jar" hash-format = "sha512" -hash = "74ce3fd5ff6c5a40f11e0e717b81323efb9488474d2a69dbd20d2e2ece35ae8c61b42e84a7c8954937c5c0575ebc523a4b97585efc41ba01eaa4da9b5e405cf8" +hash = "752e3d6e5991aa519dcecd3a36ee259cfebfa639bfed7ca4fafb2ff5a5f0fdf1099440822f251bebc90a4b94b5d76b79f78d7887b3cd3c549e30096a78f56c67" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "9YSa2XLY" +version = "m2suTpNz" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/factory-api.pw.toml index 1a84d2c93..1c5f412f3 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.3-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/oMIm1a51/FactoryAPI-1.21.3-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/RSVx15rH/FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "2a84374d47c6db9b7de58eaa27e94209851042909f0ca36bdaff35bc9589aaf5ce3873cd5b786438b880c9bf21ad48f3b583a93d00af72b708fcc5db599ab7b2" +hash = "a29968f9f82883638c0e36915420d618e446cfe74a9153efa8c64507564e59722025f16fcf88583acc8a80f6eec580a67041768c5bdf7d0b603fbddd617324d6" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "oMIm1a51" +version = "RSVx15rH" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/pack.toml index cc547a6b5..74e868c84 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1ed70053d7283f5b85a61ace6b8dd8a4513f6dc116f3e4184da7a4599394dfba" +hash = "857ea07054e2659afed9e7d99266a1516c4a18fdde846ee5fc0be58e9c29603d" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml index 280d69173..dfd861f1d 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skins Pack Ordering" -filename = "Legacy Skins Pack Ordering v2.1.zip" +filename = "Legacy Skins Pack Ordering v3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/ZO3piBBE/Legacy%20Skins%20Pack%20Ordering%20v2.1.zip" +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" hash-format = "sha512" -hash = "a9e0554b6a045cadb5d3144f7ef6076b232351665cfdaf4d763b23f19620832c4007fb7b3636564f0658b89fdeb76f3bbcaf33f918f32d716916c81a7404bd38" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" [update] [update.modrinth] mod-id = "3ikLYLCy" -version = "ZO3piBBE" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/index.toml index 04461f1f5..03d87690d 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "a8239dc2ad2fc7b5c83839effabda537f0e88d0645c07bfb90d2161c02c12c87" +hash = "334d079aa699cee040ea58de3819abcd4ebe6ce4efd08a852c6b3f993be0705d" metafile = true [[files]] @@ -108,7 +108,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "4eb9390fd0f9c716ee697e11bea676f8c895ad7f9174d83c0d1489e88ae274f5" +hash = "1c18b008c8809059815396fe0402cfd6137e4f7dda1afc4e0c5c0349a74c512e" metafile = true [[files]] @@ -118,7 +118,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "dc8fe9b3768df0ee178761884cf0b9ef9b6181d8e6a575478501e2b47f0ca9d2" +hash = "0ad20ffd3d42758b6bb8239fe4b97317d3d2999dccfe899f90438069e7ac8927" metafile = true [[files]] @@ -198,7 +198,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -213,7 +213,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml index 867dd95ac..bbb892405 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/I9nyAoPc/CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/ivyedruO/CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" hash-format = "sha512" -hash = "882dbfde4953206b12385c3805e4e8b565ac6093a0ae102f5488fcf0811bb23a9d1e4e34d684950798af0eda4529b2742e71aa9f4ff5a4efe93762f3db18993c" +hash = "2565b8717920092479f68ae06ebe40165957f19e230978780e274b076ec6dc59829c31d52761e31973127ec4a5ae0d2e6ad95fd8ab256e2242b77ec6a78e0a5b" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "I9nyAoPc" +version = "ivyedruO" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/entityculling.pw.toml index 4c2089ac3..c9454982f 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/DfqQiPRw/entityculling-fabric-1.8.2-mc1.21.4.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/VvberZFK/entityculling-fabric-1.9.3-mc1.21.4.jar" hash-format = "sha512" -hash = "819ca6aaecd59c9f49b2b13b0dda7e22f0ee3f0e7d1e10c8d19cf9c467e2ecba250c08bb936bebd170d9a5f184203f0cde2d0b47d5db83000a17998a06599710" +hash = "1c8cddc2ffbcebd0d0a55b68c1b1bded4b54331546b320f9b03883f15ce30ca8bba6f13be9482e50d35ef238a158c2cb113069b0f346802b88c81e1e7dbe0036" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "DfqQiPRw" +version = "VvberZFK" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/factory-api.pw.toml index b604e8926..4e52e285d 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/wL7MF4Bv/FactoryAPI-1.21.4-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/g9Y7X4Ad/FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "c1bea82d9a506fddd21e1f7b53498f64107992048ac8bacb8548eda831e708ba59c0b3e6098ebe9084c39d5a991ad1a4a846838882e2159000f14c986ed0a333" +hash = "f45c9520d5f4a89f42ff5eabed769c3c7a9ed782cea93923ededc4ec18c275dd5a00365c2c2aea4a829fdcc6893544a98843c865f5ca1125c4ee54ce9b1c7dd1" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "wL7MF4Bv" +version = "g9Y7X4Ad" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/pack.toml index 98e8c4fbd..ea359ab8c 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7d715248f6c83be4100ce4f4975c68b515085048de1701747a021eb7bd4222bc" +hash = "315139b0db17f2adca8b2398db7b5e90e1fa44608ce101d4543b1798018d30d2" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/index.toml index 4f83f70dd..f67215ace 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "e9da3a3be79682a00b8337d151201b24fc0700b125cf225aa0e4e611659c6e08" +hash = "43a5462cc837df187049fd50c2b0d111156739a6129510b612542570279fcbc2" metafile = true [[files]] @@ -103,7 +103,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "e50ff5e85034487fd78471ecdaf3b0509fbf679adb923e8b2863089ce947cf01" +hash = "a1d5921d96d0d089b8289ab74eaff10d7571898d2849ba67233046d214f0fcb3" metafile = true [[files]] @@ -113,7 +113,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "78ea18d493267952a1038dca9d9703682388ea51503c9ecf20434fcb1d9ce816" +hash = "ad9d64896f3f4813ee0cb5f9432ba65b043c72fb46bd4ae55086d14f2b04adb4" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml index f46bc476d..204aa08bb 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/4lpVIOWw/CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/yP1Fpurt/CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" hash-format = "sha512" -hash = "e466f5cb674055e1a5c4566734e5c5c59e0ceea4685473bf60eb72b5b9926b3d91dc68119644c75a42bbc0a9ccce22480749fbb7d4fa2bebb7ac01e7ba456406" +hash = "da138edfec0d1e1b7a1723059de01d7deb7bdc313a964eb4cabe58b64590b54ee6e63294f5fd5a2026485d8ab0858b180e076508027e122e7cde5b571ac00285" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "4lpVIOWw" +version = "yP1Fpurt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/entityculling.pw.toml index 956474bb6..549886927 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.5.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/S79XoZhx/entityculling-fabric-1.8.2-mc1.21.5.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/R3Eq29Xv/entityculling-fabric-1.9.3-mc1.21.5.jar" hash-format = "sha512" -hash = "b4a03bad8fcde53403290a87e6e8df30e92902e45e5fa0a666ad08ff52ef406fda5e3f0c2c0f7391a1eb1bf94af50ae78d17185485c0a1a6fdae3538a4d978b7" +hash = "90a641d42ae964e97d58e0bb3af5d8744334cdadb839a9eee31f3134c92bcd90be4d5fd40bb89bc5d285e2c078b03d557d6d72e379f9a4bca7d3b4c1400dffd9" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "S79XoZhx" +version = "R3Eq29Xv" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/factory-api.pw.toml index 9b01185ed..fe0486209 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.5-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/xdiw83Vu/FactoryAPI-1.21.5-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/8DekJAQi/FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "ec7110aa73cc73bfd4b9a437f8c6383bb3e14d62091e81f2079162689a634a97d6f78bb5cd8bd6472c66fcd1da8c139a9fab98ef6fba9c3aa36b63ac5bcb1f93" +hash = "39d4e31270a4b0e64d9e9f3d6941db1534af59d6aa972f6f62ab7c0f66b02bc73db4413bc394dfc4144fa91e58f324bb1632881b65e6c9dac8b03744070b9605" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "xdiw83Vu" +version = "8DekJAQi" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/pack.toml index cde513c21..8f6788be7 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "fcc292ba0938c2950314766ff1fc8f231fd50c807448ef58a6a6b6c3ed250614" +hash = "0bfc4cae55a47c55e1d8bd26d70ea535851e2cf92ab9d18c25843e356afafa8f" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/index.toml index c64cbe801..120579bbd 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/index.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/index.toml @@ -93,7 +93,7 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "7312f093f48041bf50ad8af890c91c6f0a9f7782ea2630eb62db3827d3ecaf32" +hash = "1a6aad5591e085afbb74e7151720d52172476f62ea449c020af6b55390b0fcee" metafile = true [[files]] @@ -103,17 +103,17 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "7c4546596b6fd83100cc63703a9da38c425f72e2f7753f3c64e92a79edb2bf8b" +hash = "b4e574980b39d1b61e2ff571f7f5d91913f4385f2346850014e72e2d52ffb7f0" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "89bd18325ea4e74dd81f9c70ed2105a070d40a109bd78ae74542fa1a3935908f" +hash = "54e3cc9a3c2a05cc879ffda7f4c97a89be0b648421d6c8fe92e2d3e5761abf20" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "9369724f6d59a628ff8baacb932e3ac19e5c7d22af38e44b343b62ceee0464b4" +hash = "abddf30ea5223ba9da8071f0c5f96f98232211b17a3143cf3c4a8406a600fcb4" metafile = true [[files]] @@ -123,7 +123,7 @@ metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "ce1a109ba7d2637596ab6b7c001716437e1bef89f337dc3fb31ca950a46e79c3" +hash = "9af4574f848b49a2b11822e81500aebacdb77c416dbcf4502be5feaabfb5f66f" metafile = true [[files]] @@ -148,7 +148,7 @@ metafile = true [[files]] file = "mods/minimega.pw.toml" -hash = "a3a28c69cea0faee0115f9c443795bfe0b09fafff543a9e5dbcc456900f50583" +hash = "5114d9c624526ac1abf68edfbeccac345ce96130ea2716c54237fe8aa8f2a5d0" metafile = true [[files]] @@ -168,7 +168,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "2edb9b80b26d7f7d2f3b2edc82a33838906e6be25382aeaf186fbb25dc07e4f8" +hash = "3ef916454266cdbcbd3f517c53b1e27b360caa5266bf1b44d0d627aeab643516" metafile = true [[files]] @@ -193,7 +193,7 @@ metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml index abc9ed119..c8541a806 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/L4hGYAr5/CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/aFXjQOXE/CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" hash-format = "sha512" -hash = "6d694fd80372c917a81ee56c4377554678133bf0f1f7ce8a04d90f5e7e076c8de8509bfa58105f961cfbbac4c2475e0486118fc9100dc21ac357e79faae42405" +hash = "cf1fc2942809f8702c8946309788d31879bac19d24571b9c8f1f52b2cec049bfb9349941ca2ed15ec91e10629c0cc6b9d702e9d36bdff372eec276653d1a7d0f" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "L4hGYAr5" +version = "aFXjQOXE" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/entityculling.pw.toml index 100bd884f..251abe082 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.6.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/5wVZFo2d/entityculling-fabric-1.8.2-mc1.21.6.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/U81jswDa/entityculling-fabric-1.9.3-mc1.21.8.jar" hash-format = "sha512" -hash = "528236d3d68ab4338dd0e1b3016a2381c6f341fb2b0854f93013c968710d9263f118a226abf422a6f43bb9ff7252833abf228f82dc47a099d83cf7848c55b9a7" +hash = "6da3c796daf967265d8a66c9fdd0cc168d7f9ffc330aa6dce039f15c916223f2f6c77a92f6e85eccc6ef787cd4ebe0c926c605db67fa996dfb8ca4b345bed0c0" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "5wVZFo2d" +version = "U81jswDa" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml index 855c76f63..4032faff3 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.134.0+1.21.8.jar" +filename = "fabric-api-0.136.1+1.21.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/e9QZFLr0/fabric-api-0.134.0%2B1.21.8.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/g58ofrov/fabric-api-0.136.1%2B1.21.8.jar" hash-format = "sha512" -hash = "85422c5b4f0cb07da912074034a84a5f704dddea557ad8d3123bacb1fca2aa69cc3ed3a1fea690d4209f400bbaae53b382e2a5909ee26dd34b134b144e740aae" +hash = "eb1a6b5fc9912c68409493f10f43c3b61adda1d789ede9c83b16d0a95a2eb96bd630472866e163960479eb1b4d1196d09ade5aadc9da62624e800640c706c4a9" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "e9QZFLr0" +version = "g58ofrov" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/factory-api.pw.toml index da675868a..74a8f7b33 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.8-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/2bbmGllK/FactoryAPI-1.21.8-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/TsN0JYLS/FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "83d4232c51b54255b93fb92f5dd540daf497d87b73146ed4b317e36eb93bc3134df02c90fcc78faa8360a4a23253fbad41bb1ab10b50f3c633af9629006c8364" +hash = "112406beb81aec951be85f24cb9482c910f653608d8847cbbe8377ed77475597a312e0bb478dde38860c7a716c97249f15792d0d2a7d2a09f64cb034b17f2f58" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "2bbmGllK" +version = "TsN0JYLS" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml index f7627c80a..ec951aefe 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar" +filename = "ImmediatelyFast-Fabric-1.12.2+1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/XxwOC2sk/ImmediatelyFast-Fabric-1.12.1%2B1.21.8.jar" +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/OrO3H19n/ImmediatelyFast-Fabric-1.12.2%2B1.21.8.jar" hash-format = "sha512" -hash = "5277ba33c2f8255c65946a9e785a046d1c211aa974e679d881b9a259a50f42fc5f77a92d620a377d5992c66fa1ca581bb2fd902d1f93cdced4318fc2b10e45a8" +hash = "95d46cab584a327ed1a21fadbfa98c8aee3ab3365b53e1cf1fa5b789681cc512cd0b6ecfe2b573849bec733fd93d73440cba19772457277338b00f0e2489edd7" [update] [update.modrinth] mod-id = "5ZwdcRci" -version = "XxwOC2sk" +version = "OrO3H19n" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/minimega.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/minimega.pw.toml index 2815ea0e5..95528cfee 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/minimega.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/minimega.pw.toml @@ -1,13 +1,13 @@ name = "Minimega" -filename = "minimega-0.0.1-alpha.18.jar" +filename = "minimega-0.0.1-alpha.18.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/zmrY5aAE/minimega-0.0.1-alpha.18.jar" +url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/tCb8ChGM/minimega-0.0.1-alpha.18.4.jar" hash-format = "sha512" -hash = "99176dfbafc694cb46ad087f1840d46271f942f30fdcd77fb4533a6f6c11f26d546c67ebd53074cf5446478b2e0838d5a29543fbcb0cfc35369a24c7c82ff7ef" +hash = "8b71d36aa321038f44b352f91b34acccb88a611fb8d65e1f65ec58a82e3d2974524d59a28c97de24d1e9671c2698ad58156c3f86f619057f4424c8ce52ca8ad4" [update] [update.modrinth] mod-id = "d4zJxq8p" -version = "zmrY5aAE" +version = "tCb8ChGM" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/sodium.pw.toml index d2fdaf3dd..7394582ee 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/sodium.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.7.0+mc1.21.8.jar" +filename = "sodium-fabric-0.7.3+mc1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/24jH02Sf/sodium-fabric-0.7.0%2Bmc1.21.8.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/7pwil2dy/sodium-fabric-0.7.3%2Bmc1.21.8.jar" hash-format = "sha512" -hash = "c57481fbe673a7074eac0c7c662ecf611aba11cbf78a70a30929aab5a2b83cc9f0c1e37f2d3814f47c5a0b14452a48149ce8c8603fe45910835207dab8b8f4af" +hash = "2c7fe998cd7d20c6decdc944df733db870ab364a64cfdbd4c504c1f4f11d3e41dc1b29555e73fbafc051b4c4fbfbd7b5262d13b9d874f4b1b8860de8aefeac53" [update] [update.modrinth] mod-id = "AANobbMI" -version = "24jH02Sf" +version = "7pwil2dy" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/pack.toml index 7119493e3..6345faec7 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/pack.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "78de40b141fc0ebf824b76f89e4d474939c71dd69c7f9ffb7107da6ea83d30ec" +hash = "2319cf6f19eb25031defebb5c534519a8a27a639fab87343150699c26a6bce97" [versions] fabric = "0.17.0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/index.toml index 5304fc72e..c3cac79c3 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/index.toml @@ -181,7 +181,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "07243121a8dde6746c46a5b96748abacec5d2da210f86d887daebb2d77922945" +hash = "d1c4b6ef4ff3b07a857c13462bce0e824aa167d69739025ef2bd8822497e76ca" metafile = true [[files]] @@ -201,12 +201,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "c93d709e28d5be269da3c3fccf9068e0c3feb84654e3f0000ec72a8072b98c18" +hash = "acf0a4a144828aead757bb6a572b4d17c439e41913b3c58157375d8f89d9c1e6" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +hash = "493e865cf04d5707d3b44894541a78168b0c355f3f48816793b3882e06a61b95" metafile = true [[files]] @@ -216,7 +216,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "c9ef61ec38442cb7cd5d08f3e843f82c3b861defe425692c84b24f64875f7830" +hash = "7441a6d9dec48d5df094c2ad36c1a8541b6b72c0cb67689885f5df5b4c28153c" metafile = true [[files]] @@ -251,7 +251,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -261,7 +261,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "0ee69a5384de5097d219d38f157b574d9ddc77e0ba1dd69107a9cb513eaf93cc" +hash = "8a79daa72d4d43d96c7f8a247ce761b16d4df8212a8ea1adc010324b0a45d2c9" metafile = true [[files]] @@ -331,12 +331,12 @@ metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "9b452e9941314fd92b1cd7082eb0065950d13bdc3a7b2efcad2086674f84e8c2" +hash = "4c0ed34e7038fb82847bd7ec25e9bf6b841a815e87386e69d48effec488d1957" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "01790d2c66c3a13abda0cc8ed33a456723970e1601ff5ac29cacb02091776f8a" +hash = "93d496f6c25652cf7cca21aac860641ec337d2d6cf00b32cfb52091a1478ee20" metafile = true [[files]] @@ -376,12 +376,12 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "a1101ceed19492c9f19d771ed9d3a08e0164b80261365fbc9a7acb3b8ae4c7e5" +hash = "d36e2d493e06724c1616e1497073896a5e58639fb5bdabf1a8913de2efb79648" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "f5e2643779058e31433c9991a84a069f70959f4114477df86b176db7aadbe4bc" +hash = "eecc1e73468a6899c4e8365ea1e2d681f65c603c9bb64c061f4793f4aa6351fe" metafile = true [[files]] @@ -401,7 +401,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "565beafdef1c2fa3ba7d0bb17f6f9881321552bac376b3cfd78155f207640d38" +hash = "d9c597533b10b54e6d602830bd9d176cc81bdb621074c0ca02f608ef45c05ec2" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/chat-heads.pw.toml index 25efab662..3c2a9c96f 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.20.jar" +filename = "chat_heads-0.14.2-fabric-1.20.jar" side = "both" [download] hash-format = "sha1" -hash = "f4b1f960ad239479cb5a99f86e8567531a121a41" +hash = "300f25ceda7b00735930f927fdc6f12377dcd138" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057825 +file-id = 7211701 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/craftpresence.pw.toml index 4fd33eed5..e4fb53fed 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.20.1-fabric.jar" +filename = "CraftPresence-2.7.0+1.20.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "a451fa324f6d2ecd07945478faf294049bba8a18" +hash = "624fe07cc850b5a0f1321b8ee98a2155fb4ff7c3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860407 +file-id = 7146451 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/crash-assistant.pw.toml index a2717ddab..2aeb96f97 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +hash = "4f59b6644778ae180a5448e67edc1bdc3155d42c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055250 +file-id = 7234764 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml index d4744b9d2..8f226fd73 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "920b0db4d985b6fd30a7e53dd159b3b4f5f80f68" +hash = "f242df01fe9517ee0b4fce325ee803413ed4a6fc" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843773 +file-id = 7192336 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/factory-api.pw.toml index 16fdb45aa..ddf84cd4f 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "1ad3d5569fe9a436d60bf07fb0fae561e97730db" +hash = "0efc1695525781c2efef9d0d998592f156202b7d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857414 +file-id = 7201174 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/moderner-beta.pw.toml index 6c27c53d4..bd98c81c1 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.20.1.jar" +filename = "moderner-beta-fabric-3.2.1+1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/xSzwYrWr/moderner-beta-fabric-3.2.0%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/RlXdYJ9E/moderner-beta-fabric-3.2.1%2B1.20.1.jar" hash-format = "sha512" -hash = "86b64cfdaa5adaa0bede2860978f8ac834fdeb41bcf9238414eb1fa6041c7c2fa1840ee6293a8fad8043ebf4f4035340d599f3a28100b78f0ccc61aae6eed2f3" +hash = "955fdc2d079b803b714c3f745ee5bf354672d8341f8619510949fddd006b07d246d71fd5fe118920b1673b87ed491e05e90abdbfed04f51319de7f2be3af968f" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "xSzwYrWr" +version = "RlXdYJ9E" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/modernfix.pw.toml index 8a966f277..22a3e4863 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.20.1.jar" side = "both" [download] hash-format = "sha1" -hash = "3d20fa94c463113a24346ed544f4ca95c54bae8d" +hash = "7c9897fc5f5252161868b4f60b0cfbe58441a440" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6837712 +file-id = 7200211 project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/polytone.pw.toml index 11df2a2f1..3d1388cd4 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.9-fabric.jar" +filename = "polytone-1.20-3.5.12-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "468bde1d4d9893c3eead98cebfbbeb2ef0aee301" +hash = "ba39c12318cf3823b820904872df35fe3b901cda" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7035028 +file-id = 7236493 project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/simple-voice-chat.pw.toml index f642d20d1..1d413fb07 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.6.4.jar" +filename = "voicechat-fabric-1.20.1-2.6.6.jar" side = "both" [download] hash-format = "sha1" -hash = "6e439464f6ff994e18d6a2eeb28b15356b2fdd57" +hash = "8b5238c8d0f18331258eeb4090923744bb5ca5ab" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7011577 +file-id = 7117012 project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/unilib.pw.toml index b4ceecd65..566146ebe 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.20.1-fabric.jar" +filename = "UniLib-1.2.0+1.20.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "88a8c5310f4b1192ca318c430aef88143358f1ff" +hash = "7ccf7406d02cdb29d03c6335ae6bd93e42dcd65b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860396 +file-id = 7145191 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/pack.toml index ed86b00c9..bc06d198f 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c0deb92e81438dc6ae5900f097ef8d8edf1c64c9a779ab07e9cf6a17a60b529f" +hash = "20ad928907a496c854a778a52210c3eca25606cf12268d600148bfa1e46bd9bc" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/index.toml index 2979a3f2f..d9205f244 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/index.toml @@ -181,7 +181,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "c356c8afd480b599e5ad3f4e05691c8251210b7a1d796cd4db28316ef6ff3fca" +hash = "8bf03a873cb862198b1a69cf5da446f5ab87d1a68b3c1c15338111f6f60b3641" metafile = true [[files]] @@ -201,12 +201,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "fac803ade9c326fa8a84cf9304123680dd23f3d0f2fc50985d9e75c30f07ed0e" +hash = "a705e6d57c6063ce41f3b0fd4d515be24f5f4ae3883ab0a1943b4cdb2c9b23cd" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +hash = "493e865cf04d5707d3b44894541a78168b0c355f3f48816793b3882e06a61b95" metafile = true [[files]] @@ -216,7 +216,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "3ac36038e1f35b5c997f0da2f028b9f4059d36bb4a37ff4deece33c47e8981f7" +hash = "872ee57f0fc24df43744e8cc7d61ff34f86fe83becb4ed075695dbd6db9799ff" metafile = true [[files]] @@ -251,7 +251,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -261,7 +261,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "e1940e88915a1b8bb77b4461de5f03d097a9fcd72d93d13c8043186349ad914c" +hash = "cae3f63c2813d1790b708d7a8ea25d9602138db1ba29ac19f1b79218a433ff6d" metafile = true [[files]] @@ -396,7 +396,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "73792c221f5481ef174826d95f95a72d39fc87b6e169e89a7dcc274925f994e4" +hash = "8bb4578a09d661b62bb8c544ca2dca23fc8753102230c615f261865d95b61b68" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/chat-heads.pw.toml index 4ac95792b..2bdf0c2d0 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.20.4.jar" +filename = "chat_heads-0.14.2-fabric-1.20.4.jar" side = "both" [download] hash-format = "sha1" -hash = "f1ce6a1b31dde1a0a4bda5790d4db2babd5740c8" +hash = "31adcc2cfa0b564f7365ddb8b6739dd47838aeda" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057831 +file-id = 7211711 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/craftpresence.pw.toml index b4d2c8e23..232059d23 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.20.4-fabric.jar" +filename = "CraftPresence-2.7.0+1.20.4-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "91545e31adce2177bfcde367fa42cae27b16178b" +hash = "a81793af838831230ffc188c975469e146d6e2b9" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860454 +file-id = 7146027 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/crash-assistant.pw.toml index a2717ddab..2aeb96f97 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +hash = "4f59b6644778ae180a5448e67edc1bdc3155d42c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055250 +file-id = 7234764 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml index a4c708b6c..b5d9453e7 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "6fd9d0cbec235dc9c9964195e7f2f7349a1d5263" +hash = "ed0ad829ec040af6bf4644d036646473391a3bdd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843778 +file-id = 7192344 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/factory-api.pw.toml index d1a91a1e6..4c78a0b96 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "2a0e6281d03b0c370d8d1346a53111c291411ec1" +hash = "f6f7ef1d220a0f1bc95e65a7d1f9aa787ea706b0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857416 +file-id = 7201175 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/unilib.pw.toml index 679aac4ca..3619708ca 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.20.4-fabric.jar" +filename = "UniLib-1.2.0+1.20.4-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "84442bbd3b8e03c21c73c04c2bad165907f39de8" +hash = "3ee14170970f8b40ba591ba293f6c3a1fea41490" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860442 +file-id = 7145239 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/pack.toml index 7e7a0ed5c..c4a38567e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "54bdfa8b54331851c8f37565bc8440dc95d69ac8e71d6b07482604975e690f1b" +hash = "29a9dfbb8d54bdad1c7d0b318304a5124cdfef61751ef91aa1099ba7bcaae284" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/index.toml index e3cceb27b..b42e34d20 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/index.toml @@ -161,7 +161,7 @@ metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "b6f2973ef062652a6824b87312fac19b5095b9c646b1380b5971004f0b404592" +hash = "6adc207a0a5e2eb987604dad5ce405ffdc463559045ce93920b5545bc35ad961" metafile = true [[files]] @@ -171,7 +171,7 @@ metafile = true [[files]] file = "mods/c2me.pw.toml" -hash = "ec813e6ade7e4f375d23908224581c1424d6bccaf3a54d9c59761c447c2707f9" +hash = "512a9aa7d85f3cf154f36ac8e287889e5730088fe19b8eb0b1e9409ca2ba5756" metafile = true [[files]] @@ -181,7 +181,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "5dab75b830ed8d32a82bba7c344f308e6ad34922a69088c460b0b40d98ccaec4" +hash = "57ecfa2a5e81966ef7046d443b076e2b94c85b9f0ad8d6cb126106e3d5967dd3" metafile = true [[files]] @@ -201,12 +201,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "a83e1b9c474835c7ff8475d140a1e1efa93b1e3a84db6118ee93ac039be4c323" +hash = "bcdf6d7a7ff8affa16ffe0d9d0150221c05f778f56adf8d5a09d3461cfb9375f" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +hash = "493e865cf04d5707d3b44894541a78168b0c355f3f48816793b3882e06a61b95" metafile = true [[files]] @@ -216,7 +216,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "dceea66eaf78a5f91aada4d31456777d8412dfba06446fc420099c59dad6b74b" +hash = "8017be7093db7f65c77172760844366689168a23c3f2a907160535d4da25c505" metafile = true [[files]] @@ -246,12 +246,12 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "8ab145d5746ea395c37aeb7c48d3da6c60664c9c3a172e433892978c809a6ec3" +hash = "0e28ba15ba1769864a4af0b2f7ffaa3c90017b49633bef2a843b14a46e9a791d" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -261,7 +261,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "98a268cc0907365cb6ad879917a06150492f451e6f4f22abbf3b03f1c492c042" +hash = "a6d68d660e04e01bb3a62e1a2fcb57ba186fa316c2c29a476b1a37ff7a352e74" metafile = true [[files]] @@ -291,7 +291,7 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "0d884bc793bf8971bc23c9d6711aa22094cc543dd55596a3049ba95efe1a9b69" +hash = "c55bb1e651f411c9e08883a65358db504f9b379abf0003e18d1cd382b8904ab6" metafile = true [[files]] @@ -326,12 +326,12 @@ metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "38715371c582261860267636a98fac7ccb373a5cd59aa677ae11ca1065a5c0a0" +hash = "9e22c0ffb05cf4345308cd8760dd0c5cc69e186f4709f0593882dccb52323180" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "7c702d1eb46d5c70af78a3414e1a29e610b73975d5ba3826e1bfdb89c3857b39" +hash = "756e9021d46a85cc4a8f89e9f71c0ac6031e8e40b41004fd2915bf2cbe64cd99" metafile = true [[files]] @@ -371,7 +371,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "ab84ddc5167f37c022b5c6492e1a2387576515194ebee6c6fe438c36706fdd69" +hash = "78e506eddcfd8bc18abc7c1ab14c8694709eb98bac4f04c984c8ba5090b8ec79" metafile = true [[files]] @@ -381,7 +381,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "fa6d8c15d6ab8dd9a613c967c57a94d10ca62c50208e1ec99468f1c6d130959f" +hash = "1a887f5c1e880d63578356e7fc1eb3698545238ad8ff422268dbb23eab7f9ded" metafile = true [[files]] @@ -401,7 +401,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "93134c436c1d0a27e57fe13bd481b37b285b18021d810ad7e514cca82835acb0" +hash = "3fa9973b2e8e931adef2ab69e75c3f8386f632b284a30ced2b39fac66234feea" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/bettergrassify.pw.toml index 0f8419359..72fe20b57 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/bettergrassify.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/bettergrassify.pw.toml @@ -1,13 +1,13 @@ name = "BetterGrassify" -filename = "BetterGrassify-1.7.0+fabric.1.21.1.jar" +filename = "BetterGrassify-1.8.2+fabric.1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "bdd1c1035af9e0777e9443a5d23e7fe6934c455e" +hash = "a50b412186afdee40274f86fb1f12eea97300071" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6664105 +file-id = 7143723 project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/c2me.pw.toml index bafbe9c17..a82ef96a3 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/c2me.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/c2me.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine" -filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.358.jar" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.362.jar" side = "both" [download] hash-format = "sha1" -hash = "93a847bd7e469c6dcafea4fd4ee59926ca8f65f4" +hash = "9beac89c94f36a342cb07cd9fcb42608bdd07771" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7028917 +file-id = 7176425 project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/chat-heads.pw.toml index ac51708cb..71d7914a1 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.jar" +filename = "chat_heads-0.14.2-fabric-1.21.jar" side = "both" [download] hash-format = "sha1" -hash = "14de45860f1f7d28d8522d60959e8b80e54c2689" +hash = "7f7b45a2b029165a7c980784fd103b7aa995691e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057838 +file-id = 7211720 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/craftpresence.pw.toml index 4f08b94ae..b4fe29ef6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.1-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "566709b803660bf58aa099fd48210aeac1d91648" +hash = "ca2543baf5aba48fb738787e886bd07751553c97" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860523 +file-id = 7146460 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/crash-assistant.pw.toml index a2717ddab..2aeb96f97 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +hash = "4f59b6644778ae180a5448e67edc1bdc3155d42c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055250 +file-id = 7234764 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml index 81a062c3e..f83f1308c 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "873cd620b2197b10b33ce67a5ac67c79becf04c7" +hash = "6e800d94eb2f54af2a6b63aa8cca9e64f5ff6808" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843782 +file-id = 7192353 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml index 09a27c44c..abdb9c874 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.116.6+1.21.1.jar" +filename = "fabric-api-0.116.7+1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "10d5c7cf5fb309513b4f68b85b1e0d9dccbec9ac" +hash = "79e9f3e82499fbae5bd667b96a79927ae68f90eb" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6941910 +file-id = 7081224 project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/factory-api.pw.toml index 24a6c082d..ccf36f70e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "28e2b282562f1b3294b49cbe3d4a640233d577ce" +hash = "aec3b2dc9397b54d6b4b9dba81b0d63aabfd0865" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857419 +file-id = 7201179 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/lambdynamiclights.pw.toml index 96c4ee17d..0e5a8c61e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.7.2+1.21.1.jar" +filename = "lambdynamiclights-4.8.6+1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "45cf542074cfad5f0de40a34f8a0a05a87bc451b" +hash = "9bca461cf1fd5114f937f8710b377f8c13b8c71d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055268 +file-id = 7178353 project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/moderner-beta.pw.toml index 817242feb..7fe6c33d3 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.1.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/qmSX8GrZ/moderner-beta-fabric-3.2.0%2B1.21.1.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/O5IyOTuD/moderner-beta-fabric-3.2.1%2B1.21.1.jar" hash-format = "sha512" -hash = "fef0461a5765512392ee11eeb4fff41d7e2a1fc693b92cb07514239330a5a0f96c0a95d0bb54656bebbb3be1709f40bb0afc05e905eaa7f58d6475f0f5172a89" +hash = "1eb200cb3ab1c211bcd4d87d371bf318249d3b531164227c4edf3ec7beb21b9d187c35e6887018e77b80c99a3eb19abeec9385b968d33b3526bf56477a0b98f9" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "qmSX8GrZ" +version = "O5IyOTuD" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/modernfix.pw.toml index 085653442..e59dd1d09 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.21.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "fd5bd05c9380243b3fa86e42b3649d8cdb235a60" +hash = "4ab39e9c736e7204146792c545ec5b29fc0a3872" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6766123 +file-id = 7200210 project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/polytone.pw.toml index 53a59d8a8..4168d2ccc 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.21-3.5.9-fabric.jar" +filename = "polytone-1.21-3.5.12-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "daa0e95bc09a0ce308e69bbe3236c73eaea5fa60" +hash = "676595b6d559aad910ab3f0331fa7b6d9e3f8826" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7035115 +file-id = 7235798 project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/simple-voice-chat.pw.toml index 940a915eb..6b0d6e0d3 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.1-2.6.4.jar" +filename = "voicechat-fabric-1.21.1-2.6.6.jar" side = "both" [download] hash-format = "sha1" -hash = "99cea46763b500525308ab7bd98ba4bab4a5cdb3" +hash = "c659425793195f0f4107b1cd94982e8e7aa5f78c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7011591 +file-id = 7117044 project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/unilib.pw.toml index 512769ea2..1f2e779ac 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.1-fabric.jar" +filename = "UniLib-1.2.0+1.21.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "bcd8a6a7bcb543b67b110bd179549b2af34d526e" +hash = "d8dd29533568a76e6b37d88817069b0823bc5c67" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860496 +file-id = 7145284 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/pack.toml index 97b2bf4cd..7c8764ed3 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "78dcc8597bd91d2cb9e3e372a63854cde1d63a0bdb0303e460eca816c2804f02" +hash = "3b2815fd07c9866cbf3df20ca719104f4ce5131ee1377387fbdf370ea75bc69c" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/index.toml index df395410a..447d8cb15 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/index.toml @@ -181,7 +181,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "2e50f3715f1995d10c9a52781aecabf3428e74571d3fb319912dda2558673a56" +hash = "c1b9c3699e33eddc7a717087ba9a35c66b88e023cd191543437e55a5f0a28e81" metafile = true [[files]] @@ -201,12 +201,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "6e7a08638f835a358e1822699e67d62d5ad7ea3de603487eea2c7fcd50d264f8" +hash = "d897ac3a1fdb8256732576f893141cbe12e5f097657181c0794ce2f823471898" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +hash = "493e865cf04d5707d3b44894541a78168b0c355f3f48816793b3882e06a61b95" metafile = true [[files]] @@ -216,7 +216,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "c99c0c9292338016b9ec22d83267f7b65773312b5e096468cc8ae6e98e4e86c3" +hash = "7f1537e83ff108683ad57a1af2c64afca39c8634a8c585af0b7ef5341ab29bee" metafile = true [[files]] @@ -246,7 +246,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -256,7 +256,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "c75dcfc888383e9391ae027f1a3647b2ec51e74b78ac2ad271bf759badd79699" +hash = "3bb805b3f8e1e57212b717902a35cc8ad76ab55bb3765409d293a45ee2202598" metafile = true [[files]] @@ -371,7 +371,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "6cda00187f9384dcc1ddca0b14993ba08e14c473ba262cecf3ce3f4d0a7d572e" +hash = "9b9aaf5c59a35ea8a6dd2db989fa93adc3ab1bb3cba6d2d3d6bd597ca04feab9" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/chat-heads.pw.toml index 67d1978ea..590198a2e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.3.jar" +filename = "chat_heads-0.14.2-fabric-1.21.3.jar" side = "both" [download] hash-format = "sha1" -hash = "1b1a05536e41cff4644dac520ce23fc3c8691d87" +hash = "620fa0ba9d40da74b4517b1d583c713dfefe38e8" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057841 +file-id = 7211729 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/craftpresence.pw.toml index b4c2ff3b7..e7d4760ad 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.3-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.3-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "f6c53a047d8739840c39c9d13747a1b726496fff" +hash = "6dcfcd58ebcae9071dc5534f4404f6814105aee3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860557 +file-id = 7146102 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/crash-assistant.pw.toml index a2717ddab..2aeb96f97 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +hash = "4f59b6644778ae180a5448e67edc1bdc3155d42c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055250 +file-id = 7234764 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml index 3dbcf9f27..d1a1a6e9e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "b4499370e49964b50b87851b280ac3589fb00d74" +hash = "8e962d81f0e7b52a6855ce374afb0e1b8882789a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843784 +file-id = 7192358 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/factory-api.pw.toml index 93c56711b..35a5b05e8 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.3-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "74ca438531646c86be92e2f1aa875b7014dbd3d9" +hash = "ecf1f6531fec8e1df1bfda9f97fd56d8dddf3328" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857422 +file-id = 7201185 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/unilib.pw.toml index 9d2a8c733..d51e30503 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.3-fabric.jar" +filename = "UniLib-1.2.0+1.21.3-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "e6e779e516d241fc9c3be1a786b45082e3d1b98f" +hash = "43bd3ddcf30d3708a68b758666726877ea47ef23" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860520 +file-id = 7145336 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/pack.toml index 5c523edad..c3b21cc81 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.3/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f46045c1916dc33e0e398f77c6d23edcce5fcc2fc214cda5079e85f50d5adc64" +hash = "fa4d4f1228b4eda88dafe1534b1985e27906fc733008fbe6141f695fd1cdb828" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/index.toml index cdf01babb..95b52a0a4 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/index.toml @@ -180,7 +180,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "9c853fbbb8d85de0822ff46db558a8a9a1c313e04c4896f50203e129f05f4ab2" +hash = "1e41a99e903248f3fda28844489d651c61fad61d6d05e31f8efc322c6aae4e17" metafile = true [[files]] @@ -200,12 +200,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "0fe5113dccb3955a9516d6a52365588e8909395902ca1dff292bb317d1cc0e72" +hash = "c801bca45b6c66cb4b22e0da3eb5b9f12dd1f99fe9ed0e3a1fb062d7415576c5" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +hash = "493e865cf04d5707d3b44894541a78168b0c355f3f48816793b3882e06a61b95" metafile = true [[files]] @@ -215,7 +215,7 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "592d88209b7810c11ee8d90816e62c2801869f93b25e7cd3c26ffa14b151e1a5" +hash = "54b9fc1dfa85c2a94d3f4561f95a4c34735442dde651d54c804b14a991f3fb88" metafile = true [[files]] @@ -250,7 +250,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -260,7 +260,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "4add877787f1f75d963f5718fc4e8a5de93d30dadeba8440bea122f0a15f8700" +hash = "d0d78d609ce43629a81ebd8949d462fb9f2509a5a9fa60eef8e4c5582294e276" metafile = true [[files]] @@ -325,7 +325,7 @@ metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "d5be489328be95fffa63996522bacbfa726ab450bc2990e0c0306f305643a6f6" +hash = "855c2c43469178b14f93f966c5cff12fae084f39752be8759dde60d809020c7d" metafile = true [[files]] @@ -365,7 +365,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "a290c26057cd07e45629d5fcdc9ea62cd6f4ae36ce657684d9bb3ccbb7eae76b" +hash = "abec66bb5664aae5f8a2af45204d69c011025089127e6e65b0d772c72ac44997" metafile = true [[files]] @@ -375,7 +375,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "d341824e962e3ac3b8f14150a4866c058791a2cf2ba4f060a3bd2359797cc077" +hash = "a0e99e8795e12209db624fc6a33dfe435c111a668b03dd95a9825aa9141d6b9c" metafile = true [[files]] @@ -395,7 +395,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "a3d48aef42ce1eb72a46604bff339ef5e42b8aa2bd1a6596332a4d1730309b26" +hash = "302b181919cf065f15d8f73cdcc044e7eaf514b2b804898fde21fe6144b39c7c" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/chat-heads.pw.toml index 41df3c1ae..fccf6350b 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.4.jar" +filename = "chat_heads-0.14.2-fabric-1.21.4.jar" side = "both" [download] hash-format = "sha1" -hash = "bb87d04c9daaf3427af5313c0c678afee37931b6" +hash = "283880241e7106e560e0a08c09f8144b9009905d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057845 +file-id = 7211734 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/craftpresence.pw.toml index 38d5cf017..4ee217855 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.4-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.4-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "41f738b0a13885ed872c71b2a121e2370a572862" +hash = "d2c76f288dc2abac12bf32290c355a26a84b6a6b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860591 +file-id = 7146128 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/crash-assistant.pw.toml index a2717ddab..2aeb96f97 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +hash = "4f59b6644778ae180a5448e67edc1bdc3155d42c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055250 +file-id = 7234764 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml index 39ef9eaaf..386639ab8 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "00a9acf75f126df60afb6268229a1c42954c69e9" +hash = "713c2260c2e3c5dd2e0ffa8213e465ba82eb3a40" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843785 +file-id = 7192363 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/factory-api.pw.toml index 559e8f6e9..499fd8a81 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "78c21d6e210baa7b9605c47d6f8e9837a68c18d0" +hash = "7fae5cdebffa4ad4fb72dcded997d14043db17c6" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857424 +file-id = 7201189 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/moderner-beta.pw.toml index 92d0eb4dc..3601a8407 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.4.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/Z4A1zobY/moderner-beta-fabric-3.2.0%2B1.21.4.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/9FH6T9DI/moderner-beta-fabric-3.2.1%2B1.21.4.jar" hash-format = "sha512" -hash = "34feed485e694562e3e2288e52b5a9dc4eb3501c69cfbcd88de4d79368a5d1410d50aad865c7d7d0c105471e131fbe67f70c6097ef454a51887bb5bca8559c1b" +hash = "03d834e6d3d2542daebda570306a35faf755715e0a5c359202818557fb4aff14c9180c831e1428e967397cb4ea61588b68cc67440ef2b0618418857308d9914e" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "Z4A1zobY" +version = "9FH6T9DI" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/polytone.pw.toml index cbb1c248c..7b0cc2bc8 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.21.4-3.3.23-fabric.jar" +filename = "polytone-1.21.4-3.3.24-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "7b20ad5c09e9c638f77b6a61d8db452d84496ac5" +hash = "41281c2d3086ab8c7c76433068ef4549e2655346" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6711023 +file-id = 7207934 project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/simple-voice-chat.pw.toml index 903fc55d9..c354e5596 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.4-2.6.4.jar" +filename = "voicechat-fabric-1.21.4-2.6.6.jar" side = "both" [download] hash-format = "sha1" -hash = "59daf3c61a8af9bc30fb47ec12c52a0f265470d5" +hash = "dd19fb99067c9317e8cf6d8be001d9183f9c3d65" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7011602 +file-id = 7117077 project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/unilib.pw.toml index f7521b3a4..bdbff1b0f 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.4-fabric.jar" +filename = "UniLib-1.2.0+1.21.4-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "7a424662bccb48d4643aee7534154f3966fc45f5" +hash = "b59624744cee32af4c5bd68e61a73005c0075d19" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860551 +file-id = 7145378 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/pack.toml index e39679a7b..c137640c9 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bc43cbd7c61b35ecec8943416a00d22d5a8ba4caa6355d9da354ab8650b9517f" +hash = "7165bf109e964ab5eda6b7252b48f4057156c535d97771e093a8e410ebfc2882" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/index.toml index 956d47d29..3828f1002 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/index.toml @@ -185,7 +185,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "fbb1677975b4743ce83ebee31c6477afcc0ca5d7d39cb6812e4642cc4398673a" +hash = "03a5647048657399fc168ca206a1e2c5c2a299432ef6d8ec8b840d54407591df" metafile = true [[files]] @@ -205,17 +205,17 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "cecabaa35e4d75bbb0c0a522db9da58fec8fefdf3f22342a357d67ccad15ee63" +hash = "6af91d625c2e93d5639bb69aa0f8ae9c030372124aa3767011ca7d22eeb936c4" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "bdc6a1bf44cf81f2392b74ddf46397d8a1b0d6148834c79b9e946eae426479b6" +hash = "dff41426a17ac8010ebcb69a15950bb824a3899684bdcd1a520e48f8f171ccbd" metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "0ea041c41782c6e428befd7029d8d4a5a3cccb78189cef3a8648f960ba964904" +hash = "f91faacdb9ba80781c3a76991ef564d46ff3bc7848118ee8c6fcd4eb0450a961" metafile = true [[files]] @@ -245,7 +245,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +hash = "94f000249d21c4fc3b7744f9579bb6ac0d48e6bf4860fad16f23c997950a47f3" metafile = true [[files]] @@ -255,7 +255,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "14134f8942121398052f9c79d0a9bad24767b4bf667d33d1649570279bfb3c65" +hash = "1bcb541f3cd47e729f2f9afae96f2dfff972e576541fef8107f9b97cae1eb4c0" metafile = true [[files]] @@ -280,7 +280,7 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "83c8df1156c93fe25562ab063aaf606ad81a80b4614e1e697ff1160731a2b6ad" +hash = "e615dad6bf89b7c379780b14875a1dd8c3bbe577b414d5b9c971ddbdbe9f2e20" metafile = true [[files]] @@ -315,12 +315,12 @@ metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "8fbc187d9d3b97aefd24d81468aeccc5a7aed19d789ce837773a5434efd3fd55" +hash = "53d2f3700a031ab670dc01dd7845f4c76a1ddee373b3e8e9fa3cd992ad8375a5" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "e42e9478d889222075b8fc20a9d934520fe153471d388fe5291d29d7ceef0c81" +hash = "4f35bf07c47be05766892e81398645c30980dbf31206dbe668ad496e868e47c8" metafile = true [[files]] @@ -350,7 +350,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "113e8639bf203c4cd8fa36cf5556f001ab7f6b43f2869ecf271704456d6878e9" +hash = "dc054761f2d8307699afa47f5d4b0935c2deac2eb4aca2fd032dae512fa02f6f" metafile = true [[files]] @@ -370,7 +370,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "c5aa516cb08669cb552792c15a8dbc25541dba05098a53bf3d8468d568a68cd7" +hash = "0d6edddc5c8e83a6e2a1b5314395e6ccbc8420361c3894e2a997c3899c45af2b" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/chat-heads.pw.toml index 502dc5a55..e04bce760 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.5.jar" +filename = "chat_heads-0.14.2-fabric-1.21.5.jar" side = "both" [download] hash-format = "sha1" -hash = "934198dc3f36ac9a244ace8efeeb3aad7ac165f3" +hash = "9cc8fe10f60cce93b29f5b74c5f1e996fd16e9b0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057848 +file-id = 7211738 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/craftpresence.pw.toml index 2bb14ca44..3a9a4f54f 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.5-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.5-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "3eec41c297dbab368a0d448a0c626e7af8de6d51" +hash = "28cce226cf869329dcc53ea675c765ef232652c1" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860643 +file-id = 7146166 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/crash-assistant.pw.toml index 455fded8a..0d2e4d3cd 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "1d99a68f5ab3b167e684e36afd23bd274b3f014c" +hash = "ec8bb5da082e958fc60a558af2d6d9dd17c645da" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055326 +file-id = 7234783 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml index 7df5d08a3..cb9ff1cbe 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "09c06623d7430eadb1f0cabf423874d90633f4bf" +hash = "e111ade41e4153b691451f6196fb2447ba150b05" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843786 +file-id = 7192366 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml index 8fbaf7424..50f3529d6 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] hash-format = "sha1" -hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +hash = "ab71e8daf9a2d529204b5c28b3801713d22f3d46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6985480 +file-id = 7143515 project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/factory-api.pw.toml index 34a6c4ba0..a730bc2fb 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.5-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "f164daba0f9ab5a406f7dffed282a9b5070b637d" +hash = "3827a4e83c110c3c427375cf474dc0a0557fdbf0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857430 +file-id = 7201193 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/lambdynamiclights.pw.toml index 8f2aec427..43427e063 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.7.2+1.21.5.jar" +filename = "lambdynamiclights-4.8.5+1.21.5.jar" side = "both" [download] hash-format = "sha1" -hash = "c41fb664ba2226288e4a1f5d86be808f375a8b60" +hash = "c7caa0c152c36102078794b0c2a0d16f318fb0c3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7055294 +file-id = 7117971 project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/moderner-beta.pw.toml index 56c933b34..14e611f4c 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.5.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/rMAkl9GK/moderner-beta-fabric-3.2.0%2B1.21.5.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/xKlUGjyE/moderner-beta-fabric-3.2.1%2B1.21.5.jar" hash-format = "sha512" -hash = "eada15ba73fffe9c64a18ba9f190e8cf50c8e6fb04d4922c667b90b1fd791663a10941ed4e1f020901a68b3b5a0fb6be38c21c09c72212822ab2147580666bcd" +hash = "7b6e9e032f7682145a75c22d10ff17fc6be814712277cc2e4603bb312755eaf42e1f017798bd9bc9611aab0fa8b4a5459e8d578ea65009ed81074cf16d4509be" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "rMAkl9GK" +version = "xKlUGjyE" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/modmenu.pw.toml index b70064bb4..88490bd98 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/modmenu.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ name = "Mod Menu" -filename = "modmenu-14.0.0-rc.2.jar" +filename = "modmenu-14.0.0.jar" side = "both" [download] hash-format = "sha1" -hash = "cdcbe5d129ca9939c3c95a09b3d6fd1ed5513edd" +hash = "76dce311dfbbff04dea8be0797ed0f2959777d0c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6347337 +file-id = 7216457 project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/simple-voice-chat.pw.toml index aa072c3b9..d1a69dae5 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.5-2.6.4.jar" +filename = "voicechat-fabric-1.21.5-2.6.6.jar" side = "both" [download] hash-format = "sha1" -hash = "c12fbeb7e915a82a2b87655db1d0ba645d4e49ee" +hash = "c99b2832e0f0114bfd772a2780eaee08ed63853a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7011616 +file-id = 7117115 project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/unilib.pw.toml index c1dcbb881..670cac467 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.5-fabric.jar" +filename = "UniLib-1.2.0+1.21.5-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "e7081d9ccdecb8c46c8b295ecae330cbb03c94fd" +hash = "4049efeffed585afbdf871da6330275362de54e4" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860577 +file-id = 7145405 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/pack.toml index cba5c050b..6f36baa94 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.5/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c0e05a5e420bfca7a499908e6c6cd39fb744acae2567a099c1e02f6b97452afc" +hash = "ea3987059b22aab27cc6352a03af52536fac466c10c22512996f8864e0df19d9" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/index.toml index 7272c0c3b..2424625f2 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/index.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/index.toml @@ -1,192 +1,192 @@ hash-format = "sha256" -[[files]] -file = "config/advancementscreenshot.json5" -hash = "bafdc53b21f11eadd6c1a932a9dcb7f7ec9e503be98cbd81ce92c17228be7439" - -[[files]] -file = "config/beautifiedchatclient.json5" -hash = "fd20f923db33eadb5b98950d754d2dfa58d75ec0f9f23590978d699c41739745" - -[[files]] -file = "config/bettergrass.json" -hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" - -[[files]] -file = "config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" - -[[files]] -file = "config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" - -[[files]] -file = "config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" - -[[files]] -file = "config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" - [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "db59a58e83101b70b8b6ba5d5cc1087f90f98e0edc410e776aee290511e65bd9" +hash = "5e4afcd5f9a4745c9545f4b323fdec196edb143eb9d97c5da1c466c03a6f97ea" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] -file = "config/currentgamemusictrack.json5" +file = "configureddefaults/config/advancementscreenshot.json5" +hash = "bafdc53b21f11eadd6c1a932a9dcb7f7ec9e503be98cbd81ce92c17228be7439" + +[[files]] +file = "configureddefaults/config/beautifiedchatclient.json5" +hash = "fd20f923db33eadb5b98950d754d2dfa58d75ec0f9f23590978d699c41739745" + +[[files]] +file = "configureddefaults/config/bettergrass.json" +hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/currentgamemusictrack.json5" hash = "ff54b6483e46419b1d8cee3152e7d6d1dda4bfdf277ae4cd607ffa1e86f7534c" [[files]] -file = "config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] -file = "config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] -file = "config/ferritecore.mixin.properties" +file = "configureddefaults/config/ferritecore.mixin.properties" hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] -file = "config/hidehands.json5" +file = "configureddefaults/config/hidehands.json5" hash = "3074931fda9af006879400bddc0d8ac2806d5cd53b8bff881679cec60386e62f" [[files]] -file = "config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] -file = "config/improvedsignediting.json5" +file = "configureddefaults/config/improvedsignediting.json5" hash = "734a1f076312ffa5a6222f7fd0abb1f9ec40033730653ca7c1c4ff479cc2d82a" [[files]] -file = "config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] -file = "config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +file = "configureddefaults/config/lambdynlights.toml" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] -file = "config/legacy/client_mixin.json" +file = "configureddefaults/config/legacy/client_mixin.json" hash = "b87f97b466cd28a298998cd36ef501d2c466131d7fc2e92727eea33a903eb3de" [[files]] -file = "config/legacy/client_options.json" +file = "configureddefaults/config/legacy/client_options.json" hash = "f0c95608d0e4be8e759d42218a55cfc13101cd0e7ef834446635f2cf51a39157" [[files]] -file = "config/legacy/common.json" +file = "configureddefaults/config/legacy/common.json" hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" [[files]] -file = "config/legacy/common_mixin.json" +file = "configureddefaults/config/legacy/common_mixin.json" hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" [[files]] -file = "config/legacy/global_packs.json" +file = "configureddefaults/config/legacy/global_packs.json" hash = "005514c5431cabadd17cfda440d6d765332549f835eede842b6f8aec596a0a9d" [[files]] -file = "config/lithium.properties" +file = "configureddefaults/config/lithium.properties" hash = "cddd1a067b1702014533549650079daf13df9cf5eccb5aff54da0aabf6570f7b" [[files]] -file = "config/modernfix-mixins.properties" +file = "configureddefaults/config/modernfix-mixins.properties" hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] -file = "config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] -file = "config/moonrise.yml" +file = "configureddefaults/config/moonrise.yml" hash = "8366e8d4fa7952e0abcf0a0871c06f0b562725b912e0d3537fc37906392a2329" [[files]] -file = "config/moreculling.toml" +file = "configureddefaults/config/moreculling.toml" hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" [[files]] -file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] -file = "config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] -file = "config/passiveshield.json5" +file = "configureddefaults/config/passiveshield.json5" hash = "71e75f88c2bd7f82563a26de633c0d37c8b0e3d67258a82082f09c201fd40a19" [[files]] -file = "config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] -file = "config/resource_albums.json" -hash = "d5943ab71fbeb94cf874507a4920e4cbfe8be65bb4a4f794da181741de1ba73b" - -[[files]] -file = "config/resource_albums/minecraft.json" -hash = "654a8b5cb80ef695e4d3908e0944a589c2faa6d13523eafdbbd74d7535b38f6b" - -[[files]] -file = "config/resource_albums/minecraft_classic.json" -hash = "fa3f7017ee455620b5edff4bb1ab22f69fada0e21cde3e79d726ad006a4248b3" - -[[files]] -file = "config/serilumsclientbundle.json5" +file = "configureddefaults/config/serilumsclientbundle.json5" hash = "cefddb1867d1af187f8208c1cd619c7c9f3f5907fe41e7938083adc80508dd11" [[files]] -file = "config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] -file = "config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] -file = "config/threadtweak.json" +file = "configureddefaults/config/threadtweak.json" hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" [[files]] -file = "config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] -file = "config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "7460845c9b5066bc36a7fbf2358f5fdba57a3104c8052e93a76de1b06aae938e" +hash = "4f6391e2cd19d0d1dcc74813c968f3fb5da7ac7fc56e79c6639ab891943de429" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "654a8b5cb80ef695e4d3908e0944a589c2faa6d13523eafdbbd74d7535b38f6b" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "fa3f7017ee455620b5edff4bb1ab22f69fada0e21cde3e79d726ad006a4248b3" [[files]] file = "mods/animatica.pw.toml" @@ -195,17 +195,17 @@ metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "5056e36d21bbc27972c7034c12770fd94f6ae6396f6eddd287a6673e992e376a" +hash = "756d142e76f99fadd1b1b1fede18f41592b2d87eda9771da3dbcad857ec7d397" metafile = true [[files]] file = "mods/cape-provider.pw.toml" -hash = "c5e0b5fa15da8eff8990560ce27c97103b344d2a8d526a843eb4e2cab5a68450" +hash = "af73354564365166bddccc4b1b60dc32a491cda0fb6725301737a5ecae691729" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "0f60b9c4bdcc8a578f149b28bb734035f2ca6d3deff8e70f1e7b9200d7c0e5e0" +hash = "cb21f2c93b3f21865cd2a09de40d9541a8b172480b9162f6cb4c57853f4fad4f" metafile = true [[files]] @@ -215,17 +215,17 @@ metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "14b881c91dc7415317b76c884b558f9294ae99dfe57218e821e566e8236e3c80" +hash = "3357a0f5f06655080447c8a06bc20b531783193696868360f41e7b19adbdf03c" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "ec7acb424fc69b5082fb2aa2e7edfbf1e0a9bd057fdac9412c9bab4ce6d8efff" +hash = "6b5c9524d1afb5435096fa7d40a361f8ef91d95fef3557f8cea90c99e08f15e5" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "efbaf93eb8358f5cf8f188b10ce6305a5d697dfc82ec03dbae64a4784b904a23" +hash = "dff41426a17ac8010ebcb69a15950bb824a3899684bdcd1a520e48f8f171ccbd" metafile = true [[files]] @@ -235,42 +235,42 @@ metafile = true [[files]] file = "mods/custom-player-models-fabric.pw.toml" -hash = "89c0299f2298e2c1dba1ca231a532a7d4bf5813aff40bad697fabcf7d4829506" +hash = "57306f978b3c515c0323ab242f7491e66cbab9579d7c7a7e419b97aa271fef79" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "23bae5605f54405e66b34c3b9484507521eaa8e8c4060939efc347a6e247095f" +hash = "ab5d569191db7fb105f6cea3fd1fed959520257a18cde35921b4ebe40aba2bf3" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "feda6d04814a6e1f7a0a869d5c83688d55701d2fb92c909a4ab9fda5cd8c06e9" +hash = "5cf3e744547bec544b314170ef2a7845848f595399ce22845d1b7363914fd35d" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "187ed76ebb46ec62d57e0cf5311e1dcfbd08738cd667023e6cb5472c20282279" +hash = "90633f877db2b3dac3f185a85e0028fa9a7d1873d5fb13e57cfc0604a8cea99d" metafile = true [[files]] file = "mods/entity-texture-features-fabric.pw.toml" -hash = "c105e2a3a8bd9d22f73484956060d51736ed81067b1d06e07cf670d978f0fd05" +hash = "e09010ef2202c251fb83919e2752160f140368ae187b21db7f760e03a101fe49" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "695b34c459e7dacb485b1c35c0abf51ad1636145931060d30a0860a10c758f71" +hash = "eef2e7cdbcb2fb4026486f406a900c51ff107c9a64791c09f0af3f5cb237bec7" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "243bbfe47b3521da875425862e08bef3d1edcd7a265efcad71e48a7e1e55e84a" +hash = "1943cee706f90e5e828de013387ee1d1ae9ec1ae6a63da767be9bfd64018b79a" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "dcadd34bc840bf44bc7fe6a70753790b2b239667213d8fb003c18c8f2d8b085f" +hash = "ce335f4665ab2d598cc463cd42b6c9b0d8adc4283630c451a4f78797d7ea0467" metafile = true [[files]] @@ -280,12 +280,12 @@ metafile = true [[files]] file = "mods/ferritecore-fabric.pw.toml" -hash = "c1f3777b2a45efd0acda68726e52ac029665979a4aba9daa2e522cfdc27096f6" +hash = "3dcc43cbc807ec49377efe574b4670ee91e62474aee1bcd068495adea8bc1f6a" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "dd188fd94e9d7f46b6220d9eada2ae0c83cda19c38b18c219508c678711303d9" +hash = "99258513a8dacb079bb8c7382870eb81da82f3190a57820769985e99ab3b5b14" metafile = true [[files]] @@ -300,27 +300,27 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "ac220d44092ebef1990b42d0c6a93a54658d22d8e31cc3889a2b68b87521a6de" +hash = "18d861a62735aaeef2f98d31e92a6d88ff94a59ae7c90790fbdc02d10003402b" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "f2546333ffd81b4e1db01a1fb82c81ed9eaac546e8fee8a7446439b1bca56546" +hash = "42658bc0dfd6e2f3573dd4446c8f43160251cdacabf23a79bc1c7622aa524edb" metafile = true [[files]] file = "mods/legacy-minecraft.pw.toml" -hash = "bb1c23b8a42b730509e5ca759d798fe5a98665ac3bf6eb2d416fe67067f72a6b" +hash = "4d3b62e54260121bd6be5ef58d7a3001126f3878eecdfb1a56964b9ccc3ffc24" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "b695823488e0900b340abf7dc7d3d0c7c6ad3b1fa47286ff7c02eb9894c88cff" +hash = "b0ba90f9963fd0db6007be8a2b0c22e4be07a88dbfb4bbc3c3048e75732ab73c" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "e0ac208397967696ea75330a16f22ecf560c232ca22d329cae0793a99fe279b8" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" metafile = true [[files]] @@ -330,7 +330,7 @@ metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "0284b6075a13ea5e3e818d81183911e8e15235b0d38bbe5d21c7bb11e08724e3" +hash = "474dbec1a749b8a1af2504bf0380c77a3f5815ba4038614b91b873aae2fe57d8" metafile = true [[files]] @@ -340,7 +340,7 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "6dc53fe9e18556e06c90a22430afa70f44491bee7fb9163cade31ba1dbe312ea" +hash = "04bffe7613a3a9d7592c8dca2399556ce74ba7049e115827ad80888f9bda7672" metafile = true [[files]] @@ -350,12 +350,12 @@ metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "9de1562b99a26719293757344637d6d568555a18d485cdb7a3d3d95abf2e74f0" +hash = "3d8f922f4c2622eafd7ec05ef17596e69c7d1de63a8cad4f9ecb496612c7b706" metafile = true [[files]] file = "mods/optiboxes.pw.toml" -hash = "4d904800f34f75256f8ddf9b4359e36be75698de0feb236783b274deba0c6b28" +hash = "b6b7d2c2f7f366750a7cb6886770c806dd2979c9922e98c18f085f85785f81b6" metafile = true [[files]] @@ -370,7 +370,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "bc027914dbe2bb2d93f9bfa58ee2669ff5ff5623aebac61b0c35d5bbaecf1460" +hash = "e22254a6f9d2eb28da5e503e48faaf9f6767e6485f8607b449713a461e850d46" metafile = true [[files]] @@ -380,17 +380,17 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "3b7ac2d8cb4a39aab8306164adc43449838352684d85b3552727432a1f63cd10" +hash = "2b2e18ddc2d3ccdb28a8f98da08d14b20638362c1c8a13dc5c8e3dffab58851b" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "cf17280fdc8471828dd8a83ffb61d188bde71fe5fb4c27f1821e86d00df0ce13" +hash = "5c6c3494c90333b5c8f36afff7c4355457c54581e9b751c607375b79ea52f298" metafile = true [[files]] file = "resourcepacks/re-console-resources.pw.toml" -hash = "9d710bdf29b16c3120467a6975c183defa3ee528ad5ac9b9363e21992eac5ed2" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/chat-heads.pw.toml index a0fb79e86..3361b0bdb 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.6.jar" +filename = "chat_heads-0.14.2-fabric-1.21.6.jar" side = "both" [download] hash-format = "sha1" -hash = "c122c93180bd0defd74977b321fb839b7f6f77d5" +hash = "d9eae5a206cab50d8b22eeccd2d9c5199e5c8d73" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7057851 +file-id = 7211742 project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/craftpresence.pw.toml index 6fdfee2e6..76a595e4a 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.8-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.8-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "c3f1524364b1cb5aab4f65218c089c1934b828ff" +hash = "09962e33d42bb676c674590805fe6dd874302d3b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6860724 +file-id = 7146226 project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/crash-assistant.pw.toml index f30a62208..0d2e4d3cd 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.15.jar" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" side = "both" [download] hash-format = "sha1" -hash = "7e61a0d8d06083ad6e96044c910d3b3b4eeb836e" +hash = "ec8bb5da082e958fc60a558af2d6d9dd17c645da" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7139399 +file-id = 7234783 project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml index 9796d8ae2..09120bd3e 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/custom-player-models-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models (Fabric)" -filename = "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" side = "both" [download] hash-format = "sha1" -hash = "37ccf13fea5df14bae75e7252c4dd0cf0ac9dc7e" +hash = "de56a7df430cbb5013766ed3f368512552b76174" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6843787 +file-id = 7192370 project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/entityculling.pw.toml index a9086887c..31b3278cd 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.9.2-mc1.21.8.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "a3b57940d0cf37f237e7ddc0a645794d140bafe3" +hash = "605ab32f94a3672d575ecf0b15fe61c30d16d74d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7125366 +file-id = 7167825 project-id = 448233 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml index ca329bc1c..871fd6043 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.136.0+1.21.8.jar" +filename = "fabric-api-0.136.1+1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "ee07ecc1493280ccf1f3df59c554ae83a5e97df6" +hash = "56a377bdbf4d83a90d6863ca91b4776f7f09a46b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7120268 +file-id = 7228829 project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/factory-api.pw.toml index 62d675c24..466814f51 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.8-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "fef19600bbdb7092d946fff7d434dbce5d53ca55" +hash = "78203be1c89c00368245d07c887b1cccfc5642ba" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6857432 +file-id = 7201196 project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml index 4b1d8246e..41c1ef268 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar" +filename = "ImmediatelyFast-Fabric-1.12.2+1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "318608e466371772a4b0d2a6cd3fe86cf983e718" +hash = "5add6791aaed9f5b8d701ea4232339731d6d0db0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6825769 +file-id = 7157386 project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/lambdynamiclights.pw.toml index aea245c3e..9a316dfb4 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.8.5+1.21.8.jar" +filename = "lambdynamiclights-4.8.6+1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "9346d8f285cea489111fed6bfbe26120440870fc" +hash = "4a72faa80d1b66e37bab6b10796dbfd796f7db3d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7117976 +file-id = 7178361 project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/optiboxes.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/optiboxes.pw.toml index a873bcb8a..1e8414356 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/optiboxes.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/optiboxes.pw.toml @@ -1,13 +1,13 @@ name = "Optiboxes" -filename = "optiboxes-1.6+1.21.8-fabric.jar" +filename = "optiboxes-1.7+1.21.8-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "29939cb6a95e50b1753592413576196ffd47bc69" +hash = "5fbf6e82871f164efb5e8f0a1d60d9bab053e2ca" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7054256 +file-id = 7172162 project-id = 1301799 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/sodium.pw.toml index fb4ccd1a6..514ea6e03 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/sodium.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.7.2+mc1.21.8.jar" +filename = "sodium-fabric-0.7.3+mc1.21.8.jar" side = "both" [download] hash-format = "sha1" -hash = "ee58562bc918993d62ca457e46b2782fbdde3aaf" +hash = "c9ed2b00385ea191e81ea4da51c008755fe90a26" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7088172 +file-id = 7207587 project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/unilib.pw.toml index 20c896cac..4ad0e0726 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.8-fabric.jar" +filename = "UniLib-1.2.0+1.21.8-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "c822e2b4c6c62ee02499f5344c7a0a6297356033" +hash = "023771c31fbec12d7e73bf55a9221017ea1a35be" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7083189 +file-id = 7145466 project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/pack.toml index 30689e48c..dfe9b4ad4 100644 --- a/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/pack.toml +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.21.8/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c7d3804734c343742ffdd6a90ce5d14a5b3ba1a9a113e295d445a3667dd5f929" +hash = "fa705f36ea4bb5802720138c7f36cd93c39eb61c0a289c18e686a214c56efa3c" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/index.toml index 114b8b264..5cb3b7381 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "ca65a5ca39f41390c1904e0536cc44ea84eb8372ce4cc9d34cb290c7190060cc" +hash = "5bd3f983fdf477272050f76c96293f42100e9beb2fcff6e55b40fa9dca011fb9" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,15 +66,15 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -82,11 +82,11 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "aa5c8120b0b30645036b84fc21b4998bf25f9e0f993f77c786e13ae63fe89302" +hash = "b812bee50551a983f8a68d465acdcfe639ff516543d7bcaac3af2d81b3c1a6c6" [[files]] file = "configureddefaults/config/legacy/common.json" -hash = "b53b37731be8c0b43792606469971acca200596aa957ece8387507daea19b7e8" +hash = "7645adf521ca9a6a2d83bbe25cd45b2f4915c8ad293938e0650ec5c5106eba4d" [[files]] file = "configureddefaults/config/legacy/common_mixin.json" @@ -102,43 +102,43 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "f03920579e869b9e443b00ba9a7c44af74a60bcb7625609bfb428c6388cfca18" +hash = "0b28776b9a2d82a0090aef9ff1b0f35f2a2a5cbb4b9bd52ee994b5db0d208da4" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" @@ -202,7 +202,7 @@ hash = "7a210551c2bd02b2a4496d0f09e9c5d012b60503f8088b81027f952b09de952a" [[files]] file = "configureddefaults/resource_albums/minecraft.json" -hash = "68295edab581c623d2277a4b2c67106dd17ad24a8ecf357fe28f763e6685659a" +hash = "90890bb55dd006ecb7b098bc5b5aec90e268cf9c8c0ab4136fadf61d5b5d30d8" [[files]] file = "configureddefaults/resource_albums/minecraft_classic.json" @@ -246,162 +246,162 @@ hash = "cd4cbeac5b9fd320b5393f5a626136c904ec3809359bc79543bdf0b68689d80d" [[files]] file = "mods/architectury-api.pw.toml" -hash = "77ff1432123c57983a848a27047a265ddf10d3a76a17c7c9b2dd7e77a042d711" +hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "6b2784d4872554cdc65528b9b278b5a28a05783640aef0a6513a5e9ce132afe5" +hash = "7eb6b5ee57865d6221be3c428f5a0c4e449f4c86920e9f8736b4f755d7822edf" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "49112cb0c8359c39c872f2688b3dbc22fde169a923cf4df92cd1ba60b432119d" +hash = "8f54b2270c2d87b56a73b4355305cc4a4dd277330cad97d137b98073ec0d8e83" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "5eade022da85f205b7f13e0610fb1a9bd8f06d99d584ff5d6bd708e846a87f48" +hash = "444dc7b515acd2e5a5b399c78fe89758f43bfe962a453472ad18a50193eae8b6" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "cf2310a760e5897e904f8f6351eeb234118ad0729d8e95a5dc704bc71cdfab96" +hash = "62392ad801b58819a5821bdbde21686cf338cf0416ece1721db551f8d2497db3" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "2aa0616771753af0b96e8125f53ad2d7c59ec3e34cc0ad023fab7a72cb2a37d0" +hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" metafile = true [[files]] file = "mods/capes.pw.toml" -hash = "2ea660633b80f4d21fb03008958df7a596afe3dfbe9b737dfe12929ed1ef92d0" +hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "b6f02a265467770f9c08c14cf3703b770385577b726769a59921ea02e3a5c6b6" +hash = "1173755b093b4f9a8aca00520d87bc35178fe19c54e59debe5c48d0c9063b91c" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "4737f39234f9cf1faf075ea80228ce38982e56cc9df8a277aff3a0e10e4005ad" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" metafile = true [[files]] file = "mods/configured-defaults.pw.toml" -hash = "c427d3474551df681bd66428836486b43b6f0e812b3ced94777e4fd30b76ca6e" +hash = "be0a69834f97c59e7e025d56eb6c3751ed81a4745e17224e63341b110a0088f8" metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "765c845fe7e63a5d1ce2a4a4f31dac08c8f6a58dc61f73f2556287f72628e6d8" +hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "bccc2944f92f89055768d5ec241de340ad74223f6ed4f9fb7c2bb55466f30015" +hash = "1b272be2b56b60336ecef056cf9f0e35a77fc8a46c8a121887c736c6cfc180ce" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6b212af0d8659b1e77c3cb18a05521f77ccc2158926102486c8b0869f51cf26b" +hash = "cb0a5a9d2265175e7bb29d460c6a9a17fa64214b0268220ef0e9fa98e0fee797" metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "52355f7f314b3208a1a51ed5ca0ad94986eb22ab174465fbe36b92a3c5b3c7fe" +hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "84f8205f3cbdc514b684ceb1a92a35230212cbffb4c870dae775a9d61ff55bb8" +hash = "63d91996e776cd513be8dc0b53210062901adbde4e15b75c020ea848b7f6c9ed" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "9326ad2077287f079ab68743e5d597af75bf7f166927079fcfa7545fc86c4cd5" +hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "bd05ca7ea9b33b7b205d5a52fa43a22956411f245c8993c95151d9fc059b8ec7" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" metafile = true [[files]] file = "mods/ebe.pw.toml" -hash = "816b719eb96d91e39a44ead15dbe176951484a1915c52f05eed9100dfadf280d" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "40bfb1f5f9cb66c4586739657c60523eede59104a3eebe31c5f617e328c011f6" +hash = "f1d9c0910c3172c83058cc6d9af49e9b8dd9a6e410b0113e41077a373a0646a0" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "c5ad9b253f9b26b478ed931c1761bcd92a50d05be542c9101ead65af2cd42496" +hash = "865900b635abc188c1931b0358af137f468669a0dc41abfe2d7959a4b971735d" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "df1bbe564d689880be21f023b925dde0d9656bbee09eca20074d9d32f280afd1" +hash = "91f45174d8627de2d04922bcf83b4b7c31188fbfc748240fcca27ea4f3282e93" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "7c158231aef31adb1c1f4338e3d8cb7ad9f8ef8fd371a85ccea457bbb0f59cae" +hash = "53588e917d3908a03b747b7d2b82a0c20205bf953023f7b10e4cd157d453b606" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "5aec219adc9536b4554033a54c563a027297a319836ef5e8dd3078fda8ac2e32" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "dbf70ad0c295b600040bc49c1351e8bc807911efa77086b8e81773aced2bba39" +hash = "9f4b3ab255d63cd35fd021a474113d121cf87f1e888ce648e9f66c8450aa9c5e" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "e248d23f43fa50e6014902db890fa6546c3763858da8192862bfcc3070bf56be" +hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "eb0319fce32d9370c30659d3a04e8b8cb6150205b5003439ab5d6df10a519e22" +hash = "d8ad41faef0576a9976855bede5b47957d28e94835e9a2b1a273d131af78ffc1" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "4a38586bb7b7f27d5d90b4f1b70b5f348d7e8ff73d9d0ced9b24a55d29e5e678" +hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "7c80079f8907c29bba18bd6bfd1eeeade4be790a39ff0e358d6e72441dd8108f" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "e30259f7f898dec855247299d4ee7234d4785960ef3c282cfba67fc975b19ff6" +hash = "fcfd264784dcda039d9efc0b3e47ef1f04521698761a34d2f20379d5f9c0fe26" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "9fd0d503d55a012434c447f6d730433670f2f539506922fd87d1d41020ed56cd" +hash = "060c6baaec85f47ba4bc2c0f4b8642b9933c27d3c166eb00ef86b4bbfd7f34a3" metafile = true [[files]] @@ -411,67 +411,67 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "fe3e6bdf7ee24ca65e68ffe7110f0eb6c9c27bfcb94b190f63063aba4c7ff2bd" +hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "ad372531557125eb4a829c42062b4d83541aebfbd976cff6619f3b3c6638c678" +hash = "be7240c21a4acd8de01d7f6f93be18ca2a233917d32e6f6205f788432525a570" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "98571d28c97283ecb80689a40c437bc563f8b33a7ac9d004f12d3ef931527b04" +hash = "b30cbfaef28f8ecc9223de405a6fb9760df60235cce6466bcc71f4609d07cd25" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "9ea922cf02e938a4bc2576c2d80db55271eb1bca65f1e6f00ff869fbcc23d879" +hash = "c25f64828c02d648da30e5f6f1a2c0df2bf474a4085b59be5d1df6b9f916c890" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "e86ac4786a85c12a40e35aedf42795393fae00fd7b807b7767892557971ebc8b" +hash = "cfc0aca4763dd6f60bbec228e759b957ebadc9e2c808350affa808404ee39a88" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "57a70ca938bcfcaea5669d53ac1942c521fba33e33e23b532c7adaddb3127e1f" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "91e27eb5ae869f5cb1b5911a51f7eb7884a71bfa6701c3f6a2b7a2ce1e02e187" +hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "8d08a69aa15cf3121fac174567557df2bb528a54bd48fb97a4c36a8a155c1256" +hash = "4c0ed34e7038fb82847bd7ec25e9bf6b841a815e87386e69d48effec488d1957" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "f79111b6bdd60949adda5f832e02771308c4121abdf0caa36bad10d33cde736f" +hash = "f43c82e3cc6079291ddae81445c703905b6c670dd43f444e47f5cd817944e822" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "837915662c472b9672e4a5bed43343a37917fb947b3b86c929bdc73024497fc3" +hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "cd045160a588d656aaeebd69d26764657d57489dc235fbb3b6b169285700a977" +hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "515b1bbd8e92bb4ad03a9cd63a28c499f4ebb13fab4716b3e486eb5dd0f3d36c" +hash = "e94cfc8b72a467d63c5d7593a433edaf698a3792e0c9b95274751ba6d8435288" metafile = true [[files]] @@ -481,197 +481,197 @@ metafile = true [[files]] file = "mods/nuit.pw.toml" -hash = "75fbe6959e6e824431f0d5a437691b1b0c507c4572373bb116c16bb182e55407" +hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "32c02532ee4ed6ac98421f1cb635c97708c86595535ed19a05aa112cc1ed9035" +hash = "ae6ffe0d8a6011a7fab5725211c9abfcb050077a4e517574f7d32ea28889105f" metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "40b46bbdea807d74cd5d7dfabc58502219a754b9364ff46ff3e2b243b31351da" +hash = "3c5a5fe2267f93188d7e41f7a06ea09a64b40224b90f601e42cf666c16f12268" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "2fa349cf5fceced138a2ce15dcd35cd55948ed52aa6222b32225ed9edc9e18ea" +hash = "c8a71e74f0d57c3a80b7f1c59b9059ed845ea50f571e2f7698616343ffebbf93" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "20e7932cd9d005097e3fa8febbdfaabc929f4cc68816c02a8b509fe87bf1920a" +hash = "fae2bc6c282159f6a2e55e22d19241c625a9795dddbe8bd0f0b501c8aa709be1" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "196310c8f35ff43df20828f78aeaa532c62faa036c58a913ca9d419cfa39c2d4" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "a5b7358eb8b4795a3ab36872a8c2a0e1c1bf6a518a168f2eb10b695a35cb64b5" +hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "53bd77e9d27b95960de40beb3cfb869f270451b1ecb8d67af39f4fbd74673158" +hash = "a926b20644e92b66a86a135e159f376c4166e732659840cd2e00c9b3504091e0" metafile = true [[files]] file = "mods/world-host.pw.toml" -hash = "5e42e941f7085f81bf9420691a0ebe0e6ed3dd4db310521eb556e300f22b643e" +hash = "2f64975888aae7f9dccf2b5a7f0655148e93b44256d6b0649d9fd17eb97d8622" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "97135836e2392a011aff2801fffbbeb314c292c433af580ece5838d713fc8f57" +hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" metafile = true [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "f704056a512d0c2b5f00a297ec02871142741687320a0c54fae1994e26b66de5" +hash = "dc14773605ec2aaba3dabe92bfb6269e2a3fa95116630b8ce51efeff3a54468e" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +hash = "bf5f537c51084a326b5b4f0e4b78b324af0c80d560348ccc81c500ceb2b3dbf8" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "f77cfb206b291303d6b16c765cc6a09b9114ceaa4210e6f8d8f00917f8fa9622" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "083d453760af23133541d8ad2285c9493ce87848e7c88dfd3358dab29ff8d5aa" +hash = "421b267f441e7be3feefa686191e5b363929ecb39ddd5f2ff5b515db4b169891" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "efde47d0d91609b82948cf74c40a87a727c56684a1a50ef1a2efeff23605a3aa" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +hash = "cd28517878a0782576343823bb744745beeb0067a728f2e5bfe4608a49bb0b65" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "fe06c74ea9d960c6af41dbe2a2693adc8ae8997ec3581838a8808be31e589b0b" +hash = "b22b019980b8dc09eb4ce0536a032bc569ae2999a48057816af4de057e5cdc10" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +hash = "6bab01787361072d717e02ed0830d38f28d2cc95421748f081c1f39fbeb25d25" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +hash = "06bb57a0de16fca9f735a0791da22d391468f6654a6e2569a428dad2d9255721" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +hash = "8116e83b0374bddf299d5d673726a1f66fdfcf0cf338a26f65ab882c66b2a144" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +hash = "65aad6efd72bf1297c624379a1a3834cfac790edda8286c931be9de5522d7ff8" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -681,52 +681,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e80ce3af117b1634a4c9b6caee8fc5abbe82a36874a53f6da7d9dd5c8f87fcbf" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +hash = "2fb042cece595e725830b539896ca27167c16d6e94180749c433c2fc240086a9" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "296aa718e18d2956304a18eb9e33d7e27bec172a45323916ebaf969c49a9e092" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +hash = "9101021769de310aceed0b321ab469e09299fdd83a358d5c1103d44e5272b801" metafile = true [[files]] @@ -736,27 +736,27 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "cd2eaaacb7195dece088c9ab5f9eaa6004953b039f7e17c9f26c835886e698b8" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "b23e120653287a0c24e9595310190b8e4ccbf0feae28e533149c74f1be127537" +hash = "071f1d112077ace598834a46cc6988d5e98e9bdcbf98404d1d64fcb46482dfd6" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] @@ -766,12 +766,12 @@ metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] file = "resourcepacks/vanilla-3d-doors.pw.toml" -hash = "b1bcf91b0a8febd5e3b80d68df16003fd8fd424223625e44791df50f1e57d0dc" +hash = "c5e081dd7b3a2ceda4e9c07a2f43ed0ce1c8c6d9e7fd2f32a966cca94284713d" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/chat-heads.pw.toml index 18fa4450d..b680fb3bc 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.20.jar" +filename = "chat_heads-0.14.2-fabric-1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/LFbNBVoh/chat_heads-0.14.0-fabric-1.20.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/LqyYQRzJ/chat_heads-0.14.2-fabric-1.20.jar" hash-format = "sha512" -hash = "37734845122f10e46133a44b03c310761f351440ce442f5cb02d8ae4166754adb6869ee1e53eb5296deca93421c64e55207ab3e4903af18056f5c99d5907671d" +hash = "cb1bd3c679732b6fce4a185bae2b5fd7eac99651f2b12b6531c4ac9006de611dca9db5930a21385b91eb4b51407c656f2bd90750377b654825addb03b497414c" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "LFbNBVoh" +version = "LqyYQRzJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/craftpresence.pw.toml index 212d55807..12c403069 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.20.1-fabric.jar" +filename = "CraftPresence-2.7.0+1.20.1-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/kjnvXt7L/CraftPresence-2.6.2%2B1.20.1-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/zXGDHt7g/CraftPresence-2.7.0%2B1.20.1-fabric.jar" hash-format = "sha512" -hash = "59c88bf6c54bb3bafba663f97de458fbc2e2f163baed9ea6ba335f1c52abf834536e9708bc1a73bb8aeb945dcca6660481759412b35f3845254e07e063b9a9f3" +hash = "8e3151e61e44196200e826995e733c1c4fb6cb194b07cdd10519f4d5bef384febe2729d4e9776c001aa08978ca732ea4163aa8c9a1d8e712395d93adc2140073" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "kjnvXt7L" +version = "zXGDHt7g" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/crash-assistant.pw.toml index e89f1ac28..facf33f7f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rk71MKO1/CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/Q9m9JfBr/CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" hash-format = "sha512" -hash = "98359099ad49ea21b4180a69b046a5d68a0b49dae81979f2e0cbcf5b5099d8bc826ec9aaec8c676fb2180ca46fa486c81d791abd7c0837745381fb5835aedcfb" +hash = "68a7e11fdf336eb8c87fb00d594b33e6309605e58f3b9a40fa79b7196779c8b62694fd4f67e83f8c2bbdfabee53d64682a4fc5b2ca42155cee2964c7157ad718" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "rk71MKO1" +version = "Q9m9JfBr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml index 95ac61b74..4491b75ea 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/TH7HYEnP/CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/j29ss5C6/CustomPlayerModels-Fabric-1.20-0.6.25a.jar" hash-format = "sha512" -hash = "638e0f5b82745bf3c533307a2a295ce44c3345cfe2ff33e8189d2004fad42343baa0fc2d6c9cedd9e7aedb320f23a3ba12fa3bde972ec39d77f779a0e4273165" +hash = "6c152ff7706c3e8db89236de83085fbfb2f4caddeb82697e20d42dc4cc2e107acb66d467161c0f0467d8e3aea0326f308938933cdd640760a8e8f327260f6997" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "TH7HYEnP" +version = "j29ss5C6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/entityculling.pw.toml index 4ad929bbf..f7905d174 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.20.1.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/3TCgPw5u/entityculling-fabric-1.8.2-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/WWoTbpsx/entityculling-fabric-1.9.3-mc1.20.1.jar" hash-format = "sha512" -hash = "79bdedd7fb6eb5a1bd7178e5bce393e51e34d568f2b61ab7129eb93997b73c2cc749a4a20b522e8bb7c99e955ec2438ed4f3a855709ae37a20240abb084721b2" +hash = "1de922d9c423567dabb81a44a7f3a33aa34559458e5fff7168ece0177f71928c7d92b067ecc5f4340c41cbaabf909af9b11c481525b70394e60cbfae15f47bcd" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "3TCgPw5u" +version = "WWoTbpsx" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/factory-api.pw.toml index f5ac04f59..63ed5b547 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/13Uw3GnI/FactoryAPI-1.20.1-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/qYVSuIP0/FactoryAPI-1.20.1-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "fd33cc119951bce798578f3f5fbefd8dfc0a478cb4d72bb76ea63651e89c3e49dbdcabd31ac958e30b6f0093bd0d1a7176d96726fe08197fa36a1b11fac77353" +hash = "5f5cd04279a096e1e4940d0b915888dd1ae875a176c1102ebf664add3107d91a30a50835a0dcbd1a04bbc1cb6c50b3adde8e36caeeea6f944e924a7cb3c0ac24" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "13Uw3GnI" +version = "qYVSuIP0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/moderner-beta.pw.toml index 6c27c53d4..bd98c81c1 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.20.1.jar" +filename = "moderner-beta-fabric-3.2.1+1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/xSzwYrWr/moderner-beta-fabric-3.2.0%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/RlXdYJ9E/moderner-beta-fabric-3.2.1%2B1.20.1.jar" hash-format = "sha512" -hash = "86b64cfdaa5adaa0bede2860978f8ac834fdeb41bcf9238414eb1fa6041c7c2fa1840ee6293a8fad8043ebf4f4035340d599f3a28100b78f0ccc61aae6eed2f3" +hash = "955fdc2d079b803b714c3f745ee5bf354672d8341f8619510949fddd006b07d246d71fd5fe118920b1673b87ed491e05e90abdbfed04f51319de7f2be3af968f" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "xSzwYrWr" +version = "RlXdYJ9E" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/modernfix.pw.toml index 8e6eef0e9..a2687c440 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/PSpecC1r/modernfix-fabric-5.24.4%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/fLFjab2A/modernfix-fabric-5.25.1%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "f56b3e3761af6031ecd4cab5b3dc143cbd47d97e0a5eb8138bd579bd6c169687d5affa154c71992703ffddb2e99f3e6c3852fb554ee0321467ffc6a8cc301a28" +hash = "a63185fea9c4afd1b966a82b6e62852e62e8c32cfe7864fab0ae7343a98994529a2009d72477215ff5fedd473a4f0684bd455f068c46a89b90bd007ff3860e73" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "PSpecC1r" +version = "fLFjab2A" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/polytone.pw.toml index 8b4c5056a..360a7107c 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.9-fabric.jar" +filename = "polytone-1.20-3.5.12-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/I6F8ZI03/polytone-1.20-3.5.9-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/kVbW1G44/polytone-1.20-3.5.12-fabric.jar" hash-format = "sha512" -hash = "c799e3417a647a8cd62846e5de1eb05bb9b2dc35f1a1126f851ea91d6913976bf2b5cac5eb74529c17263b2580ebdae5047ef4dcfb1a7a1d01caef4ca3daa2d2" +hash = "1140eccb39820f05807f571f7571eb48c0774832ce8570fba850c007140b0cadaa167272b0ad2dede87ad263fbb0414eadf6443d2a4c2c94af73c62ce6cfbe39" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "I6F8ZI03" +version = "kVbW1G44" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/simple-voice-chat.pw.toml index ef90259f6..01318700e 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.6.4.jar" +filename = "voicechat-fabric-1.20.1-2.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/aDKCoYFx/voicechat-fabric-1.20.1-2.6.4.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/FA95tUXq/voicechat-fabric-1.20.1-2.6.6.jar" hash-format = "sha512" -hash = "6727d054eaf7d2c2dc2f814da5dfc3457d4b37ef169a591e078593f4e4359de7c5f1f4a8f02a9902b088ed25074fa36631df67a9680107649d059353b024c6f9" +hash = "571227a51a33803649c0e166c46b231dd07639503a045c7304e7b0f40260f339136d19cfbd8f718fd79a185dfd15a26452bf13df55d09d431a09b7c1ac9c2cc9" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "aDKCoYFx" +version = "FA95tUXq" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/unilib.pw.toml index 70f078ddc..55ea3681a 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.20.1-fabric.jar" +filename = "UniLib-1.2.0+1.20.1-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/sPEcz9GL/UniLib-1.1.1%2B1.20.1-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/lLMXWG7j/UniLib-1.2.0%2B1.20.1-fabric.jar" hash-format = "sha512" -hash = "67a6c3809001a32a2a3cc79838e7d35b49573acee5813a8b72bf48aa37c333578ed0f4da401b0dc7e3980f47466011224033d9e8d6a3c70012707a9a591c0019" +hash = "785dfe846c64c79803251e835c8ff6bb4dca19bff9bf179be9ac23d7358808ec64ede30faf1dd339a1ba19d7b8cb2bb212040b4067a3420ced46548374aad892" [update] [update.modrinth] mod-id = "nT86WUER" -version = "sPEcz9GL" +version = "lLMXWG7j" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/pack.toml index c7f0fb1ec..ea47c7f93 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3195e7aedd4ba6f922477a40f3e671874e7380a4303841e01a490b5942723391" +hash = "05609feefe75d8f0ffb57b61ee344295d0dfc5477af06271c815f1412bee0d8f" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.1/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/index.toml index 37fa3dca8..b204534f3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "eaaca0e39ee251314b9a3b93d78c437e45037159060ac2e32fba005792e5addb" +hash = "9fe6571622742f6400aa463513f0bd8efb454bf903d23428051982424806f8c1" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,15 +66,15 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -82,11 +82,11 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "8040d300b3faac524514f79beacf17cd9a7dc31d2e6ea21d2122249eb37f8501" +hash = "e06feae7646a7bee9e204783c707bd1bd1e5da65ca875e0b1fbc4b1ebdfa20bf" [[files]] file = "configureddefaults/config/legacy/common.json" -hash = "b53b37731be8c0b43792606469971acca200596aa957ece8387507daea19b7e8" +hash = "7645adf521ca9a6a2d83bbe25cd45b2f4915c8ad293938e0650ec5c5106eba4d" [[files]] file = "configureddefaults/config/legacy/common_mixin.json" @@ -102,47 +102,47 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "f03920579e869b9e443b00ba9a7c44af74a60bcb7625609bfb428c6388cfca18" +hash = "0b28776b9a2d82a0090aef9ff1b0f35f2a2a5cbb4b9bd52ee994b5db0d208da4" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "a84c3ae6f7c97803ac494b6e701156b0fd90186d28a6d759d4aeec16f4bcae3a" +hash = "62cc17dcceaf3854fd504ee2e7f55436307bf467fe32f9ccb7d703281d3d6ef9" [[files]] file = "configureddefaults/resource_albums/animated.json" @@ -150,7 +150,7 @@ hash = "4bd871fcfbb3437c2e1ea978a4c9c0881612ce745ba6ce7a152c2d47f3360aba" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "b39b87836add8be7a38985b59516f4ed59601810c9f6304a2ebd59cf2350a0af" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" @@ -178,7 +178,7 @@ hash = "eacca1fbfc7718a56c883605dc215e978f5a2e6027c2db9ecd8c5367a411179e" [[files]] file = "configureddefaults/resource_albums/faithful.json" -hash = "f6ea7a200ab224bb8a2e048a0811dc65522a1a977ebaafea2f892b25732337ba" +hash = "42e0b5c55826abf4b9870200a5b1a2a950fc9db999024fb485de1349a0947433" [[files]] file = "configureddefaults/resource_albums/fallout.json" @@ -202,7 +202,7 @@ hash = "343e397e323485ebf9f7f9f532ac5a4015a1494d0cada70fc6000a9be579fc8f" [[files]] file = "configureddefaults/resource_albums/minecraft.json" -hash = "68295edab581c623d2277a4b2c67106dd17ad24a8ecf357fe28f763e6685659a" +hash = "92ce5cd2ec3c3af36c22e9161033a282ce91d9e289548e9ff6622a1d7baf7296" [[files]] file = "configureddefaults/resource_albums/minecraft_classic.json" @@ -242,116 +242,116 @@ hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "fd51243cf6576961e5289becaeb3ece972a1eab774a3b426fe604af1b3bd2df6" +hash = "0392dd6ae320c57f9e0d97ce665048c016b125bfe6aa52a7ccb81a98123aa0b8" [[files]] file = "mods/architectury-api.pw.toml" -hash = "f0f81ddb463414be7e765342875793010d7ddfab18a77880a7999328713b317b" +hash = "9caa254bdbb9dbafd1cc29616cd6aa26f4972eb583961225cf8a8b4836071bfb" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "b50ce6e533b5e5c5f59a682b1c6d72e2764ef386d08427fab2a68eaf5dbd9784" +hash = "eb5c9666afb46d2fed6cd5f59363093a6868226623386d47d1cb682ec091a98f" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "59878ba703a6c6b7e7a80adf239a717f1e98cb619d3bef990c873460a2c6c5e4" +hash = "40793db49830d0a7eb27276fcf9fb885c80c111263df4ab3d777cf5d8eb7b6ab" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "5eade022da85f205b7f13e0610fb1a9bd8f06d99d584ff5d6bd708e846a87f48" +hash = "444dc7b515acd2e5a5b399c78fe89758f43bfe962a453472ad18a50193eae8b6" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "89320bb623c0d0cadba7bca057c69bcbe29b9a5129dce8a919143498ee40383a" +hash = "b98eb37aef91f0e3e488cddd3b0156f8a4006b4d0131ecece85f632facbdc18e" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "b31281dbfd288ece6fcec09dc011ab5fcb84680eb911b0a7c7450d58be54dac2" +hash = "70b2a115b12368173e9ddc8d9eda97198dfa3fd39aef92fc4c94d104eaef0474" metafile = true [[files]] file = "mods/capes.pw.toml" -hash = "86684e95eb17840507b64a6db6f38ca0747aaaa357d9d44c38bc6bfe7f7670a9" +hash = "157b2335b6bd4af70e30c2808bd2e9b3332f8d2c40528aefe7320ebfbba983f8" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "f15c947129b61c8a91b49e2840aa6a0af43a9a6a51b93b179b1c1276a3d5e46d" +hash = "b499c0f69d4078ebfaa7755db796e3667e536cce8bff0e7290bc4071e6f14905" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "c9422a2e64407bc333de55a7324ddfd2c40b73234c14d6c184bbd9a892f9406e" +hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77" metafile = true [[files]] file = "mods/configured-defaults.pw.toml" -hash = "791949d2f087317a547d18350888b67dda68450da4579df34d5a1cfa1287bb3a" +hash = "fbfb27fa8d27ecb7591ac88adf72575afdf2ca48882e7aa0ed34bcee569c2e24" metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "332818b4657df042bf45137cbbec6601dadf3e25200a72f9b05c7fc8b23e7088" +hash = "dded3880e723049a3d26ce915edf37ea1a86b4e45fc8fa47a9ec96b85596f36e" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "f27b5f89750fb96142c07585bcb408f9aa599338e271372b544f51fdf1eaeb21" +hash = "b9db7b6ff9f19ffcfd5c0cc2f99dc4e86d2bfc46c2d7477e56c666b81f736df8" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6b212af0d8659b1e77c3cb18a05521f77ccc2158926102486c8b0869f51cf26b" +hash = "cb0a5a9d2265175e7bb29d460c6a9a17fa64214b0268220ef0e9fa98e0fee797" metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "52355f7f314b3208a1a51ed5ca0ad94986eb22ab174465fbe36b92a3c5b3c7fe" +hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "2a8223f4daac147e86df78038201622965a842f281914084c4dd19e4c1187f6b" +hash = "08597f45f140add0b5e0d5d9785863125c8daecac310048d7185463a7354da0a" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "80537d9cbd1b0960d61ebed6cd6332747d320e296417c9bcff8ebbe5d7674b55" +hash = "ae10c25b006a7cf0fea838dd58ad89ad4e5deb4d86e3219d32ffcd0ef2c868b6" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "144b7ac64b5a229ac793fbd65e8646874a649045e5b1560aa423a1db84157b3a" +hash = "ffbf9fef5d2eae9c4d20a038abf358a318611828b20447762d00fb9fc5b1e927" metafile = true [[files]] file = "mods/ebe.pw.toml" -hash = "6eee7e7af7774d8fc5ceaec5f0448b32920dd783dfa4ed4a9744fa451f9767de" +hash = "21d41d6e5b14a067287e52f2f0caed27ee6c72efedf74b1261ce175823affb86" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "324e59751ee4597cec749a1b1341afbdf63a88c9e0e6b174f42fd30611dbf6b2" +hash = "baca974fd50ba6a4ea12c2cc15a4ba7f511448ef257f7f27697602440a385a43" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "820b63132c29a89a72e5a850e0fd242a044b055bf08fbb6c9f4406d3b992f5dc" +hash = "d8ff8f37e2c19c61722ef5a7cda6c2750b73e8188beeab2ecfcaf81e97e969cf" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "a862e2d524e847c1959b58d9f03cb4f6de622ba7f9a57eac0bc28dad1e8c8162" +hash = "5d1111a72cf6a0b6326c7978a7108bb831ae2dc1b323b96fa86bdc18783897ac" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "7c158231aef31adb1c1f4338e3d8cb7ad9f8ef8fd371a85ccea457bbb0f59cae" +hash = "53588e917d3908a03b747b7d2b82a0c20205bf953023f7b10e4cd157d453b606" metafile = true [[files]] @@ -361,47 +361,47 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "dbf70ad0c295b600040bc49c1351e8bc807911efa77086b8e81773aced2bba39" +hash = "9f4b3ab255d63cd35fd021a474113d121cf87f1e888ce648e9f66c8450aa9c5e" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "ce1b0fcb3e202c763b31cf192774affea68ca33b6dc5ffaa632ea58b743fb458" +hash = "e41e9711b1cb8f81b3aeca084079a35d1f95350ea8d101a64d87bfa2371aa954" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "98c792e9c1aacf537843e004b93ce8e88f0eec660c93caf3a5d2ab85d320f704" +hash = "d63f77ddf173d9fd3071904337f4df54d3f2cab3230573445bc269b124bdfddb" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "401fdc9121dc035c72ed9685d717f574cd00d9d0b6b341fcd97d2b00dc22664d" +hash = "e11805b0466105e48d2888e12bcd89a620880a9181018f7b080983ee58875ae5" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "ffc0ae1259b49b9d126c3c2172a3173911083a61b4f22dd65117e6f2fcb092cd" +hash = "2b338e9d3f0f2706e4989bb611e408d3b56438df16875358a3080dd26061d5ca" metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "3e3d8d12c5c11bee50f56eb67b3e8eb865bcdf51943e31cb982f94f101f6db15" +hash = "3536324851331d802192df60473aa6818c3f5a332dd58b579a3da5813ff43430" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "9fd0d503d55a012434c447f6d730433670f2f539506922fd87d1d41020ed56cd" +hash = "060c6baaec85f47ba4bc2c0f4b8642b9933c27d3c166eb00ef86b4bbfd7f34a3" metafile = true [[files]] @@ -411,112 +411,112 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "9b4ac664868a5f489de9e945e5a0a5aba62f8589fb1d158a9e74efc720f38d52" +hash = "96cafb1b451ce577f0a74045704c2f51c3ab34d63fbba81df669c21646d33bff" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "ce82a3f9a83815d4c5d69cfd50b1b66f1bf45c53a34b6bf03ef8e0784ba6c345" +hash = "eddd674d049de54d9dafdbb9200ffb2e333cef4349a0fd080767d2dff09b6729" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "716f8cb1ffaff1bbc7bed42a47e279df20fda18546ba47a52cb98773a69ad801" +hash = "8f3b3b96f556aaf5958540612e356686f10e39b47c6df6acbc281be8044e9e11" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "dd95693829e1e898e1542a910a1c5661e8be52e8dccd497c2175f589fb5e55e4" +hash = "669c603f509f0680963ce43108d2f243df445fc008eba0fe3aa5102e56200eb7" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "977347fde7cf95a0b48ec0f1be97814d6e47a3455d1faae3932998f3f398a961" +hash = "a149f0e382e3c5f1030e7c0fab201d4e4b7fc954d0e41d202195d3ddb30f6336" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "fd8239ccca556202ff1654b3628752f517ec2b66214ef3a6611fb707e7cf98de" +hash = "57fc1c61ba53059ccb27647cf44d4b8671ccf284fcd869ec1b6c04a94eb8335e" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "7da0648617ef39cba5cdaddbd917c6019ed6e080cd38ca26276eb58b11125110" +hash = "e386070e19815c4fa0729685e6e3e59417cbad5a48e58274b82db34e895f7b3c" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "f40debbf3ed38ebac74ae7cb85109e24e4e36076f40096e80862a2e2bd69a826" +hash = "427971d0363f92b6cf0f7462c10c440e788971b03280a6fd71aefb59ec4202f7" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "81025b72e1b6b3695b9e28a97abb13e045f1689f3f03accd737b3825c4a5dd0d" +hash = "af6cdd0fcc0d327c5d26c3c0fb49cf238d572be9985420aba71a4f2bddc01583" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "6afdc3e1be8f7bceb714c79fc94b11cedab323b20aeb0a4683998f4e9d9b3e54" +hash = "07114208e332aa5fbc3e7144c2bac58ea74e50d4eaeac2b6c6cc5c41286bb335" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "cd045160a588d656aaeebd69d26764657d57489dc235fbb3b6b169285700a977" +hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "0bd48b089ad136206cbcfb915dd2203fd5f1f3ec5d07bc780b227a62fc0a2640" +hash = "ce74db07a1394c86e6d3e5b2860a89a8794ac02b3b5fdcf606c4689d97dc1543" metafile = true [[files]] file = "mods/nostalgic-tweaks.pw.toml" -hash = "e98f115147816328bafa66cf4de41f611024cd5f7a9ddd7ce38bf8e42ce7cea9" +hash = "37cd4e629cbe91250e65d24b67b2917140462748742d4ceb83363bc76a647b10" metafile = true [[files]] file = "mods/nuit.pw.toml" -hash = "8c622f5017820030d33c4bfa31967a036c168ff86a9bdecef6da33bbdf159f35" +hash = "cf8a5c6f7d66dad6c1cb9f806a6454d84ce772ed944f0746bae5ec3ccf1b85ca" metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "442b73ee7d1626adfc19375139749d75474eb90c2adbb3e9fdf15c441d92d180" +hash = "de46918876de129bf08aa27420ec9b99b373dbccac7acaebd82e46b4c28836b5" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "9db4aa40c8e98fab9c5b8ce62cd1d6b2e8d95ed354e111ff2b1be0c65017f02d" +hash = "63b8e38fc76e93fbbb9465e6c20b7a37c0830868aa65ed9855f690b27ed10d87" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "c045b497a7e381d054083e536b502aed37fda580b27cd5e2907e96dce7abd059" +hash = "ac864c3d643a5dd028abbd6a417109ecc3219220cc8e1e3ab7badb04e0450277" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "f55e4affb661c2de08d86e323a08273a1270a91f0f1200f415c31b28d043f323" +hash = "521c8241593053f877a89ce447c64392c3619e16c2001b3cac7d72cbde8392d0" metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "8c74b91bbf7b1a94e5e095fb56027e923092c18b48db794efb79bd20ff66f091" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "e7af35cc078036eaa59737f0b9ef1baaf83d0f38b3a44d33b665e0c0bc76bc29" +hash = "c246ce6365a73bebeabaf1dd6a983d238161e02795a01b5758425a54c29e14db" metafile = true [[files]] @@ -526,7 +526,7 @@ metafile = true [[files]] file = "mods/world-host.pw.toml" -hash = "00bcb776abcf6061d58c9b8d511d7fc52a68c171c6a9df6e3024568c85399b39" +hash = "5e6628f91c3a9f900452157ee8570dc1a4d65916bfba9528b1df5cb8f7dabcf8" metafile = true [[files]] @@ -536,142 +536,142 @@ metafile = true [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "f704056a512d0c2b5f00a297ec02871142741687320a0c54fae1994e26b66de5" +hash = "dc14773605ec2aaba3dabe92bfb6269e2a3fa95116630b8ce51efeff3a54468e" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "6ebb679db30da8c5f1805a44c9083bdf6df2af441ae85d50d4c31240a043aa42" +hash = "27cd9d97680710cbf5f04d41a4ea3dfcc4a732ab11dbf14fcf16e40c77d1b3ae" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "f77cfb206b291303d6b16c765cc6a09b9114ceaa4210e6f8d8f00917f8fa9622" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "efde47d0d91609b82948cf74c40a87a727c56684a1a50ef1a2efeff23605a3aa" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d582cba9c260875931d1d483b757cc17c7e5bc8638bac12ba8804c1f73cb4a1f" +hash = "42cfddc6d1700f776d8ca4edeb252f5a2bbc2c859c8dd18d862ed6a854afa46f" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "1f84d8d09f0e0d5bec2e3bcab968bafb2789d13d6b787218c08dda17d37bbf98" +hash = "0fe574cb93e30666574919cf4c23576502d192de7fd6a22d7f4a2ef39a14cf7b" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "4bc84c51a1eb316c19b201172a53d51e22f9780f1db80520846974f2f0921347" +hash = "b21ceb7c67553fcdf261bc927a5e98ff5ce1cafb75f8e796ba98a3058a1e483f" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "d4368f3bb38e2d78954a67e52502a6a9d04cfd017ddcb587e623451519fac047" +hash = "2161da4b14e49f2bcc9cccd731c89db931329db1b53b8d385ea37b978a70e12f" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "b6e86c00221ecb4be5b6dac3ec83bf996450fd8b7c15a677d9b5d9f8856ab1e0" +hash = "b877eddde330c47843e1341d16cebc631eddea1e97fc1d07fc0fca6ff15c238b" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "37de14bdfcc3bc5899998352273cfa13b9c654916f1da967492274e15d263625" +hash = "ba2eb159a792da34e4e4b21d87ed383e0daf4a17362109bd8674bd62fc5b25a3" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -681,52 +681,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e80ce3af117b1634a4c9b6caee8fc5abbe82a36874a53f6da7d9dd5c8f87fcbf" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "8cbc83cbc6a9df851a69bef93ee0c1f4893827d23cc1e2c1f2e95e7d1f13ff05" +hash = "b72229504ef405837eb996757cc4fe731ff172a1b44cd83320376d779ab02631" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "296aa718e18d2956304a18eb9e33d7e27bec172a45323916ebaf969c49a9e092" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "31cc77b5cdcd841bdc22ab934367e014d9f8be336953e28fb0c1b97f12ddc39a" +hash = "354a9a257312c5e11b2bcf657a3c9f6593227d45e14b42f3328d1b9c4ba67ea6" metafile = true [[files]] @@ -736,27 +736,27 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "cd2eaaacb7195dece088c9ab5f9eaa6004953b039f7e17c9f26c835886e698b8" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "b23e120653287a0c24e9595310190b8e4ccbf0feae28e533149c74f1be127537" +hash = "071f1d112077ace598834a46cc6988d5e98e9bdcbf98404d1d64fcb46482dfd6" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] @@ -766,7 +766,7 @@ metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/chat-heads.pw.toml index 2c714ba9e..be8d2fa0e 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.20.4.jar" +filename = "chat_heads-0.14.2-fabric-1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/hxu4MXBI/chat_heads-0.14.0-fabric-1.20.4.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/mE7jWczS/chat_heads-0.14.2-fabric-1.20.4.jar" hash-format = "sha512" -hash = "9ad52485512f3b38f9d0b88483c035f1401c1115828a0d73555bf945e875ba7c716c9cc41b35ac55a37358a686381f0f6b090c4e25058a48f22a6521b744dba4" +hash = "0e0eee6ba01545530fa83a0b36aac930a90982ad5b7777b433a6ac6cae72c4397107a9e8412b2c88e5dfe5a221bdde36cf9ba2e94a38ddcec136ef6fa41b9134" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "hxu4MXBI" +version = "mE7jWczS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/craftpresence.pw.toml index 7f41ed0d3..50382aef0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.20.4-fabric.jar" +filename = "CraftPresence-2.7.0+1.20.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/5ju8O0zE/CraftPresence-2.6.2%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/jFi3tuz2/CraftPresence-2.7.0%2B1.20.4-fabric.jar" hash-format = "sha512" -hash = "56cf35b8dfedf5f7da892edd77723a3bbfe965fc215d6bc4337397cdfae2afc23de6479f84de1add25cac0f5d430258ecb9c9ebb05c1be7d9678972d1c0b7239" +hash = "371e047af8580a58672dc8b8f23b1b5baebe9c23d0f58ab8be6df220437aa4aadb2a35d0e22eee33e8f1a4cb1ff9ced6e12a3c9a480dc8a046e967744fb31c37" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "5ju8O0zE" +version = "jFi3tuz2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/crash-assistant.pw.toml index e89f1ac28..facf33f7f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rk71MKO1/CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/Q9m9JfBr/CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" hash-format = "sha512" -hash = "98359099ad49ea21b4180a69b046a5d68a0b49dae81979f2e0cbcf5b5099d8bc826ec9aaec8c676fb2180ca46fa486c81d791abd7c0837745381fb5835aedcfb" +hash = "68a7e11fdf336eb8c87fb00d594b33e6309605e58f3b9a40fa79b7196779c8b62694fd4f67e83f8c2bbdfabee53d64682a4fc5b2ca42155cee2964c7157ad718" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "rk71MKO1" +version = "Q9m9JfBr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml index c5f1f38f0..d2580037e 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/uUuxmi62/CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/kHJ91yyw/CustomPlayerModels-Fabric-1.20.4-0.6.25a.jar" hash-format = "sha512" -hash = "5ac8038577b16e633acd7ed466edc45e6ebdb6f93cbf6301beba4eaafc6b9ef4f04b25d19306123957f84e11ca8224f614593d3ca3c17aba08544e11c9ea6d43" +hash = "c2acaa7727ae462598a469349f7abae2c59d67bd3434407a3d59aebda58e4fc55cde7e7cba151fa338aa0d003732e2a36fa2c1a822c1e681b7ee309056bb3c6d" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "uUuxmi62" +version = "kHJ91yyw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/entityculling.pw.toml index a55cddf2d..aeb59b87b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.20.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/fV7BWjfG/entityculling-fabric-1.8.2-mc1.20.4.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1gCJOtKC/entityculling-fabric-1.9.3-mc1.20.4.jar" hash-format = "sha512" -hash = "1951e3a233837cb00cd1ea49bcbb8576bb991b6a4c70f776fc3d1756c7bbdefc7a796f292581c417a5c9a84951c735cf767ab7d082a0f89252d5727ff07b8e23" +hash = "d63ba8e3433b5ba11189a3f4f3cdb569341ace060c11e81cb746c15d0063e78b889ee441f037f51e17a6209e984942748a9588c8c2ab2d847e991cd6d5494b74" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "fV7BWjfG" +version = "1gCJOtKC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/factory-api.pw.toml index 5346c536f..efb03c7cc 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.20.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/cl2esqgI/FactoryAPI-1.20.4-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/gBORhtCi/FactoryAPI-1.20.4-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "ee740b587e6f864aaee907cff86f145e3d6381e4612b8c2f89073dbfa9d4b0e41e4c67f5375ef64ebe77db574c8714b607d0a50e401c963f1a452ed9befd8b94" +hash = "a4818c7b00c7156a99972fa53c7bec673b5f6ef3bf8191ae4667996b95b56e99e86139e6c96dad3ce6076d8ae861d26f0e62bf138718f0df91aeaceaa2d93a59" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "cl2esqgI" +version = "gBORhtCi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/unilib.pw.toml index fcb021ac6..6b8cc8aa2 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.20.4-fabric.jar" +filename = "UniLib-1.2.0+1.20.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/g4XIFfiG/UniLib-1.1.1%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/OLUry1km/UniLib-1.2.0%2B1.20.4-fabric.jar" hash-format = "sha512" -hash = "f28d881e7688422ee1e9f3e213b366c05e97f0aaac926d26150ebe80b2186fabf0316c8e29f2610688fb3f203e544a763ec3706cec6dd8d5af708760a5a84a70" +hash = "8c19cc117cdacc9fc0768378f38f19a345a43e88033e0fd95ebd0a81e1b6243919456ac83f8572520adbd6e2ecdb20b9c958f1f58e17bb33af3ffc0ea084ff19" [update] [update.modrinth] mod-id = "nT86WUER" -version = "g4XIFfiG" +version = "OLUry1km" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/pack.toml index b457ea4f9..5c5bb2b2a 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0f2d4948c2c9a29ce92f23dfdf2624705ea937b756908b3ab2104749441efd46" +hash = "50e12ebeddc566e8ddf4c189b1cd9289def8579e53c089a96add05e14d532e7b" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.4/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/index.toml index 8a4bf65a3..ee902d688 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "3818919c8032647df9b8c4bd0b88b99ab6511c998af6723a76cecd11f5e390b4" +hash = "7b2e4b0871b7d3484b2007dccfdd5c652c7f246f97eb358f169363a18cbac229" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,15 +66,15 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -82,11 +82,11 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "d95687f9b8292701a6312f92385f07384a10fb7921349090ded463e3c42169aa" +hash = "9bb09814196ac2d1218b8fbc035bf88f96cdd71cf668b2934fc6bb960b601bab" [[files]] file = "configureddefaults/config/legacy/common.json" -hash = "b53b37731be8c0b43792606469971acca200596aa957ece8387507daea19b7e8" +hash = "7645adf521ca9a6a2d83bbe25cd45b2f4915c8ad293938e0650ec5c5106eba4d" [[files]] file = "configureddefaults/config/legacy/common_mixin.json" @@ -102,47 +102,47 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "f03920579e869b9e443b00ba9a7c44af74a60bcb7625609bfb428c6388cfca18" +hash = "0b28776b9a2d82a0090aef9ff1b0f35f2a2a5cbb4b9bd52ee994b5db0d208da4" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "a84c3ae6f7c97803ac494b6e701156b0fd90186d28a6d759d4aeec16f4bcae3a" +hash = "f6f70c3ef18f1ee90254a5b0e24e0848d8ba9568f8bda2aff63f5f082d698ad5" [[files]] file = "configureddefaults/resource_albums/animated.json" @@ -150,7 +150,7 @@ hash = "4bd871fcfbb3437c2e1ea978a4c9c0881612ce745ba6ce7a152c2d47f3360aba" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "b39b87836add8be7a38985b59516f4ed59601810c9f6304a2ebd59cf2350a0af" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" @@ -202,7 +202,7 @@ hash = "df2d2b8eb356c8448a3b8ac5c08d9ad4f21f6d3405c8f9e8dec63d37114c7562" [[files]] file = "configureddefaults/resource_albums/minecraft.json" -hash = "68295edab581c623d2277a4b2c67106dd17ad24a8ecf357fe28f763e6685659a" +hash = "92ce5cd2ec3c3af36c22e9161033a282ce91d9e289548e9ff6622a1d7baf7296" [[files]] file = "configureddefaults/resource_albums/minecraft_classic.json" @@ -242,36 +242,36 @@ hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "42572f7b0cb915ce36a1f1c576eea096a001a64888463aab31960258d42ae4b5" +hash = "3640a67d8ecbdb2493ae703149cf17438e60ab8c8cd754129eca51fc0704ee30" [[files]] file = "mods/architectury-api.pw.toml" -hash = "5b9618476350398ad0d25b5bf3a41521dd015baa22e4bfe8db685625a3a2c697" +hash = "1102440dd2533ba3a154419bb95ff1f81b858201eb0c44d2a2eea486c74e565a" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "232902280a2fd3deb4f69689d9dbbc7c7f93390a2a17dcbffe94687b41fcd82a" +hash = "be28a9ff89c60140b2983eb91089e77bec90bc5a0379c25472be01cb14dcbb97" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "54f3a9c5edb39bb4807bf05ad52138ae561648c4b36c21ec8d6962b265594dfc" +hash = "b97914d02e3e24091a3fed92803b409ba5a3773668d81292b99e1cd735184996" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "f9a13056fa11492d2add9388f6581e3913dbc8303c51563ab393bb9f358428a5" +hash = "00b259fdd4d835fb64598ad9ee720927dc951234c5170842c80457a5b8c048b6" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "7d421e73ca800856cd68f151ca579f5866b09f8fd9a9b42654cfa99fe5c7174c" +hash = "8bc168948c5f92a10252f12ad4f41caeefbe508f0326fc4185217d60c4cb2292" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "25fe2049945a6a139337ad8ea524d3e9bea2203d4a23f1dce152070910829a4a" +hash = "941c3f358ef74f4fc99727e550106b8905d77cb4971321fd8ca4406e33b704a6" metafile = true [[files]] @@ -281,7 +281,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "92300227114adc5c05783ba400ca4e7bae0843881449422123b72db694883f81" +hash = "2dda36229536c02155b8bdc705598904b74b3e958e56bf7946785f59c3427a9b" metafile = true [[files]] @@ -301,12 +301,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "522d1e9e0571d06f9ffb4808dc5706aa621ee252f92f144a3f8518e7bb0c199e" +hash = "01e094e3599564ea056dc71f42cc10854609a5ffbb3f83415225a3bdcbf8680e" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6b212af0d8659b1e77c3cb18a05521f77ccc2158926102486c8b0869f51cf26b" +hash = "cb0a5a9d2265175e7bb29d460c6a9a17fa64214b0268220ef0e9fa98e0fee797" metafile = true [[files]] @@ -316,17 +316,17 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "4f337d76bc4a68b26b53d0906e7c4d46c31b62c7f856e02026e6b34db9919fd4" +hash = "0869b9877b317d826ea0c4bd2c65310abcce7fecf9efa2a14df1d8c7db4a66f9" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "e3dbc76d36c6fdca359b48d56d179da8399dc928dd1ff4d265041eae0d89c480" +hash = "7cb9e98526468233fbec6f949c78a8afc5ef29447868e1d11cb71293237966a2" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "bd3683478fed78a8749015ba905c07867ba82ec4fc22a7a8df52f6c96b08959c" +hash = "4effaea1cdc0ccd0de4a94ab435cc3cb22085933fca7e1dd35b9fb8953a1ce9e" metafile = true [[files]] @@ -336,37 +336,37 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "d19038ff2e2b278d6fc5d374028f4a250366086c5c74427f8164266c1bda4ba2" +hash = "658f12b36a5591d6261f02c7465811c2d67d40e20fbe8128de4a957b24b7fdec" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "9fe2e228dacc1691b54f94992093be675bd8c644c9d883b5756166523057dc43" +hash = "d1e003d33f69f43705cc97392716cdbb4f2e27c22ba7ba23ec425793c9e51f96" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "0d01bbec603cc8b6bbdc37a15f8d66678b1ab43eff0b44bc04198e49dc2c7906" +hash = "1b8cfd23e5f1f406957d5f337f8c514d5095c16adbd3d0830d29bd001aac845d" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "71d3863a88c4ab36e6b871ca266aa7d07289eb3468d84d51d6af5c74477cc000" +hash = "6b0b4bf6142ff8a72758914307684881bd7b545884bb8049f8cf6442670ec8a3" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "52ad1d4a1c03a3dd5b04bcd2b83c0d8e1256ef9fbf011f1530231855c6b16a59" +hash = "446f8047ee9168b65fe9d4600f82cb915c7aa0d0f049a344177ba340a5b93a8a" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "09024ea007d5bdd2570c5d1e46aed12ccdbf4338f2e52d873c6b5e7aa59e0ca1" +hash = "f4a626bd1a6a32ed2bf12b64b4521494a2cf2532663e2079f2921b2473f19a4d" metafile = true [[files]] @@ -376,7 +376,7 @@ metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "37be406b96a4a7720c054ad3309ec65a520aa255445dea9a7805ebcd5629e927" +hash = "94443379af096b43e7475d2e0a0f5f59560b53814288dd1b8ccf17f8de29f0eb" metafile = true [[files]] @@ -391,17 +391,17 @@ metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "578981777746ce688e632fa0b61039e6aeceddd4fd93ed843e273199d7b8bbbc" +hash = "4ed0328f3789ce169f8a338f2889f47ebb3b2de44dc9a3fe5934ddf2f4141179" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "a30a01c7fcbac4f09e1bc62b5d88845c0e0164bc72c2744de38f04fc77e5ec75" +hash = "907ed71a8d572d5bc2a8f956b0b0d0fad37e1d5bdd48464041a76ef8fca79cb7" metafile = true [[files]] @@ -411,22 +411,22 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "da9e6ce445e8efd185be2cb45439473ad50d28f500dbbcb8183d2699cc695667" +hash = "6b58adc0caa94e0ec9ab4a472081456f1e7bcad169546373d0f01d1ed2ddaff5" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "5341016ffeb625fd950e6693eb5fd70b7017ebcb49e82b68f21d53cb205d9c26" +hash = "c13bb610afbe1b47bc5cdad0be172ea836c5f40ffb0468d02621be9a606dc1e3" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "45d8b3b08cb5fca151dbd4a7131685aa6108bc356fbe5b79acd963adba3b3301" +hash = "561bbb90c66ec5d1891d4d7ea9330a34ac33ce51cd30d9d1d8c521010a108697" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "55e91d2f69c56af82d0c9ca60df52f949bde061004e3b6839147492c80db3d82" +hash = "9488499a808bd2eb615ee09774fea3ff2867050b1cc80bd0bbacd43c1a74aa2c" metafile = true [[files]] @@ -436,22 +436,22 @@ metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "a48bd4d3738edab1995567d18fb769f1625a8c919408aad3b81fc806688745d2" +hash = "d12b136e07f6f83a1e199aabe430426d19702c9f69e55731092b5d5c2f3fb69f" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "b8bdcd47278607a36a63cf1ae5543ced309973bae7b18d18a416775453f47e76" +hash = "9e22c0ffb05cf4345308cd8760dd0c5cc69e186f4709f0593882dccb52323180" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "fa01d0d1b480410d3b46647b676849a7c266a9a9c0fdf444cbf80eb56a559d92" +hash = "b9651d06e56ad51c1cdcf4b03b6a34328b7dc941f263ff92b189ee26a47cc224" metafile = true [[files]] @@ -461,22 +461,22 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "bc1b6cdb46b469d51daabf9c099b01ba4a70d7ac3836a2cd8e11c312d9535d0a" +hash = "6be43ffc708ac329843aee99ededc692ecf6461ee8e409d373f55fc5494db5af" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "5856f4957a831c7c1fcef292186d3bfdbf29696bf541d2621544e3bec1265b02" +hash = "dcc936d7bd32a86ce63fa3bf013864a4e2ed979cb126a915153ac70ce5e5671f" metafile = true [[files]] file = "mods/nostalgic-tweaks.pw.toml" -hash = "20c6047d5591f5c1893ea9aa6b5cba7c0d0e4ba74505f1ac4e28a587e300cdb5" +hash = "332f1e871c8ed251a4b91fce517ab05a437ab5dc019fcd38498f0049ce80bdcf" metafile = true [[files]] file = "mods/nuit.pw.toml" -hash = "cf4069fa0d413aa55c0eaca14e7ffd7f472764af98b34459a9bf03a7073aa212" +hash = "0846c709603ff778d27f6afe12caa9fedf0648b7d7182a969fd08fe6432b5cc9" metafile = true [[files]] @@ -486,27 +486,27 @@ metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "77f3f22dd6b04c981dfe20fcdc4ed9ad2c5abb3b284143a1c64953aac3d21eb5" +hash = "2e2c1b47b513663871e71c89a699c66ac9fcc97633f007ed064ce4410f220f5a" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "f7f4b5aa8cd62ce587d18438c7cc7211a74c4aca3eb8a680f77825b7ad155ee5" +hash = "b784e051723e0169597a28974b910cfe5b817d882a4bd2c53c8ae76b3cbc865a" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/scalablelux.pw.toml" -hash = "d3a59c55d54f2bddc633c6e97c54a0eadc2c05d62c37c79ca787e4047a261637" +hash = "ceb180c764fa9c7c12c7e750cc7b726171277cb2b68e47370888c4ff4679a4ed" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "7f1d2d7342d89ee89f9872c69d39e8d354b38c33ecfe215d72e641e86c919087" +hash = "272b27d64cd27b909567437683287909b35de9f78db27214efb1d5e4334f9f82" metafile = true [[files]] @@ -521,7 +521,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "9cfbcfdbb751798a18b945a0d4aab7811ad184db5ef7e2ca535bc02f300d2d84" +hash = "19faff688fb5bdd5e0151876da94b1ceb98aedaf411574f494497cef06f7fed9" metafile = true [[files]] @@ -531,62 +531,62 @@ metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "fb25f179c547862f95606e46f8ac90732b266270313e8969e6d1d24c47b06cc9" +hash = "8ffa4ba1466882a5abef6c6d220824f1ce4e228771f854f19e4fceb80598723c" metafile = true [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "7260559c6579847c30a935eb9de5208eb996ba1439828135c10ec23150e04db6" +hash = "f30e9585b74079ea5d50996ea44bac9f0d980c83e86e44d58fd1467c19448a04" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +hash = "bf5f537c51084a326b5b4f0e4b78b324af0c80d560348ccc81c500ceb2b3dbf8" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "f77cfb206b291303d6b16c765cc6a09b9114ceaa4210e6f8d8f00917f8fa9622" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "efde47d0d91609b82948cf74c40a87a727c56684a1a50ef1a2efeff23605a3aa" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +hash = "cd28517878a0782576343823bb744745beeb0067a728f2e5bfe4608a49bb0b65" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] @@ -596,82 +596,82 @@ metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +hash = "6bab01787361072d717e02ed0830d38f28d2cc95421748f081c1f39fbeb25d25" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +hash = "06bb57a0de16fca9f735a0791da22d391468f6654a6e2569a428dad2d9255721" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +hash = "8116e83b0374bddf299d5d673726a1f66fdfcf0cf338a26f65ab882c66b2a144" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +hash = "65aad6efd72bf1297c624379a1a3834cfac790edda8286c931be9de5522d7ff8" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -681,52 +681,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e80ce3af117b1634a4c9b6caee8fc5abbe82a36874a53f6da7d9dd5c8f87fcbf" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +hash = "2fb042cece595e725830b539896ca27167c16d6e94180749c433c2fc240086a9" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "296aa718e18d2956304a18eb9e33d7e27bec172a45323916ebaf969c49a9e092" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +hash = "9101021769de310aceed0b321ab469e09299fdd83a358d5c1103d44e5272b801" metafile = true [[files]] @@ -736,27 +736,27 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "cd2eaaacb7195dece088c9ab5f9eaa6004953b039f7e17c9f26c835886e698b8" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "b23e120653287a0c24e9595310190b8e4ccbf0feae28e533149c74f1be127537" +hash = "071f1d112077ace598834a46cc6988d5e98e9bdcbf98404d1d64fcb46482dfd6" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] @@ -766,7 +766,7 @@ metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/bettergrassify.pw.toml index 3c54026ba..ab72b8487 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/bettergrassify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/bettergrassify.pw.toml @@ -1,13 +1,13 @@ name = "BetterGrassify" -filename = "BetterGrassify-1.7.0+fabric.1.21.1.jar" +filename = "BetterGrassify-1.8.2+fabric.1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/O7Nb9hme/BetterGrassify-1.7.0%2Bfabric.1.21.1.jar" +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/LNthja8O/BetterGrassify-1.8.2%2Bfabric.1.21.1.jar" hash-format = "sha512" -hash = "dd26c50d4ea7417c03c1dd5fe1677da57aef0965bc713884944546063fc86e15780bc3298f0fc74e499152e94f244c532fb702ab6b9f3ce1e5ffa3d58d3dae21" +hash = "f09a232c38ccec3a64c12ad7b304a70979dbf830ad9cc9fc7399354f84f563e6935a31be24ef3b508548eb7597279eb0e36cce27ec07f0a8f52b7456fd00b8c1" [update] [update.modrinth] mod-id = "m5T5xmUy" -version = "O7Nb9hme" +version = "LNthja8O" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml index 5a6b5263e..6ca336c42 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.358.jar" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.362.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/fuuHNvgF/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.358.jar" +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/DSqOVCaF/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.362.jar" hash-format = "sha512" -hash = "694e80abe155db2f4b50ac32c86d37967b3e192adabba725d0386f68901fe9bf2ff57af6636ffc1cd44ff6d95e4daaa42d39a83ef584e7848013b044f8348342" +hash = "8653a751eb2ad1ad70da38017ccad0ee2bda5448ffe405d28049f09a61936765303f63ba4fcff798f32bb1e6b4645e892c275515b69c98c1730e24caab0ba7e0" [update] [update.modrinth] mod-id = "VSNURh3q" -version = "fuuHNvgF" +version = "DSqOVCaF" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/chat-heads.pw.toml index 3e2af60e0..b23233205 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.jar" +filename = "chat_heads-0.14.2-fabric-1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/xWqKeCPv/chat_heads-0.14.0-fabric-1.21.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/9dRmYosQ/chat_heads-0.14.2-fabric-1.21.jar" hash-format = "sha512" -hash = "31e40c1571f4b81d270ad8ceed77d888c91bc4b53dd89adf1fd95481af6c900fe6c874ed909e1b06552ef3dec1ec02beeed325880d139f7f0a107f095f80ac0f" +hash = "155e95d91c01812be603d6940db8e1e348dafbbfd82cd9d238d17c951e7bd5859c42d99b612f59e5b4f52ac9babbf936495fa3ebf76a0f6acc2382d4ee4eb049" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "xWqKeCPv" +version = "9dRmYosQ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/craftpresence.pw.toml index 9de6309c4..31c47eeed 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.1-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.1-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/odRqUfqp/CraftPresence-2.6.2%2B1.21.1-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/hf7dz6o3/CraftPresence-2.7.0%2B1.21.1-fabric.jar" hash-format = "sha512" -hash = "66e0fe0d9076f2f675b7d97503f6cd331796469c6ad940d5ea88f8c03f249c24fde0114e7476ce2d374220751422ec81ea3ee36a56968f26ce69f035f00ada4c" +hash = "7fa4bc66633573f6a2c9acbfca91b616b5e63c36aa6b6119375aa0d71b807d6abf421ff278790974ef546c6f1f8d8a4355afd84c894dc101e0d718ba88c39a5a" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "odRqUfqp" +version = "hf7dz6o3" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/crash-assistant.pw.toml index e89f1ac28..facf33f7f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rk71MKO1/CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/Q9m9JfBr/CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" hash-format = "sha512" -hash = "98359099ad49ea21b4180a69b046a5d68a0b49dae81979f2e0cbcf5b5099d8bc826ec9aaec8c676fb2180ca46fa486c81d791abd7c0837745381fb5835aedcfb" +hash = "68a7e11fdf336eb8c87fb00d594b33e6309605e58f3b9a40fa79b7196779c8b62694fd4f67e83f8c2bbdfabee53d64682a4fc5b2ca42155cee2964c7157ad718" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "rk71MKO1" +version = "Q9m9JfBr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml index 4cd48bc69..41f531ae1 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/AisPcXgU/CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/2Q1GdlJs/CustomPlayerModels-Fabric-1.21-0.6.25a.jar" hash-format = "sha512" -hash = "3149a300aef6b2f09d196eb101206382353ea96336978af293d948bee4bf4ca0c0c7a6389a862db04f3fb471007c0ae13af7e436d6e3c20a9ac16b54e79b4204" +hash = "93c4e23f6da6d99d02aa1423328360f4f87849ac6781e8d688356aa759cb432a0985f3092867a0b12f1c02b842972558d0447c0352512fd934c37d1e27b40ea0" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "AisPcXgU" +version = "2Q1GdlJs" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/entityculling.pw.toml index f59be69a4..c8c5d40ae 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/ivkfruZP/entityculling-fabric-1.8.2-mc1.21.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/K4vXrboK/entityculling-fabric-1.9.3-mc1.21.1.jar" hash-format = "sha512" -hash = "5b53406eccf6518f6bf0f33c9cafa47745f9d80acf92e97163d1feb107c63634dbf5cd86cb9c1ae55fca865dbd94d3ccb4c2575c4ad934620492d2d550efbe9f" +hash = "f06043d1130598e504659babe31c16e8912808840e1380aed5ca946ca9ea4effc992ad4f545b6979d6e3a7f39d27b9d4ac0febf02f91c4e0a69d253533f583bc" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "ivkfruZP" +version = "K4vXrboK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml index 3e8b9e251..60269c502 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.116.6+1.21.1.jar" +filename = "fabric-api-0.116.7+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/9xIK4e8l/fabric-api-0.116.6%2B1.21.1.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/m6zu1K31/fabric-api-0.116.7%2B1.21.1.jar" hash-format = "sha512" -hash = "f0ecb1e1c8f1471437c83f4f58e549efecc0ed3f275baa2a64bbb9a26fd8c14365431bf92cf68d8f8055f6ef103fcc863cd75adbbe8be80f7b752fe1c0c3a305" +hash = "0d7bf97e516cfdb742d7e37a456ed51f96c46eac060c0f2b80338089670b38aba2f7a9837e5e07a6bdcbf732e902014fb1202f6e18e00d6d2b560a84ddf9c024" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "9xIK4e8l" +version = "m6zu1K31" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabricbettergrass.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabricbettergrass.pw.toml index 5c3eb34c1..b41e6bfc5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabricbettergrass.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/fabricbettergrass.pw.toml @@ -1,13 +1,13 @@ name = "FabricBetterGrass" -filename = "BetterGrassify-1.7.0+fabric.1.21.1.jar" +filename = "BetterGrassify-1.8.2+fabric.1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/O7Nb9hme/BetterGrassify-1.7.0%2Bfabric.1.21.1.jar" +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/LNthja8O/BetterGrassify-1.8.2%2Bfabric.1.21.1.jar" hash-format = "sha512" -hash = "dd26c50d4ea7417c03c1dd5fe1677da57aef0965bc713884944546063fc86e15780bc3298f0fc74e499152e94f244c532fb702ab6b9f3ce1e5ffa3d58d3dae21" +hash = "f09a232c38ccec3a64c12ad7b304a70979dbf830ad9cc9fc7399354f84f563e6935a31be24ef3b508548eb7597279eb0e36cce27ec07f0a8f52b7456fd00b8c1" [update] [update.modrinth] mod-id = "m5T5xmUy" -version = "O7Nb9hme" +version = "LNthja8O" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/factory-api.pw.toml index b97c37948..f2b01cc09 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.1-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/ezoVnOZM/FactoryAPI-1.21.1-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/w5S353Is/FactoryAPI-1.21.1-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "a04ba19b9af9a7bf5fb32c305c4b55a5b5d99a6c6fb23f4c85f6cfcdbd2f7e528d90aed5abc5eed777c227e5623fa9190932e05095d20768fffc5a07adc333cd" +hash = "55a1427d06d6776610242ddcbce6dc2126868413f93f06e67b22f31b3bc5abd823cba39df2004db52134586e90675c665563df9b0b364ce438133611a88d4538" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "ezoVnOZM" +version = "w5S353Is" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/lambdynamiclights.pw.toml index 3a73290b7..f5b98f21a 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.7.2+1.21.1.jar" +filename = "lambdynamiclights-4.8.6+1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/79RTTQyI/lambdynamiclights-4.7.2%2B1.21.1.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/jo8kVG44/lambdynamiclights-4.8.6%2B1.21.1.jar" hash-format = "sha512" -hash = "77010beb08aa51523da94c99b5cbc6a04b133161f2e8a97562f2fd6adcd757ae333b9ad3af2210d6a666cee8deedb16f39901399a60b6b51749d1ab2cc6c6796" +hash = "35b61b9bd9f20c3983fc96357a64cf992964850c7373232cc4f0b3f9fe6963a69a8be8fb7ccda7b0cef64732abef16418b05ca15d9211df9ad3d448a7633325f" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "79RTTQyI" +version = "jo8kVG44" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/moderner-beta.pw.toml index 817242feb..7fe6c33d3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.1.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/qmSX8GrZ/moderner-beta-fabric-3.2.0%2B1.21.1.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/O5IyOTuD/moderner-beta-fabric-3.2.1%2B1.21.1.jar" hash-format = "sha512" -hash = "fef0461a5765512392ee11eeb4fff41d7e2a1fc693b92cb07514239330a5a0f96c0a95d0bb54656bebbb3be1709f40bb0afc05e905eaa7f58d6475f0f5172a89" +hash = "1eb200cb3ab1c211bcd4d87d371bf318249d3b531164227c4edf3ec7beb21b9d187c35e6887018e77b80c99a3eb19abeec9385b968d33b3526bf56477a0b98f9" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "qmSX8GrZ" +version = "O5IyOTuD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/modernfix.pw.toml index b55b85bb1..91b9187c7 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/modernfix.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.21.1.jar" +filename = "modernfix-fabric-5.25.1+mc1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/xDJFoW9U/modernfix-fabric-5.24.3%2Bmc1.21.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/NnNX8LBn/modernfix-fabric-5.25.1%2Bmc1.21.1.jar" hash-format = "sha512" -hash = "43a81e63638387701edc49aabbde9e293890165e6e3b2df378aeabf56ea41fd666c1841cfac488e8d723ee99a673e09de4cc37a3e2141e04216f4aad5254dae1" +hash = "dc67d6e023e1fcdeaf7837917c477cba212c611dfc2463c6ea021319c644087c79b477e0ea8194e113ddd7332fd5c6d82baa47c291eaac7f4a86252507b4e19f" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "xDJFoW9U" +version = "NnNX8LBn" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/polytone.pw.toml index cea8c1a21..4a6ae3984 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.21-3.5.9-fabric.jar" +filename = "polytone-1.21-3.5.12-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/Av3uHCdZ/polytone-1.21-3.5.9-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/Y2RenrhI/polytone-1.21-3.5.12-fabric.jar" hash-format = "sha512" -hash = "051f792ddc3b965ef99368087f350e0ac38045a6974850b702a1735f0e0176f6ad5475afa4623b4bd1973965d87ce43fedf704637874ac5f9a8e9c69e8ef32e2" +hash = "27785d1c86851443b0a71b994ad997abe3d9aba23a0ec68d914f6d94f3b594a7fef70742c2135023cf8f27a47d9d88c35f34021b9512ffb2601e39dab707d9e2" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "Av3uHCdZ" +version = "Y2RenrhI" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/simple-voice-chat.pw.toml index 44b48e8bd..e4be54b3b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.1-2.6.4.jar" +filename = "voicechat-fabric-1.21.1-2.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/L0v7B4SR/voicechat-fabric-1.21.1-2.6.4.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/DqM4TqJA/voicechat-fabric-1.21.1-2.6.6.jar" hash-format = "sha512" -hash = "49ff1cc81049c827950e8fd3059aae22b9d207c2f17e55ef3744d943940ddbe742b7cad43f55e156ff5962453d957327d9855c9513ac4a13dd1e58ffeaaedeed" +hash = "9fdfb5c2e3862aea1ac391dc1be6e30b2fef0d80fed5f0ad29097ec129f0e3329b71c10db70f915011398a4facca56f028eb3860aeca471839e3c7e3b53be172" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "L0v7B4SR" +version = "DqM4TqJA" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/unilib.pw.toml index 57f13cc76..fd6f4a662 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.1-fabric.jar" +filename = "UniLib-1.2.0+1.21.1-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/XbMNR7r6/UniLib-1.1.1%2B1.21.1-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/Wd6Xo4XV/UniLib-1.2.0%2B1.21.1-fabric.jar" hash-format = "sha512" -hash = "42b52f2594e916f87ac79462dfcbcf0ff3d5fbc28cbdd4a12e68d1749436203ea01073bbcdf40a9a5e52fbb332ee06c8d1883bd11d1f45a1ee7d1d250af3b898" +hash = "c17c87520e55754d609182998a9ce034ddf09f5c97204a2ce8ebbec3d0f437d0f799ccd0b16b9a56ae43b335e1d383c8b5f458e8877a6f7841683c879b91a994" [update] [update.modrinth] mod-id = "nT86WUER" -version = "XbMNR7r6" +version = "Wd6Xo4XV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/pack.toml index 7bc0aff8c..3166dbb26 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "14149c39e66695c930ece6f4262cf2c381ab20c0ee1436ee5f0298d0416a5f9e" +hash = "be393c411e7c783e73d460cf0b8c8d3dbac21aeb10174c91f1482e07b472a212" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.1/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/index.toml index cc12373b7..1c57fe5f6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "a48c708069f1c7bdd5bb9474cded099d09af0d9f517f8a799e09931808996857" +hash = "f054a4c940d0ced7f2f721596b3516c11b9960ce61fa159f3bf464f90498b08e" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,15 +66,15 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -82,11 +82,11 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "69a37e55ffcfcedbe4da6f91a8e41f078139e99896f37696a5a30a55b240be8a" +hash = "2e587e5e7f56dfbc37f08cfd963866ddc29f0325462dc8a316f577e78b1218b9" [[files]] file = "configureddefaults/config/legacy/common.json" -hash = "b53b37731be8c0b43792606469971acca200596aa957ece8387507daea19b7e8" +hash = "7645adf521ca9a6a2d83bbe25cd45b2f4915c8ad293938e0650ec5c5106eba4d" [[files]] file = "configureddefaults/config/legacy/common_mixin.json" @@ -102,75 +102,75 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "f03920579e869b9e443b00ba9a7c44af74a60bcb7625609bfb428c6388cfca18" +hash = "0b28776b9a2d82a0090aef9ff1b0f35f2a2a5cbb4b9bd52ee994b5db0d208da4" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "5cd82da826eaf0bf5326e422a42c3bbc4cee4c8a5dfc2cb580749a858ac42125" +hash = "f7da923a67bbf61f8ff58e5934bd9823098d338e46698d0f3831d4876eaada8f" [[files]] file = "configureddefaults/resource_albums/animated.json" -hash = "10c2787bdba575d2cfcfc5989344843f0da21a9626ee2f483083c10ab69a271f" +hash = "97fa97375bc8c6d73704733d4bb93d6c729d574b883dc4ba3fa46c12eeca6360" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "d7f19c02e98147841ba8ce088c37823692245b1ed1d6235d6fdaebb44da334f5" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" -hash = "fd3ed1c665ab17d274d7010da30d9bbd4349c7df557fd697c965ddafd76f69ed" +hash = "a7c29ee726a0f5dd81f32f3d9e7dfaab3693fe1cd3d1d856aefc3ab1a061ca66" [[files]] file = "configureddefaults/resource_albums/caribbean.json" -hash = "948a6a3f7b708cad7feeac620b77aaf57cca8d6052c6ee341ad443241aa3eb36" +hash = "1d799d8281351028bb1a1ff2633b24b45874535b7cec666c0a6045cc71807a8c" [[files]] file = "configureddefaults/resource_albums/cartoon.json" -hash = "4bc7db98154db8632d22c503f760ddc2a231d1b2232cbc3e008630c59a74b46b" +hash = "7fdc1efa3460feaaf647e6b0f7e2008c8c2986ca93345035c77e05f6ac8c45d4" [[files]] file = "configureddefaults/resource_albums/chinese.json" -hash = "b0a08205514be1f90abd9f73893ba1da17bde852dc78f930dcce0086ce40eb3a" +hash = "628f0bfefe2f9d4df0de8dd54c24562a97c2e1cc17a82598d67e9f49bf94f4e9" [[files]] file = "configureddefaults/resource_albums/city.json" -hash = "0b6cb147e132150afd6add37f2011b40d7a9838345ba418957253ad9b525f92e" +hash = "310a902277600bdbd6d86b250b752d7005dae4b926f81100ae880a90a7cf2438" [[files]] file = "configureddefaults/resource_albums/dark-mode.json" @@ -178,480 +178,480 @@ hash = "eacca1fbfc7718a56c883605dc215e978f5a2e6027c2db9ecd8c5367a411179e" [[files]] file = "configureddefaults/resource_albums/faithful.json" -hash = "23851b589c14275ad14fc632c215bab85026b6f3a17a63a6ab5523b8677bb27e" +hash = "688ac41528ba1a521307b9824528feec4dd85ee8836afef85927c9dbce96e892" [[files]] file = "configureddefaults/resource_albums/fallout.json" -hash = "d0657baf75413d086ce2530f7eeea9030568cfd2cf6ad12e3bc4249137f552e3" +hash = "afe0c8adbbf46d9f2016681924ecfb9413d706fce4ea0a6f787ec32c37f4bc7e" [[files]] file = "configureddefaults/resource_albums/fantasy.json" -hash = "f56cb12785e540788b752d740fc45a629cf705096400b36750d3f1ef64b60145" +hash = "e8bcff5c4e59a15e384d53a7647df0f2b1dcfb7cedb8c1852af13261ec1edf8c" [[files]] file = "configureddefaults/resource_albums/festive.json" -hash = "e5abb09c4fdf9be196331d0595c6dfe34d7aae35d77fd3b8b7c471ac9e80a208" +hash = "6580a638ae624a032fab98c39efa64a5781475b9dc5eb8dee4da7635c59e1034" [[files]] file = "configureddefaults/resource_albums/greek.json" -hash = "10e1f59ae61f32a1a907bb6b39dd50cf854cc9622206164ad74fd3ed5ebdc026" +hash = "cae024cf5d68566f96d67a40ab70a10babbcea23a454b9095179b985ed6a4e05" [[files]] file = "configureddefaults/resource_albums/halloween.json" -hash = "160af72730d51fa1547a230936c3deba2fedd90ea9d2b661419261943d436dce" +hash = "df2d2b8eb356c8448a3b8ac5c08d9ad4f21f6d3405c8f9e8dec63d37114c7562" [[files]] file = "configureddefaults/resource_albums/minecraft.json" -hash = "978375794ec8b8381ab01fbcad3d647b9a0c50e4496c8306895f2b3011b8c781" +hash = "69977fd4c551f74ac64b597cc2e27db08a7b87f280122e3b1566396b7c127012" [[files]] file = "configureddefaults/resource_albums/minecraft_classic.json" -hash = "7464c63eeb981fcb7ddf98dc98a8cdbf21fa8f21615501da9b0be2967bac95a6" +hash = "709ed06c68edc26b7dfcc0848b348ab27ec31fbbb50a8f9f7be82f62ab147672" [[files]] file = "configureddefaults/resource_albums/n7.json" -hash = "1dd5450f9edd84e90caf83a469ec9303f2e9ef47c800d081219cf2842d3d67ed" +hash = "a261d185affe5f70f53cc9c6cee793b14f1f5eea0f58b6ffce8a3cd6dc8e15f1" [[files]] file = "configureddefaults/resource_albums/natural.json" -hash = "ea618658c8b9086acbff3cd9c89a0e5909187263f67047c8838e1120af40af48" +hash = "0a1b7bec1ce379348bc6c4f170ad8bc94778997fd89d036af475df5826e0dbff" [[files]] file = "configureddefaults/resource_albums/norse.json" -hash = "c75481f035185be42e077035bb1a8f5bc06465e0905aa4f5349bf1d0e9c57ffa" +hash = "3f1401e51dab65369e9ae184e2e26b21cf4de647abc62edf16fcd67b403d9d19" [[files]] file = "configureddefaults/resource_albums/pattern.json" -hash = "2627cd48fa453192a661071555eb3c7253eb4b6f62c081a9627c01f1dcb7ff04" +hash = "6ca2b2d74983b303aaaf4a148eecdb51047fcef0b72d73048f8a21a3e64b945d" [[files]] file = "configureddefaults/resource_albums/plastic.json" -hash = "5963dfc9f69c88930cabdc41bc43c0961974caaaf67a9af33f01a7224522707d" +hash = "b1567697534396d4673154b2950b3c00a3710ef1ce890f97f4e0c6b76fef0491" [[files]] file = "configureddefaults/resource_albums/steampunk.json" -hash = "f503d6bb97ff4706bfe4968e095b4d7e4bce85794800e8382eac15756c2d3f66" +hash = "5459c5d11c6a58e86baa05ac9c4b5e509f2965bec537f68af03b632a6770ddd3" [[files]] file = "configureddefaults/resource_albums/super_cute.json" -hash = "a257c00c4c02f54d8b2384b3785e7a8e01b07d18f7f2bdbb2e6bb1101f7d20b4" +hash = "8d141c928bc4fd9caabb299cfbdeb122518ecada561a9ab135bb6377bec76626" [[files]] file = "configureddefaults/resource_albums/super_mario.json" -hash = "dfaff10d2c8d432900485f60e42bbe525b76f6f7502984001f774e4aaf32fe45" +hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "6a76ab986fddfc3508f19d314a1c97db830beb80879821d6b5b1b22403bbcab4" +hash = "66cbff633c440514d3e0f2259fe608b18dd567538bdf537e6e6360f76b61f990" [[files]] file = "mods/architectury-api.pw.toml" -hash = "a08e8316e7bff8f85a5b28ae7140bff7059bfc981d33ac822bda81a097d33116" +hash = "c517eccd62ae7e0b30463a781f243fa608ace64f8734862e8813fc6082e7c337" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "0d7d15fc5afb4d1ee0fe8fbe6f916e72f685a86404bd0403b6a8ef1255921d84" +hash = "284a7ccf2dc6ff43378230c252323359634f2b566212924ad0f138f4203079c6" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "cf5a5a3150e7aec7eab1e150755a0cc76bd0c2bbf13f92a054ab4f0db7e3d7fd" +hash = "26e4f4f67d765a0b15e0b29bf30415a477495b9caca3b07367ae1a1fc1c42d53" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "a0a7be81b1a485580b182a6e73401503f6cc0c59be47aae456270bb3ca16296a" +hash = "68fc6f29e489481565a46b7b38fb4814afe44ffa80d75013ef3952be291a9670" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "f0d16adaddd589034208d0e168c7245be9b386cbb5a33318f2ffe75912568e73" +hash = "f2df96ae0a1bb2c04058adea0acf61f1fd05737a668d38bb370a7d72bc45463e" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "2813d7e1f007b3c6471f1220451edc1e7b02043ac5a78ddd3adc1a6e3fe7cbad" +hash = "c1f678e230bb8204e9691952b5909d451595b7087809ff63bfa955f0a9680661" metafile = true [[files]] file = "mods/capes.pw.toml" -hash = "767c5b9ea1a35d4e0930721bee309562ca167b897cf5bca407d96c3a9207cedc" +hash = "8a8d6af7aa8cb063e2b8fe7b29cf20a5f8384e1fee0ed7bb1a4b32d6ff73e919" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "318c7401efd294fe227282b6aa41f63dfeb6f0fd6ab84a55c2b485bf4635e5f3" +hash = "1083cc69424e092b1685ce61b9fb16759b5ff0da20a2fb98099f1279398b5bab" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "99001efa0cfc5f9ab93b4f9fa4a5a8c735c23ea32a3c940dee93ab140fe25bb2" +hash = "4700fcc4fa1f3565cf3ef54dad8673bc940d83652b07dd2461c88b4a5b38aa16" metafile = true [[files]] file = "mods/configured-defaults.pw.toml" -hash = "58dcfa0b74822d192529be0b59cbbf63a70e8c664cac530489af1f43dc14a3eb" +hash = "28783e6e9b6818e8a8ced90a3772a29e754f9d5ce8851df85a94bf9d928301b1" metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "c89dcb48794e3683c230b4c650f591c1d16de545332a48bceda730df039fd46e" +hash = "72e6b0ace0205854b277730895f0cccfa9c4f686278c472fe0a3f625c8c7a974" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "119f2e9f43c93c09ead350c22627956fbe6c8b90f46c68b94aefddaa032e5ae1" +hash = "3e8551dfdb56c3df6a31b69fbe2d6a7368601d445f4368976a4446ea9a5f70bb" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6b212af0d8659b1e77c3cb18a05521f77ccc2158926102486c8b0869f51cf26b" +hash = "cb0a5a9d2265175e7bb29d460c6a9a17fa64214b0268220ef0e9fa98e0fee797" metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "aca4878a33036a52ac43d0a2485b6e4a03177b73426bc9e71df5ad5f279f359d" +hash = "f32c30de1ae7dbeeae00b654eb15ea358c6d26f631dc292bdb88dba9c30a8cc8" metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "65604aa4e921d12639c6a341b503b208989cb3d984419311f5e2396de97fcd4d" +hash = "a6937983f3f1a607ae005f32c2c04871b895221ae8e9fa99db021cca87511b38" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "353bb124456454f3064a35dc0399d829debee1ce92e2fb71ba84ad91b2928ffc" +hash = "4d2c83341f911e62074b763440f5b8553096c66dadd599c61cb74493ec99d079" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "466fca387ff2ecbb671e8cd1d6ecc5dc7eb402a5b101f1368998fb4b0f6f3e84" +hash = "04851cf23a0fef9e213180bf5926b705c5ad2d0b04d41934b915cc1ccfabd841" metafile = true [[files]] file = "mods/ebe.pw.toml" -hash = "f7ba68d58ae94f298e30ba3656da0291431cc02f731bed349101ceebd2ba72e7" +hash = "61d64eadda8079ccd7c906a3b5143ab5b9b3716918c775dad2d3d59dfbe7bb41" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "0657fdaf9bdeedc082c62128e25a53dd8f37a1f95b12ebb12728c5be5e6fc93b" +hash = "56743d6c87f194bfc0b064527920da42862f755e6a39da84cd81ec8438c3a264" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "bef8384c9e2f4ac1790acee46ddd31a2d2b557274114b00dd3c1f216dbce55e9" +hash = "51c3a7598982b3fb7121ee9a66d63c96712cc86a9066f249bbca9b3c6e78ecea" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "8490846adba5efa717d31a18632230a5fd19d34adf7506ea7565557c5d417342" +hash = "0c8b9f47c76cc52330298f0531947f308e82f9fac9896846555d16f3742c2783" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "0a35ebbee821849d98affa57016a0d663597ea3c3d449affd79e1d32517b91f5" +hash = "439b1838ab44913b393ff9000f9562446d9dd4054656970df66e55f3078d6bb9" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "01dd9eafb30d60e26974ca5987221b70d99811fa6f1d04875fa98eb2cad8beb2" +hash = "003dc0c0b378d7c0a3b80ed9edf317cedb95651d3b2c6d317c678dd75c498479" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "ddefdc673f2509dc6813697863be4f26c7947afda55e807c5dfd60b47c3d6675" +hash = "b353bf262aff8f88c6e12f8d4679a27421ef4bdb912cb6963ca88de4cfe0db11" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "8891fda917de67a9ebbdc20d64ca5f87faf14249f7d86f91406c24179a3edd75" +hash = "bcf893af157a78869ef9a72781bc5783383772d018ae2887515905f3fffcd65b" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "ceb93c960c55b27a5f2344683fbc7d9cb673bcf28ed3390d6626271cf424c7f3" +hash = "c19c539390d3505f2b4e22d340f1be2aed73aaa91f00e4e9ef385002871a2f35" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "77ea23649cd882488f3e161893bbd6bab418d4f00030b08aac0d2559a5b39f96" +hash = "2d6012c02c408ba8217a03676aaea16f7b972fa4ee80d1a7eee4310ecd0f8cc1" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "d0e8a7441f2cbfa3aa37b8b48739ffc7960b59532036b48c59c79f0d5d77b7bc" +hash = "bfd0e9e0e3ba950e458caf9687e2ebbf0a3c4e1f2f97259a25242f5649e808a9" metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "81626b67f0b53e9cb70b49c66c9cd5eee47ccb349a0b666c0a841fd710b23a2a" +hash = "04c7e03146ab80af16fc1bfb90bf6e74c315cae8815039a21157243a47cf3b68" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "eb95852399f48b997b768c5930cdcaa451f244b331a53d52cdc7ec91b5169512" +hash = "6c7ba44c3890c9081e7f27b6b9adb49d96825581e522869d455ed7d45a16aa3f" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "30611cf1b6a611cd663d1bfc53935a6e4b7b0994c0426638694de3f1cd93c7cc" +hash = "8e1836e8fe200775b1da17afafff8adf9e92983a8b19a68bb38dbf5b81e74119" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "5341016ffeb625fd950e6693eb5fd70b7017ebcb49e82b68f21d53cb205d9c26" +hash = "c13bb610afbe1b47bc5cdad0be172ea836c5f40ffb0468d02621be9a606dc1e3" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "eb60ffc86a50f9017112838c75e0fc4e7edb789531bd7067d8364a52c4366a07" +hash = "ef47659617e6f5ca961b4227cf656676a4a3f42844eea939b41ea1751037d9a5" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "d4c4664cfdea63d2900d9a833622bd37132ba7906f21f0c0f60ba40bfac1bec0" +hash = "7c29677f278243fb1a06f1bc09204fbe1421aac4a03703633c1a864b1d5332b2" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "d7d8ad52885ca9bed9f9d61bf3dd96090fde10fdb525ecd2bfa3eb2c02174f5f" +hash = "da82ef9cb9353b9ff2701172e56618a60a357bfee92d1c97a875a5d835a6cdc9" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "46c66b453241e192d96167ebf5c20960374fd542202ffaed26ed4fdf48bc63a1" +hash = "78946e7851174a7462125185cb6306f5bac4fe5b90a3f4396cd8a79d56084661" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "0ba147df22e1d488b23062a926f1b67e5cd529b7bca0f3d3b3bfeb1f477b157b" +hash = "5499f2e6b2ede074cd3710acbbff300dad4923673775b1a7e1b834aa7d33be37" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "4cdd9f2ce63c27726934ab53301e4fa42f3f3402eed908bfde05e2675d6ce82a" +hash = "8df15e4c82204449bc611392e13ba20e6586e9be5aedc65260deead2de0b00f6" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "cf069cf14f9b20892f1cb5abe8f69349be67c0e011e45e79787da4de7d153566" +hash = "3e5664fd8bb133649bf1627b4bedbc0becbd329de88aeed41bb02684f13461f3" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "2174ec137bc8944ed41e955e47440c8793895130ca88253c9141fd1c41586c3b" +hash = "1d1edcd545d8ce0252488071aaa0d69fb7bfe9a937a21117f00e4b122f049ce3" metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "240ada8e23ade7356916f1919f95dca2b33c5487d9b291a85be5065225cd3363" +hash = "69a406e989e57db6c14ea72ae7f9bdf31114535f27979b3d703bd8a1532f0d58" metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "fb865ad9a54fd7e6fe6f3423066fe42bb1b2043f3e5ce090d53e99f2bcaba247" +hash = "6b2abdc14fca0b9b42b5678e7c65af8b93d5032f0e4b0d2fbd93295903489d50" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "db3605b110fec964f1c2566db1a4a136a15b088510b5b3ff522e6d775044430d" +hash = "6a4b1120695a7c97e759c277e1a275f5442859d4031edb670248d8803dc0377b" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/scalablelux.pw.toml" -hash = "7464e3bb14273b14f208abbb7fdce50cf31ba18eec41c01eed37d4d3f1b1d5e0" +hash = "c2310a0880bfee05469c4185390e49ef69496ebda4a9508a322b16c39dd24a96" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "32d37492569663976c481de703239fcabd6c7ee01b9e55b7aeac6b9e1a0062ef" +hash = "8ca44e2d8824fabc2400035b5ccf45d5d567acbca03f7baf4aa4b45183446b42" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "0d03cce633fd28f0db4c996523cb28b3eeec1339a312174338e014ae6eb31e2f" +hash = "c7c6894d207ecc12adcce8cb6e4128543d0799c94e0245d935a3419ea0c29f36" metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "9973e988e573963e42d6de40ea4c1e1e4dc582331f9241532252603bb0cd310b" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "332afea8759e1b6d913ddfe926116124fc3055a922e21b589b7b700d9b435e5b" +hash = "0a8216085f8aa4a916cbccc9eec406aaadbf8386b759b7322916a101e69e1456" metafile = true [[files]] file = "mods/world-host.pw.toml" -hash = "ae66f43a02050662a8c7c25134d70b5b7c5e98695b6c36d8e9f0b706fb4fc01c" +hash = "b0a2c0ffde1b31bd72600f5adb61026062158f6531d40e210d71bdef69a78299" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "d284029a03fb43b552cdadd3b3ac6555a7e16c71e85881c18e3e5a90933ebf8c" +hash = "2f6cf44d47b89ac8560433aab6509f973c07b88db45fafa8cbf55aa7bd916e69" metafile = true [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "7260559c6579847c30a935eb9de5208eb996ba1439828135c10ec23150e04db6" +hash = "f30e9585b74079ea5d50996ea44bac9f0d980c83e86e44d58fd1467c19448a04" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +hash = "238ea2cdd6017618e6316e949fa4a8cb8bfbf7494734caa8100c384d884705e5" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "bf118dd0894db6105f9911dc4a5931a294cb94464eea53e3e34e446b05a07810" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "729df2e5409e0f3094aa6c2e4b33d91626916656394dc5b242c1e175b4b01a98" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +hash = "ddf35b26631b064354b09a29306794bed403fc2abdb3eb9fcadded90ec53ff3a" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "9f9ed2a119738e574263bb4de123bc55a31c79751c35b370ded42cca1a27ef03" +hash = "f567eeb2fa026f6348d8de04266914eb7cf8100fd872387e53485072406aa9e0" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "7edfd54985e152d2ffb99c99580ae46f284f686a65efd92a880b3827e027f84b" +hash = "e0e2a38f191b57c82dd418388b9a16661d6e4ee2322187c504ef5a0d13b36186" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +hash = "434ea7ec5e456a83d8969d51e8d4f5ae15f448d6f811a204fe488706719a0461" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +hash = "3bad62a8ad56b215e52d3fa72ab9af5cb616ef88bb4dc01038e0aa830abb2e09" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +hash = "6e8d6a20655b03fff75feab70be32b8f6821127dcb8deacf8e816dbc916ac08f" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +hash = "362ba35315b78321c0421bab9908e8e6679036a73eb560badf4221d73f725534" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "ebd0cef371a080293fd4d760404aa5324c6747ddbe25030ccbbbe10344bb8a7e" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -661,52 +661,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +hash = "80325a81f3c2ae9bf78e1b370436ef06b46e8aa5df1d12ec1e37f86010d56995" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "1ce239cdfeb5631926dadd1bed8a79f74bbdaed4d53da2ac2b335e29f048bfce" +hash = "89b29fa9099f6b9303798b4d232f0b818edaba2ba30d4c97e9c99c8bc19ad9b1" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "72fedd04b7c025bd6e143bb4da56349c445ca307ed019059d9b431830d36f795" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +hash = "60717d2a9046589f91447e63d9d9804db81da8fe3f5145b13781a9bc28d87a7d" metafile = true [[files]] @@ -716,37 +716,37 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "4d8bd03b6d12ccf7904909632d522ee1f716d77a3cd59b65a06ec574e78baa4d" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "c6c5beec5462adcc8d75121c6c53c1e08a9f0e33beee969cbd21384dd12c220b" +hash = "398c16fe6335b061aab2f580fc4640ac07da96eda320bf3ffe543e86c2208c71" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "d6df84ebd1ba3acccba2cd8057f90c421742e8ce5150e4678e8f26d992412b3a" +hash = "bf825aff575d42c7b992d0e6b39cd92c28ea62fc1910007528779ea86711c33a" metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/chat-heads.pw.toml index f184ef3a4..fd4833c80 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.3.jar" +filename = "chat_heads-0.14.2-fabric-1.21.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/m09yVDf6/chat_heads-0.14.0-fabric-1.21.3.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/7d0jW9IP/chat_heads-0.14.2-fabric-1.21.3.jar" hash-format = "sha512" -hash = "b174d16936159d83821bdc0a49b33a968df3b5b8e596b17caa4b51e899f2ec3332fd9e4dedfa0d27bc6e5ddd9b4517eed0e146f93ccc8d9817916b6af36ab722" +hash = "85dafc745ac90c28ff7a5ec03180b4aa56deed2d50f010970645c0e263a2356da0cdd33999de23813fe6831cd95e2b5eabc6ce55101f46fcc0d6d01a93b38908" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "m09yVDf6" +version = "7d0jW9IP" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/craftpresence.pw.toml index 5b72e98e1..a462afd2c 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.3-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.3-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/h6yRLpJ1/CraftPresence-2.6.2%2B1.21.3-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/ZgoADwmC/CraftPresence-2.7.0%2B1.21.3-fabric.jar" hash-format = "sha512" -hash = "ce65218087439f73d187c2abfce8c2c950c5d772ceae2985a2a62787d8bfce54daee6928453d4b8f4ba400d00c6b09361c580cbb010eda8e78e31e82e69c1446" +hash = "27c1d45a8ce684cb8ffd6028bb162fa3eabf143de3f585df0f5cb730f4b66b63ba7dfb32ae92ae517337426090640a1c0db789b6424fcddb7c85ee4de42da910" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "h6yRLpJ1" +version = "ZgoADwmC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/crash-assistant.pw.toml index e89f1ac28..facf33f7f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rk71MKO1/CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/Q9m9JfBr/CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" hash-format = "sha512" -hash = "98359099ad49ea21b4180a69b046a5d68a0b49dae81979f2e0cbcf5b5099d8bc826ec9aaec8c676fb2180ca46fa486c81d791abd7c0837745381fb5835aedcfb" +hash = "68a7e11fdf336eb8c87fb00d594b33e6309605e58f3b9a40fa79b7196779c8b62694fd4f67e83f8c2bbdfabee53d64682a4fc5b2ca42155cee2964c7157ad718" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "rk71MKO1" +version = "Q9m9JfBr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml index 7c269221f..9c78d1d12 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/CbTvZaiD/CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/JtBcUhj1/CustomPlayerModels-Fabric-1.21.3-0.6.25a.jar" hash-format = "sha512" -hash = "8b434664ec8946976f2aca59428d3d506ca29384a074351922741742aaad139965ee5c67683c8cd96e7cd2cdab8db37223bc716fde9edeebd33a163287fd81a5" +hash = "819526f69737351957a8ccb18afb09b44d1c499c475f6409a1bf763c21ec67effa69150ed11da7964b8e9d7f5ec65233947a41fe143ea7116441d37b7e840448" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "CbTvZaiD" +version = "JtBcUhj1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/entityculling.pw.toml index 94f80c4f5..2e4a89c5c 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.3.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/9YSa2XLY/entityculling-fabric-1.8.2-mc1.21.3.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/m2suTpNz/entityculling-fabric-1.9.3-mc1.21.3.jar" hash-format = "sha512" -hash = "74ce3fd5ff6c5a40f11e0e717b81323efb9488474d2a69dbd20d2e2ece35ae8c61b42e84a7c8954937c5c0575ebc523a4b97585efc41ba01eaa4da9b5e405cf8" +hash = "752e3d6e5991aa519dcecd3a36ee259cfebfa639bfed7ca4fafb2ff5a5f0fdf1099440822f251bebc90a4b94b5d76b79f78d7887b3cd3c549e30096a78f56c67" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "9YSa2XLY" +version = "m2suTpNz" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/factory-api.pw.toml index 1a84d2c93..1c5f412f3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.3-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/oMIm1a51/FactoryAPI-1.21.3-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/RSVx15rH/FactoryAPI-1.21.3-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "2a84374d47c6db9b7de58eaa27e94209851042909f0ca36bdaff35bc9589aaf5ce3873cd5b786438b880c9bf21ad48f3b583a93d00af72b708fcc5db599ab7b2" +hash = "a29968f9f82883638c0e36915420d618e446cfe74a9153efa8c64507564e59722025f16fcf88583acc8a80f6eec580a67041768c5bdf7d0b603fbddd617324d6" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "oMIm1a51" +version = "RSVx15rH" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/unilib.pw.toml index 06c55bcaf..fa0a705b6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.3-fabric.jar" +filename = "UniLib-1.2.0+1.21.3-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/XqCX4Vl1/UniLib-1.1.1%2B1.21.3-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/2eE7FXnh/UniLib-1.2.0%2B1.21.3-fabric.jar" hash-format = "sha512" -hash = "f0898a7409fd6421e99a900b226bb27a0474589bf585d5dc0e23113aed425caf1e40df909c1d2b64e700a63dfe182b1043d8519d4954a0b5fa544457f4543b5f" +hash = "f03eb49021ea1f1cd055a87032a56a3693418b8f513b17f736ab8f56cadf9d3225928e386b4faabcfc05ce95a8ab85428c11a8898d6cc1937755d11e4a428e74" [update] [update.modrinth] mod-id = "nT86WUER" -version = "XqCX4Vl1" +version = "2eE7FXnh" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/pack.toml index 333eb109c..6fa28aad5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "15b43d33f2c310a9de81dbbe9d96be7823ba71b658af811b33531decbf44d057" +hash = "29725e89b38e3ad97eca5655b87de89c5c81fd0188cc212ee2df3c12dd043725" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/candy-texture-pack.pw.toml index b89b14686..4fe38e5a6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/candy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/candy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Candy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/R1Wqm66W/Candy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/auKzaoWW/Candy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "af8de6d09baf33e846ba5e401334abac5425ccf61022dd74ae43efaf424b673a36c4f65039d9f75f76346addd6a574f9d034cf47d8b8166acd1093aeb5f6ab6f" +hash = "4e8159b29b45bdaaf403d745b93a1af409a72c105a96d3d9cad534b3db0428fad4a0daeaa842b0135efc1ecdf39c2595086bd3f62ebf2b176873a5cc31168822" [update] [update.modrinth] mod-id = "NGIRqFgR" -version = "R1Wqm66W" +version = "auKzaoWW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/cartoon-texture-pack.pw.toml index 2e1a34bf6..31c8a9908 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/cartoon-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/cartoon-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Cartoon Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/GxSNg9pD/Cartoon%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/JEcOBgin/Cartoon%20Texture%20Pack.zip" hash-format = "sha512" -hash = "cf898828a914d08f53e6248e0fdeff02f281a4a2345840805fe48b0157e06fd12b45f221ef3d4a0a5de268a02825109a011bf809afb859cbba2c42ae939e41d2" +hash = "5dfe5c59ba1bfc687066ed350ee1595526daf9b6b8f1e73855db29563d73ac27df1a64a8a7c75d8a9490d763218fa157efc07a776396d8aaced021d19f811d84" [update] [update.modrinth] mod-id = "I8Wm3eT9" -version = "GxSNg9pD" +version = "JEcOBgin" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/chinese-mythology-mash-up.pw.toml index a42eaffb2..682b54db5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/chinese-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Chinese Mythology Mash-up" -filename = "Chinese Mythology.zip" +filename = "Chinese Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kRsZVu69/versions/Ee6a0JtV/Chinese%20Mythology.zip" +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/eCy5CqFR/Chinese%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "e47e7bb230bde3650fbb4e0ef3f2bcfbe2b7d99f00a384841252db3fe459f84730ed08db1822533b94c07a1efe99c6613ae4e062ec0252d56817f521360494b8" +hash = "3046124724ec8f647464b93f8517c593eed09df0874010415c0c877e39e56287beb2148f8f2a9be3492cb10b76f6a8a2ec53729fa36f979062d8577f98f2b193" [update] [update.modrinth] mod-id = "kRsZVu69" -version = "Ee6a0JtV" +version = "eCy5CqFR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/city-texture-pack.pw.toml index 7855d39ea..81e86a01b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/city-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/city-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "City Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/hBnIlEqa/City%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/gg9OXysC/City%20Texture%20Pack.zip" hash-format = "sha512" -hash = "c72a525217678b1019c2d24fdc420c1bc40fc0d6c4c3747327ca1e15c5e3b66068cceab793e02862aa3f7adbcaa0dc9ce2fd3d9e44d315c2983fe8aaabd7600c" +hash = "ef465d02ed3628f57ff5e1426d9d7bd94fe37781abcdd1443260fe7212d99b2751057e9e96b3651690d1d5c6cec1509aa70d1f6e0dce0a979fd7dcdcaed7d8a0" [update] [update.modrinth] mod-id = "IcRlkcNt" -version = "hBnIlEqa" +version = "gg9OXysC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/fantasy-texture-pack.pw.toml index 051f761e0..4269fb286 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/fantasy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/fantasy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Fantasy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/kVAVbKuw/Fantasy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/NJUAKIBi/Fantasy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "b9b398bc199f9792d191e1bb58ae0074cb0883e16e06191acd2dd2f21a653dd2d3bcfe5cea6d78bb8c8f6c1a0738eab7cdbe4d195ec6ef2cb925b14a94813cc7" +hash = "e2e3f3b633d6d610963b37341c4ca032efa9f8bb6116ce22125f1f076aa997d09744e2dcd78ad24d52572cd9388b28b023b938be8e2e3fbc024207337f86a40b" [update] [update.modrinth] mod-id = "kFbEIMmd" -version = "kVAVbKuw" +version = "NJUAKIBi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/festive-mash-up.pw.toml index 6c92f76a0..59da1227f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/festive-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/festive-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Festive.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/bOgVPg6Y/Festive.zip" +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/Hj3ojy5W/Festive.zip" hash-format = "sha512" -hash = "9e992d0e12331c3489f8b9ac762d4aab4d0eb919145700b506e53c22c63d311cf685ea3c8b9f719396c241f5fa4c80e15ac5b9f47a4be11495ddbbcb076911c6" +hash = "1c12d701396903876d6e5049297dc159a2f64997768ac9204bb5f8fb5a90124644c34068bd9f93d2bc9635b047ccabeef753bbcbcc820458eecafe9ff0092569" [update] [update.modrinth] mod-id = "pE8Ji9UH" -version = "bOgVPg6Y" +version = "Hj3ojy5W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/greek-mythology-mash-up.pw.toml index a2a1ff58b..32a2b5eb5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/greek-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/greek-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Greek Mythology Mash-up" -filename = "Greek Mythology.zip" +filename = "Greek Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/VVb63nYy/Greek%20Mythology.zip" +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/8E0TEGbw/Greek%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "d76500834c00a5bfcc0140f06e91928fa876837604b1e01f933e230ca598a6c0357412acab1040609b68d55a61ea2e337091309d30b71a605be7670bd227fe32" +hash = "150102f8fa203ce57f6416bb46ffc8921eaa40fb7f90ae99301ebf28fc5f121ed7183f4bf459bc00fd9dfb29b0ac6ecc7ae6a16bd3504a501fc4d003bf36c9f4" [update] [update.modrinth] mod-id = "WtfCCeNe" -version = "VVb63nYy" +version = "8E0TEGbw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/halloween-mash-up.pw.toml index fee9bf60f..ececb44c0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/halloween-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/halloween-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Halloween Mash-up" -filename = "Halloween.zip" +filename = "Halloween Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/mXZavX3c/versions/rL8PIx1w/Halloween.zip" +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/UyyZ7EO7/Halloween%20Mash-up.zip" hash-format = "sha512" -hash = "92acd2b809673d9ed7b8eeabcc93a11a7c7b3a94432e596b07309c7678d19a38619f8f82e57496af80582ca8b25f0777332d443159774f750dfe1ba5eb694d48" +hash = "7e309e2ede6b4aa60ef7e4ce0b9cdaa3c4e2bc3af51254ff750fee076ed14684231693750822a05847a146eb03d60597584ee129684d237ebcc9ab01a78b3b76" [update] [update.modrinth] mod-id = "mXZavX3c" -version = "rL8PIx1w" +version = "UyyZ7EO7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml index 280d69173..dfd861f1d 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skins Pack Ordering" -filename = "Legacy Skins Pack Ordering v2.1.zip" +filename = "Legacy Skins Pack Ordering v3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/ZO3piBBE/Legacy%20Skins%20Pack%20Ordering%20v2.1.zip" +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" hash-format = "sha512" -hash = "a9e0554b6a045cadb5d3144f7ef6076b232351665cfdaf4d763b23f19620832c4007fb7b3636564f0658b89fdeb76f3bbcaf33f918f32d716916c81a7404bd38" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" [update] [update.modrinth] mod-id = "3ikLYLCy" -version = "ZO3piBBE" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/mass-effect-mash-up.pw.toml index 9d811a323..75e26b9ae 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/mass-effect-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/mass-effect-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Mass Effect.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +url = "https://cdn.modrinth.com/data/27e5KETs/versions/u0aJfMeM/Mass%20Effect.zip" hash-format = "sha512" -hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" +hash = "3e559c667f9e1ae8b412ef707f22196de3554783d79fd718e1292256ab1233a8a398249b62534b7917f4be0705e76a567c8aa5908bbc59d552fa1b3133e7e832" [update] [update.modrinth] mod-id = "27e5KETs" -version = "8Ya2o6nd" +version = "u0aJfMeM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/natural-texture-pack.pw.toml index 07bfadd13..ca22f7fd3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/natural-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/natural-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Natural Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/UEpX1VEY/Natural%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/HOaSuCge/Natural%20Texture%20Pack.zip" hash-format = "sha512" -hash = "a5558b57b61955ef24c50bc936b714954092e027eb3c609131c0ef87032d84c4c4708f124f41fba88bd9c2093ba3ca5477a06f88b4bc1055cdd297b90abc8fe4" +hash = "0aa12c1efebbfd51f8f9231886361313b2292c6ee5468c604a29995cec5059396001c52c7963dee3aae9d7a94e96a2f38457eb7a2b6e83d6ed498cf38fdc1625" [update] [update.modrinth] mod-id = "wl6YG9AY" -version = "UEpX1VEY" +version = "HOaSuCge" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pattern-texture-pack.pw.toml index 1b196104c..4e9a27492 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pattern-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/pattern-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Pattern Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/2F04lb0o/versions/NNzk1yyo/Pattern%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/ucJiPhqS/Pattern%20Texture%20Pack.zip" hash-format = "sha512" -hash = "99058a09e036347cf27670e8dfbe49ab659445e8be13ff125e4613269e086b3c33242add52c515ad91f0aacf888db17064b11353e4ef862cfe8f6fe9313e9685" +hash = "22e7dfcbc28f95e9f69c5085cc73a52ec892602b44f7117fa03b571cd04457b62baac53d70568ba0d04f59f3fe479e86e489cfb77a60ccf4b48d546d7e9479be" [update] [update.modrinth] mod-id = "2F04lb0o" -version = "NNzk1yyo" +version = "ucJiPhqS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/plastic-texture-pack.pw.toml index 822ba8817..f425109a4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/plastic-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/plastic-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Plastic Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/meEXwbr9/versions/1MHUWAn1/Plastic%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/Odv1yCtL/Plastic%20Texture%20Pack.zip" hash-format = "sha512" -hash = "199f1a2ba7c906d48cca4a4e478146b30adab17080c61c81ea2cf83d7ef0fca5d3a7f70e8431a5a75167b2f465769483b06dde0e6c84a663c866784f4ad47d21" +hash = "f4dafdf8a94c1b473c536bec562d71ab538feab81317c3cf4349f54756f08146f85f622d28d254113309a35c991fef0dea8f5418c100d52a5f4da66976111f6d" [update] [update.modrinth] mod-id = "meEXwbr9" -version = "1MHUWAn1" +version = "Odv1yCtL" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/steampunk-texture-pack.pw.toml index 8ae548e75..3e3883be4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/steampunk-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.3/resourcepacks/steampunk-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Steampunk Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/rUVjeX8U/Steampunk%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/w5xhMkzK/Steampunk%20Texture%20Pack.zip" hash-format = "sha512" -hash = "4d88c8a8d03debe3c71a254767dadfb4e501d111ea41c86029af92b02e709a269197f188eb3d221e905cebafe41cabc239ee24cbc5dea76e7011d9b0f5cf7e02" +hash = "f28c736c6abb77236ecb392c4c74d70f11aaf164467d935a901eaeb5688db70ace70c475fadbc3c73efff4415d8b7139f37fcb9f08b451f122715e33dfc0eee0" [update] [update.modrinth] mod-id = "iWaY0S0z" -version = "rUVjeX8U" +version = "w5xhMkzK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/index.toml index 70b765497..5572e864f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "d28747a5348eb7a93262f4b08df241f55ae27730563e28c2b77ab94efd5d16ff" +hash = "df7deca73139599dab5ac68a299aa358e71cb2c4b4deac9b1e1007d929894855" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,31 +66,31 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" -hash = "de0e25757fb3fb538d710ba01b3ebe416e97f0b40b78af2749cb85ba138532f3" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "c661796ef1877664f44a393bcf94caa81cad15a3005c58344bc7b3dcc714c743" +hash = "0dc562cab11e23b0f50ef168b2a2ca516418d78f2c0fb016e864f1db8431c6a1" [[files]] file = "configureddefaults/config/legacy/common.json" -hash = "3b9b9361ed4ad964361358b210952bb01f4f30ff2d56c249d0ce517792244266" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" [[files]] file = "configureddefaults/config/legacy/common_mixin.json" -hash = "8ffadf5901d31192638d4089d7b3eb16a6ed160252c9b4f7c6566448195f4019" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" [[files]] file = "configureddefaults/config/legacy/global_packs.json" @@ -102,51 +102,51 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/moreculling.toml" -hash = "a8ef29e5d01530454b385d39d8cf9f90d240cfd2462c044b7d33fa8555101657" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "a84c3ae6f7c97803ac494b6e701156b0fd90186d28a6d759d4aeec16f4bcae3a" +hash = "f7da923a67bbf61f8ff58e5934bd9823098d338e46698d0f3831d4876eaada8f" [[files]] file = "configureddefaults/resource_albums/animated.json" @@ -154,7 +154,7 @@ hash = "b235940a2fb799e1d743a81d9f7459082aadcd031e5974b290177d6c8c26ad2d" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "b39b87836add8be7a38985b59516f4ed59601810c9f6304a2ebd59cf2350a0af" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" @@ -178,11 +178,11 @@ hash = "310a902277600bdbd6d86b250b752d7005dae4b926f81100ae880a90a7cf2438" [[files]] file = "configureddefaults/resource_albums/dark-mode.json" -hash = "e0b21c5b36cda0c86b3b69d5bcf25c28dc1a7effd6d7a324de535d02c9f68781" +hash = "eacca1fbfc7718a56c883605dc215e978f5a2e6027c2db9ecd8c5367a411179e" [[files]] file = "configureddefaults/resource_albums/faithful.json" -hash = "d2acaebc031573b6fb6f5d5c23777f05020a7446c445ad30c91ffa1342a65b38" +hash = "e03b78dc726e9ffda95488f2fc7ce62534408bcc455ad236fbdb9ee363ef71b2" [[files]] file = "configureddefaults/resource_albums/fallout.json" @@ -246,36 +246,36 @@ hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "42572f7b0cb915ce36a1f1c576eea096a001a64888463aab31960258d42ae4b5" +hash = "3640a67d8ecbdb2493ae703149cf17438e60ab8c8cd754129eca51fc0704ee30" [[files]] file = "mods/architectury-api.pw.toml" -hash = "966217576115e2a6cb2c1d5ff3bd1e5c45cd9d0da35c98bb5c241eb6997bb2cb" +hash = "848c49f2ead5e1e71d7be95d2d9e1cb992631faf91500b9c59e72d61afca33fd" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "0d7d15fc5afb4d1ee0fe8fbe6f916e72f685a86404bd0403b6a8ef1255921d84" +hash = "284a7ccf2dc6ff43378230c252323359634f2b566212924ad0f138f4203079c6" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "b85a3987513b2c1c3dc8663370f371b7dc8e9afa8d0b8f83f12903f0adf8363a" +hash = "b8e99cb5d0340da918037b444e1f106dbe4dc90d4efcd7780e7f6b4072116452" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "302131aa548d42e1ff6828ba6bb71ddac6f0e494d755705cfecae74e7738beed" +hash = "321066a558542e9b7caeb2e3a93eb4bddd4d3fc2e3d39afbd02e902b17c8f897" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "2918e56ee41334216e62bf18e4c3455fa16faf37f9d55a30437477a4587dbead" +hash = "783f6391e53272943cce060fd820d1c5b7cbdf94df1341f250bf09eaa296171c" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "d6bb9c7c22d1749abd4fd51022d2796917a3a6051f2c51ddb194e1f4146e1796" +hash = "1d6a658473589e15d906a591257e1ed769b6fcb298c4affe32163a9ca2316b33" metafile = true [[files]] @@ -285,12 +285,12 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "7b0231acd1b7755d8bc9d014bf51c19eadf5c796f8c251a2a9b4fe4ece0f7b94" +hash = "7b17b2a92bf895d9bc12a5d6dd050ba199276a568c3e86773a61b6f51bbd5ae5" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "3515f97cf882fd519592b1bbe61a27c32ee6d678e7a088af5078538a1336a774" +hash = "df15648dd4d4e27dd0c45ab4e78277c45886b77a698b129f4ce2d2bc337f7044" metafile = true [[files]] @@ -300,432 +300,432 @@ metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "25b65726921ae29689dddeb89556cb676386c76c9de3d155c72dbc4e750f4cd8" +hash = "7986f751d84536043edd1e67178554f6d4c3f01409feae6c151afa7854db5fa2" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "f540f5a1185e872c7c3b0d7d83d5449ab2ae7362ecbb08672d109179dc206218" +hash = "dfb31221d6f00063b60c87c3b4405ecf45efecd433edb86a976b2ad240170543" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6b212af0d8659b1e77c3cb18a05521f77ccc2158926102486c8b0869f51cf26b" +hash = "cb0a5a9d2265175e7bb29d460c6a9a17fa64214b0268220ef0e9fa98e0fee797" metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "aca4878a33036a52ac43d0a2485b6e4a03177b73426bc9e71df5ad5f279f359d" +hash = "f32c30de1ae7dbeeae00b654eb15ea358c6d26f631dc292bdb88dba9c30a8cc8" metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "05fcf00d6acec8a86d225cfdde2d0190342699eb899501ff9593e5514de32a68" +hash = "334d079aa699cee040ea58de3819abcd4ebe6ce4efd08a852c6b3f993be0705d" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "1b21299746420f61d14707a11cdea244886bd17cabded2ee55bb3635161c04cf" +hash = "f605331d864b266407b9d4486a4355febbc80b5e2e6ef75e4d92d45d2b29bc8f" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "466fca387ff2ecbb671e8cd1d6ecc5dc7eb402a5b101f1368998fb4b0f6f3e84" +hash = "04851cf23a0fef9e213180bf5926b705c5ad2d0b04d41934b915cc1ccfabd841" metafile = true [[files]] file = "mods/ebe.pw.toml" -hash = "40d3f41f9fecf65e76f53e98f7fdfc6005d8804fc2205e78dc3749f74e6d56c6" +hash = "6c94f2d5e791983e7cd4d7f2deb3e0abe1d8531ff42843aab1f7e4d8505a44d4" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "7d942cd98b08c7e411817e577bf715cd354e83d9dfa05dc312f60dd04470d1fb" +hash = "02551a8ead8bb69124fc6c20e0c557b07d6e50f8aaa0b7f586d8300e6f535e98" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "cbecb9f57476b481577a652f35b3fd16c9d8b5fb2807f351ba62234003b2c7b9" +hash = "1c18b008c8809059815396fe0402cfd6137e4f7dda1afc4e0c5c0349a74c512e" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "a29b7fc1ceb9748bde9e548c763f544a73b6ab20fa26eb0bd19c582ce054beee" +hash = "2f9f9ae2453a22b27d8a7eef2de12a1c0c17c6783c77a52bf76aeb6b75c96ab5" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "83d7793cc27179bd9de072ef3dac0483b245203c8772f123d4d9c779bb8a9e5d" +hash = "f3f7435f6bac0e704df49ddbfcd28db568631d42a1f6be79cb95d743e71233d8" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "470b49fc413e6314190fe85d91061abc40fbb31b280fb3049ddc539ecc7872c6" +hash = "b2f2ef63febe17f277635827ca474e1aeae321e8a82bef78942116f95d00250a" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "6360b23dfddef78341c2eddfc7bfd3020fe2f55b775b7051d339d0bf1b1fbe39" +hash = "072c34f2d98bfb4a06fe70804d5d5eae140c597522b2e1eec4d7f71c0652b551" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "08fce3f3e098c0f2197a0ee69511ea86c92cee9f9424808c5b85dc18a881392f" +hash = "874bbf96623cac0bc3f7bedd16e2db5e3cce2d61d20f078ab1c8a0f77b980d69" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "8141abec7af17dd971a20744d244be91486175d166fc306271098a59449270b0" +hash = "0ad20ffd3d42758b6bb8239fe4b97317d3d2999dccfe899f90438069e7ac8927" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "e852c63c542fce520263982c97781112f6d3d91615b6723a71b875e4230b7231" +hash = "08114da8c86093301d6b6e07349709395599c4731626058a27a5395dd6369ff4" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "cb85b1f63bea7b0da6618c126fd0e9c6259249229b5b7d1e7b31b2b49c763cfe" +hash = "1ef554f7a8d5f7ed4bc21316e034eeef3430dc306012c0a706bd4c3e4ac253aa" metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "4f82e95af3daac5f51dbb774f2a5e2a2eea7a5835ffaa5d067745e4bd27ba988" +hash = "781b2ea63ebc847ba11608aa3b9d0427ebac983e948ea44075649b1be50e1e65" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "9b5175279ffb56175716e7118fa13a4161204fdd16beac650b7d3f794205602f" +hash = "c77d1172ce556528082c3dc4b6abe0d5d6b602d8a58fe3118cc7178610210149" metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "43abde6598ba9addc1af835802cf2c1bce33f94575666aff16acd38c4ac9ca2c" +hash = "e03fc0b0c151c5c072ac399d27b5c4268a093c41be73f3b1578d050bb49211f3" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "e27fb13d801be405c04a1cc2e2d02146ddd6d9556fcbd70dfba28718c44d8307" +hash = "06d953295265b2f415532373736703632cbddcfe916a8f6534ab3006f57a6c4f" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "4a862adfc5d0ad5f044465e30d9c2717f1756355fa246d782380813b3ab2571d" +hash = "1dfb5c49a53c3b2a91dc7c64654ea9b5dab2ac6e78f3c2c8decbf5c9c3ed1ef8" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "319a1308939af40980f56951a6c01bccd1e0653b20dbecc8f01ceac32a1489e2" +hash = "8d8e9998b7af15059a5d4390e24da6b6703ce5c5263405aa7dc7d00e8039903f" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "03b5b8a39881c551faac2619772ca22838acf696f843af4a39f095b418a31da7" +hash = "c224771b393c6a96fa29207aa1a7e9be4a78eb67596b8c153740616483bc7485" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "15a64f79171c2fa8ea486936975ce417aedf9264a0ed82a593ae4ee1d180c52d" +hash = "df9d69dc784ef61e99064407952d34c294f62fe1155b5260f825bd9a82e2f3a2" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "46c66b453241e192d96167ebf5c20960374fd542202ffaed26ed4fdf48bc63a1" +hash = "78946e7851174a7462125185cb6306f5bac4fe5b90a3f4396cd8a79d56084661" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "275a70dcf2341fcee01b3e91f9b0070bb1343f42a0fcab3086e3e924600a8bbb" +hash = "855c2c43469178b14f93f966c5cff12fae084f39752be8759dde60d809020c7d" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "b36a58a06c69455f391ab9ba6fecd3b6e63f3ea5b3258e0c1ccf9ebbd26aaea9" +hash = "a874985359eaa4317b3242136fe65b86207a6d5ab55e0b4aa8f37b90727f0487" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "dbcb0784f3238ae22539aa100166bb32d3f9aed93c825f15e01f20b8bd528f22" +hash = "88c6edc1712f4f0cd915cd723b9e0296924d454b3855a719d2962103b2b92bea" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "e93ba012e83e6217e984792de0504c02fa857f9a3e64bfffd89424c03daf6d8e" +hash = "108aae1d2a8f03fffeb5f36e874d378d521f9779cf476e4e60b7f2a8043252f6" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "b8774ba51965cd906594d9cba23bfc09e894ecaf77376fd1640c694c71410fbd" +hash = "85ae542e2ccfb61bcdd3aa55b1a56436782687ba63388e249cb98376737045d4" metafile = true [[files]] file = "mods/nuit.pw.toml" -hash = "36c065c027dc06d6d389a76f8e7ca27731d8d3f2a8e8c610885f6a23126e7c1b" +hash = "8c3777fcf9615b961fa6c1f44ae002cba0d0d16cf62041ef2fa23e4e481bc56e" metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "8811c7868792f6dbf4c43bbea286b7aab7906b13ea1a7b6eafd4d3a36360e22e" +hash = "a3b6cfe494d8ca3b080ce18d94d3218d7a76545d8b05e3f0b92a2b15c45c97dd" metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "fb865ad9a54fd7e6fe6f3423066fe42bb1b2043f3e5ce090d53e99f2bcaba247" +hash = "6b2abdc14fca0b9b42b5678e7c65af8b93d5032f0e4b0d2fbd93295903489d50" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "c3338ddd92d381159431a85a12dd9ac30c5597292e046fdab2776b39be0f9be9" +hash = "11fa3bfee44f77d6505b0d46606f22c7e972aa3feb5cc65c126edc574d9dc3b1" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/scalablelux.pw.toml" -hash = "11a82b561f3d70e622e2af4aee30b0febafbc362ad59219e3206552cab74cfa2" +hash = "a49c64de0b78ec2b20fcf8710c3d978afe94470e401fd640f840a6418654b869" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "cd7a882bfdebf5bc225427d5d961d722baf36f7d4d61b8dc9c2083249115b640" +hash = "9d92a0c8f5ee1308c04743c55c8187c478e45fe2a5c95d887d39fa61d1b8f8fb" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "4544ab75a39367be909a0f692a33c013424616132e8ee0356866216aaee278e6" +hash = "09d2dbee70e91e8859e6f62e4181a80264d6dd24cc686fbedb93dda9f69fdfe6" metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "9973e988e573963e42d6de40ea4c1e1e4dc582331f9241532252603bb0cd310b" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "eb7f616d868ea9c261f19e4d8434cf7cbff280bf33dfc0489617f071985643b4" +hash = "4d207bef381302e92dc9b79c579214f1358d718b3aa4d69c590108e9b16aac90" metafile = true [[files]] file = "mods/world-host.pw.toml" -hash = "b99633d9de3503896d90bdbffc0bf2910ed0958dd0f42e90649524cdec1c0335" +hash = "4b34d0b0a337960b15a16b5cb57081f0eb76bf408c0670b8238d0bf713226dbe" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "d078dcd9e09d56bdcc367b9e5a95efa269850fcfc5e02eb0bf4b2fa6b63a425e" +hash = "1d909ab5d2a087acec027e6e74db2a1fd6efbe63d0be1ffb8e9acd58268e13d3" metafile = true [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "7260559c6579847c30a935eb9de5208eb996ba1439828135c10ec23150e04db6" +hash = "f30e9585b74079ea5d50996ea44bac9f0d980c83e86e44d58fd1467c19448a04" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +hash = "238ea2cdd6017618e6316e949fa4a8cb8bfbf7494734caa8100c384d884705e5" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "bf118dd0894db6105f9911dc4a5931a294cb94464eea53e3e34e446b05a07810" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "729df2e5409e0f3094aa6c2e4b33d91626916656394dc5b242c1e175b4b01a98" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +hash = "ddf35b26631b064354b09a29306794bed403fc2abdb3eb9fcadded90ec53ff3a" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "c754405238cac4d5834b4423024e289350881d2c8f627ef8a4bf636a6ec605c5" +hash = "3e8b5309e27392a7d965612ef85f47b0507bdacedf3882e3490f9a66188579a5" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +hash = "434ea7ec5e456a83d8969d51e8d4f5ae15f448d6f811a204fe488706719a0461" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +hash = "3bad62a8ad56b215e52d3fa72ab9af5cb616ef88bb4dc01038e0aa830abb2e09" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +hash = "6e8d6a20655b03fff75feab70be32b8f6821127dcb8deacf8e816dbc916ac08f" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +hash = "362ba35315b78321c0421bab9908e8e6679036a73eb560badf4221d73f725534" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] file = "resourcepacks/legacy-worlds.pw.toml" -hash = "19a12264b24fc709ebb6e1cd77f2944df8f337958da4128446ad3b2f0b2f1866" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +hash = "80325a81f3c2ae9bf78e1b370436ef06b46e8aa5df1d12ec1e37f86010d56995" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "72fedd04b7c025bd6e143bb4da56349c445ca307ed019059d9b431830d36f795" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +hash = "60717d2a9046589f91447e63d9d9804db81da8fe3f5145b13781a9bc28d87a7d" metafile = true [[files]] @@ -735,27 +735,27 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "4d8bd03b6d12ccf7904909632d522ee1f716d77a3cd59b65a06ec574e78baa4d" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "c6c5beec5462adcc8d75121c6c53c1e08a9f0e33beee969cbd21384dd12c220b" +hash = "398c16fe6335b061aab2f580fc4640ac07da96eda320bf3ffe543e86c2208c71" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] @@ -765,7 +765,7 @@ metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/chat-heads.pw.toml index b8043d58b..6f63dd131 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.4.jar" +filename = "chat_heads-0.14.2-fabric-1.21.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/p5FIP10y/chat_heads-0.14.0-fabric-1.21.4.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/iH7ZwDxa/chat_heads-0.14.2-fabric-1.21.4.jar" hash-format = "sha512" -hash = "8bd29f573b5713eef2f7e0a4f3438efc689c7993645d436dcccbd01c5ba95045063f603faea0ed1d512a0e8592ae35b038af205f987151889854d895cb9080b2" +hash = "b8003c1610abc848ea9dabcfed22e880cf6efef446f713fd2ae71b55c4c95975e193256d2d7bea0b5aec2f9264157531bfdef0b40c52fe9c1d2c4a60ca4012e8" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "p5FIP10y" +version = "iH7ZwDxa" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/craftpresence.pw.toml index 385e4d993..c75ffb2d3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.4-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/tMKcugwE/CraftPresence-2.6.2%2B1.21.4-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/uAfkdP28/CraftPresence-2.7.0%2B1.21.4-fabric.jar" hash-format = "sha512" -hash = "2a38e4d18c172aa7aec94c3eff9629a6feccc28666f691eb68afd79f7fdc6c02749d640fabf3303771add8d325b89f88e9fa326bdeca80e29a7f27c16ca134bc" +hash = "655d88419d46757454d894b41315ee61a468f93617d7b9eb1145652340861298d97a888d5b538bc949644a47e7d3272aa008b5b23b111de1c01879384e415cb8" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "tMKcugwE" +version = "uAfkdP28" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/crash-assistant.pw.toml index e89f1ac28..facf33f7f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rk71MKO1/CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/Q9m9JfBr/CrashAssistant-fabric-1.19-1.21.4-1.10.21.jar" hash-format = "sha512" -hash = "98359099ad49ea21b4180a69b046a5d68a0b49dae81979f2e0cbcf5b5099d8bc826ec9aaec8c676fb2180ca46fa486c81d791abd7c0837745381fb5835aedcfb" +hash = "68a7e11fdf336eb8c87fb00d594b33e6309605e58f3b9a40fa79b7196779c8b62694fd4f67e83f8c2bbdfabee53d64682a4fc5b2ca42155cee2964c7157ad718" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "rk71MKO1" +version = "Q9m9JfBr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml index 867dd95ac..bbb892405 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/I9nyAoPc/CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/ivyedruO/CustomPlayerModels-Fabric-1.21.4-0.6.25a.jar" hash-format = "sha512" -hash = "882dbfde4953206b12385c3805e4e8b565ac6093a0ae102f5488fcf0811bb23a9d1e4e34d684950798af0eda4529b2742e71aa9f4ff5a4efe93762f3db18993c" +hash = "2565b8717920092479f68ae06ebe40165957f19e230978780e274b076ec6dc59829c31d52761e31973127ec4a5ae0d2e6ad95fd8ab256e2242b77ec6a78e0a5b" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "I9nyAoPc" +version = "ivyedruO" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/entityculling.pw.toml index 4c2089ac3..c9454982f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.4.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/DfqQiPRw/entityculling-fabric-1.8.2-mc1.21.4.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/VvberZFK/entityculling-fabric-1.9.3-mc1.21.4.jar" hash-format = "sha512" -hash = "819ca6aaecd59c9f49b2b13b0dda7e22f0ee3f0e7d1e10c8d19cf9c467e2ecba250c08bb936bebd170d9a5f184203f0cde2d0b47d5db83000a17998a06599710" +hash = "1c8cddc2ffbcebd0d0a55b68c1b1bded4b54331546b320f9b03883f15ce30ca8bba6f13be9482e50d35ef238a158c2cb113069b0f346802b88c81e1e7dbe0036" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "DfqQiPRw" +version = "VvberZFK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/factory-api.pw.toml index b604e8926..4e52e285d 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.4-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/wL7MF4Bv/FactoryAPI-1.21.4-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/g9Y7X4Ad/FactoryAPI-1.21.4-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "c1bea82d9a506fddd21e1f7b53498f64107992048ac8bacb8548eda831e708ba59c0b3e6098ebe9084c39d5a991ad1a4a846838882e2159000f14c986ed0a333" +hash = "f45c9520d5f4a89f42ff5eabed769c3c7a9ed782cea93923ededc4ec18c275dd5a00365c2c2aea4a829fdcc6893544a98843c865f5ca1125c4ee54ce9b1c7dd1" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "wL7MF4Bv" +version = "g9Y7X4Ad" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/moderner-beta.pw.toml index 92d0eb4dc..3601a8407 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.4.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/Z4A1zobY/moderner-beta-fabric-3.2.0%2B1.21.4.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/9FH6T9DI/moderner-beta-fabric-3.2.1%2B1.21.4.jar" hash-format = "sha512" -hash = "34feed485e694562e3e2288e52b5a9dc4eb3501c69cfbcd88de4d79368a5d1410d50aad865c7d7d0c105471e131fbe67f70c6097ef454a51887bb5bca8559c1b" +hash = "03d834e6d3d2542daebda570306a35faf755715e0a5c359202818557fb4aff14c9180c831e1428e967397cb4ea61588b68cc67440ef2b0618418857308d9914e" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "Z4A1zobY" +version = "9FH6T9DI" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/polytone.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/polytone.pw.toml index 3e8525f72..805fa3d3e 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/polytone.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.21.4-3.3.23-fabric.jar" +filename = "polytone-1.21.4-3.3.24-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/GQ4AXlv2/polytone-1.21.4-3.3.23-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/7rPD3Q0C/polytone-1.21.4-3.3.24-fabric.jar" hash-format = "sha512" -hash = "1cc5cf932dd07b5a31635c5fb74d6ba3e7d0438d77588f171b61569d5fe7b19e346ad878f6d612a95fc8953ca2cadd8b2bc9acd2e80891d1a6d312447933b8cf" +hash = "8afba4359286b281ddbe0e603d1525e0ff4573f4a7ee30c1bbe8ef75e4b0a8aef2e6604ddb182404ec3b152e23ce3052e9277ac5248911f88f213cd3aa3db2ff" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "GQ4AXlv2" +version = "7rPD3Q0C" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/simple-voice-chat.pw.toml index cadbc3ba2..1ea2af9b0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.4-2.6.4.jar" +filename = "voicechat-fabric-1.21.4-2.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9snW1A5X/voicechat-fabric-1.21.4-2.6.4.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/5ODvTv8E/voicechat-fabric-1.21.4-2.6.6.jar" hash-format = "sha512" -hash = "c218b7aac81bb06d781f2a2f00bed0ab1d2acd911c2f967a434f70a2bc7472fe5223eb852b2282060ccfc17e24260741e22a53573e41c2fb37d5bbcf26e344d5" +hash = "d7533c642ae74909623627b9944db856ffe5133d71a6321e263e53840e9e138182087ec235d1ad694cf9899c692d6144434a5b2dd08b4f15f0228478cfb8d42e" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "9snW1A5X" +version = "5ODvTv8E" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/unilib.pw.toml index 6af85d99a..105c72cba 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.4-fabric.jar" +filename = "UniLib-1.2.0+1.21.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/iMECwxn4/UniLib-1.1.1%2B1.21.4-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/fW8txXSB/UniLib-1.2.0%2B1.21.4-fabric.jar" hash-format = "sha512" -hash = "30f08eb36753796fcd5154639c72b2454feab95bfe59d16011478061cb02a6e23bb1cd9990131483824b8a82a19d3e42d20208e27dc578485e4236e022baf1cf" +hash = "6f91753b8fae90ab65957695fe7e67773ed82683bf4bdb6d6e30fcebccb1eb75a1fee43b8c58039dfc6a4cdcf9b420e43e64f4e14d5ea354da08c7f61d5ef743" [update] [update.modrinth] mod-id = "nT86WUER" -version = "iMECwxn4" +version = "fW8txXSB" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/pack.toml index 7f4b9ed42..776d6a49b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "09d1f1d231db37efea104017e25d42d96b6120f880b96f6a1e05b20c2f3226da" +hash = "292be1e3de3bd1b805ad79a400b13911829d4bfae650eec3bf628ef79d1eb194" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/candy-texture-pack.pw.toml index b89b14686..4fe38e5a6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/candy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/candy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Candy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/R1Wqm66W/Candy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/auKzaoWW/Candy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "af8de6d09baf33e846ba5e401334abac5425ccf61022dd74ae43efaf424b673a36c4f65039d9f75f76346addd6a574f9d034cf47d8b8166acd1093aeb5f6ab6f" +hash = "4e8159b29b45bdaaf403d745b93a1af409a72c105a96d3d9cad534b3db0428fad4a0daeaa842b0135efc1ecdf39c2595086bd3f62ebf2b176873a5cc31168822" [update] [update.modrinth] mod-id = "NGIRqFgR" -version = "R1Wqm66W" +version = "auKzaoWW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/cartoon-texture-pack.pw.toml index 2e1a34bf6..31c8a9908 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/cartoon-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/cartoon-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Cartoon Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/GxSNg9pD/Cartoon%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/JEcOBgin/Cartoon%20Texture%20Pack.zip" hash-format = "sha512" -hash = "cf898828a914d08f53e6248e0fdeff02f281a4a2345840805fe48b0157e06fd12b45f221ef3d4a0a5de268a02825109a011bf809afb859cbba2c42ae939e41d2" +hash = "5dfe5c59ba1bfc687066ed350ee1595526daf9b6b8f1e73855db29563d73ac27df1a64a8a7c75d8a9490d763218fa157efc07a776396d8aaced021d19f811d84" [update] [update.modrinth] mod-id = "I8Wm3eT9" -version = "GxSNg9pD" +version = "JEcOBgin" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/chinese-mythology-mash-up.pw.toml index a42eaffb2..682b54db5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/chinese-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Chinese Mythology Mash-up" -filename = "Chinese Mythology.zip" +filename = "Chinese Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kRsZVu69/versions/Ee6a0JtV/Chinese%20Mythology.zip" +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/eCy5CqFR/Chinese%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "e47e7bb230bde3650fbb4e0ef3f2bcfbe2b7d99f00a384841252db3fe459f84730ed08db1822533b94c07a1efe99c6613ae4e062ec0252d56817f521360494b8" +hash = "3046124724ec8f647464b93f8517c593eed09df0874010415c0c877e39e56287beb2148f8f2a9be3492cb10b76f6a8a2ec53729fa36f979062d8577f98f2b193" [update] [update.modrinth] mod-id = "kRsZVu69" -version = "Ee6a0JtV" +version = "eCy5CqFR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/city-texture-pack.pw.toml index 7855d39ea..81e86a01b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/city-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/city-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "City Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/hBnIlEqa/City%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/gg9OXysC/City%20Texture%20Pack.zip" hash-format = "sha512" -hash = "c72a525217678b1019c2d24fdc420c1bc40fc0d6c4c3747327ca1e15c5e3b66068cceab793e02862aa3f7adbcaa0dc9ce2fd3d9e44d315c2983fe8aaabd7600c" +hash = "ef465d02ed3628f57ff5e1426d9d7bd94fe37781abcdd1443260fe7212d99b2751057e9e96b3651690d1d5c6cec1509aa70d1f6e0dce0a979fd7dcdcaed7d8a0" [update] [update.modrinth] mod-id = "IcRlkcNt" -version = "hBnIlEqa" +version = "gg9OXysC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/fantasy-texture-pack.pw.toml index 051f761e0..4269fb286 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/fantasy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/fantasy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Fantasy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/kVAVbKuw/Fantasy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/NJUAKIBi/Fantasy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "b9b398bc199f9792d191e1bb58ae0074cb0883e16e06191acd2dd2f21a653dd2d3bcfe5cea6d78bb8c8f6c1a0738eab7cdbe4d195ec6ef2cb925b14a94813cc7" +hash = "e2e3f3b633d6d610963b37341c4ca032efa9f8bb6116ce22125f1f076aa997d09744e2dcd78ad24d52572cd9388b28b023b938be8e2e3fbc024207337f86a40b" [update] [update.modrinth] mod-id = "kFbEIMmd" -version = "kVAVbKuw" +version = "NJUAKIBi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/festive-mash-up.pw.toml index 6c92f76a0..59da1227f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/festive-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/festive-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Festive.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/bOgVPg6Y/Festive.zip" +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/Hj3ojy5W/Festive.zip" hash-format = "sha512" -hash = "9e992d0e12331c3489f8b9ac762d4aab4d0eb919145700b506e53c22c63d311cf685ea3c8b9f719396c241f5fa4c80e15ac5b9f47a4be11495ddbbcb076911c6" +hash = "1c12d701396903876d6e5049297dc159a2f64997768ac9204bb5f8fb5a90124644c34068bd9f93d2bc9635b047ccabeef753bbcbcc820458eecafe9ff0092569" [update] [update.modrinth] mod-id = "pE8Ji9UH" -version = "bOgVPg6Y" +version = "Hj3ojy5W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/greek-mythology-mash-up.pw.toml index a2a1ff58b..32a2b5eb5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/greek-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/greek-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Greek Mythology Mash-up" -filename = "Greek Mythology.zip" +filename = "Greek Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/VVb63nYy/Greek%20Mythology.zip" +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/8E0TEGbw/Greek%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "d76500834c00a5bfcc0140f06e91928fa876837604b1e01f933e230ca598a6c0357412acab1040609b68d55a61ea2e337091309d30b71a605be7670bd227fe32" +hash = "150102f8fa203ce57f6416bb46ffc8921eaa40fb7f90ae99301ebf28fc5f121ed7183f4bf459bc00fd9dfb29b0ac6ecc7ae6a16bd3504a501fc4d003bf36c9f4" [update] [update.modrinth] mod-id = "WtfCCeNe" -version = "VVb63nYy" +version = "8E0TEGbw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/halloween-mash-up.pw.toml index fee9bf60f..ececb44c0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/halloween-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/halloween-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Halloween Mash-up" -filename = "Halloween.zip" +filename = "Halloween Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/mXZavX3c/versions/rL8PIx1w/Halloween.zip" +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/UyyZ7EO7/Halloween%20Mash-up.zip" hash-format = "sha512" -hash = "92acd2b809673d9ed7b8eeabcc93a11a7c7b3a94432e596b07309c7678d19a38619f8f82e57496af80582ca8b25f0777332d443159774f750dfe1ba5eb694d48" +hash = "7e309e2ede6b4aa60ef7e4ce0b9cdaa3c4e2bc3af51254ff750fee076ed14684231693750822a05847a146eb03d60597584ee129684d237ebcc9ab01a78b3b76" [update] [update.modrinth] mod-id = "mXZavX3c" -version = "rL8PIx1w" +version = "UyyZ7EO7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/mass-effect-mash-up.pw.toml index 9d811a323..75e26b9ae 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/mass-effect-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/mass-effect-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Mass Effect.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +url = "https://cdn.modrinth.com/data/27e5KETs/versions/u0aJfMeM/Mass%20Effect.zip" hash-format = "sha512" -hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" +hash = "3e559c667f9e1ae8b412ef707f22196de3554783d79fd718e1292256ab1233a8a398249b62534b7917f4be0705e76a567c8aa5908bbc59d552fa1b3133e7e832" [update] [update.modrinth] mod-id = "27e5KETs" -version = "8Ya2o6nd" +version = "u0aJfMeM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/natural-texture-pack.pw.toml index 07bfadd13..ca22f7fd3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/natural-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/natural-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Natural Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/UEpX1VEY/Natural%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/HOaSuCge/Natural%20Texture%20Pack.zip" hash-format = "sha512" -hash = "a5558b57b61955ef24c50bc936b714954092e027eb3c609131c0ef87032d84c4c4708f124f41fba88bd9c2093ba3ca5477a06f88b4bc1055cdd297b90abc8fe4" +hash = "0aa12c1efebbfd51f8f9231886361313b2292c6ee5468c604a29995cec5059396001c52c7963dee3aae9d7a94e96a2f38457eb7a2b6e83d6ed498cf38fdc1625" [update] [update.modrinth] mod-id = "wl6YG9AY" -version = "UEpX1VEY" +version = "HOaSuCge" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pattern-texture-pack.pw.toml index 1b196104c..4e9a27492 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pattern-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/pattern-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Pattern Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/2F04lb0o/versions/NNzk1yyo/Pattern%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/ucJiPhqS/Pattern%20Texture%20Pack.zip" hash-format = "sha512" -hash = "99058a09e036347cf27670e8dfbe49ab659445e8be13ff125e4613269e086b3c33242add52c515ad91f0aacf888db17064b11353e4ef862cfe8f6fe9313e9685" +hash = "22e7dfcbc28f95e9f69c5085cc73a52ec892602b44f7117fa03b571cd04457b62baac53d70568ba0d04f59f3fe479e86e489cfb77a60ccf4b48d546d7e9479be" [update] [update.modrinth] mod-id = "2F04lb0o" -version = "NNzk1yyo" +version = "ucJiPhqS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/plastic-texture-pack.pw.toml index 822ba8817..f425109a4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/plastic-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/plastic-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Plastic Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/meEXwbr9/versions/1MHUWAn1/Plastic%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/Odv1yCtL/Plastic%20Texture%20Pack.zip" hash-format = "sha512" -hash = "199f1a2ba7c906d48cca4a4e478146b30adab17080c61c81ea2cf83d7ef0fca5d3a7f70e8431a5a75167b2f465769483b06dde0e6c84a663c866784f4ad47d21" +hash = "f4dafdf8a94c1b473c536bec562d71ab538feab81317c3cf4349f54756f08146f85f622d28d254113309a35c991fef0dea8f5418c100d52a5f4da66976111f6d" [update] [update.modrinth] mod-id = "meEXwbr9" -version = "1MHUWAn1" +version = "Odv1yCtL" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/steampunk-texture-pack.pw.toml index 8ae548e75..3e3883be4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/steampunk-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.4/resourcepacks/steampunk-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Steampunk Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/rUVjeX8U/Steampunk%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/w5xhMkzK/Steampunk%20Texture%20Pack.zip" hash-format = "sha512" -hash = "4d88c8a8d03debe3c71a254767dadfb4e501d111ea41c86029af92b02e709a269197f188eb3d221e905cebafe41cabc239ee24cbc5dea76e7011d9b0f5cf7e02" +hash = "f28c736c6abb77236ecb392c4c74d70f11aaf164467d935a901eaeb5688db70ace70c475fadbc3c73efff4415d8b7139f37fcb9f08b451f122715e33dfc0eee0" [update] [update.modrinth] mod-id = "iWaY0S0z" -version = "rUVjeX8U" +version = "w5xhMkzK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/index.toml index fbb387788..ffeb8a131 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "a0ee5e28a4f94faaf9d45d9ef7821415b649d916c45c9e7d0967efd900687c75" +hash = "d1d1e0b6e506dec4c94db190742f362c578b9507b1db406eb6c11134800017a1" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/bettergrass.json" @@ -34,31 +34,31 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/bettergrass.json5" -hash = "09c1c1c7b8c8cac38f31c198e8da31028466ccb739a9bc005e7e975a4aaa03de" +hash = "2451da7fb70bd9eb884158b5e0d60c0e99527211aedf8391a851c9c20faab9d1" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -66,15 +66,15 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -82,7 +82,7 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "624098cb9835fa06c5e4bb04573614fa88c764ae733b31dca3996d3f1600f4f7" +hash = "f3f6da92d2bf415934b4588846cf7de39a31b14e89a9255a1924da411750f8df" [[files]] file = "configureddefaults/config/legacy/common.json" @@ -102,7 +102,7 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/moreculling.toml" @@ -110,43 +110,43 @@ hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/vmp.properties" -hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "a84c3ae6f7c97803ac494b6e701156b0fd90186d28a6d759d4aeec16f4bcae3a" +hash = "f7da923a67bbf61f8ff58e5934bd9823098d338e46698d0f3831d4876eaada8f" [[files]] file = "configureddefaults/resource_albums/animated.json" @@ -154,7 +154,7 @@ hash = "35d1920ec7a8e4d2563539ab28de9f0a552b010b935ec3e026fe58cf35049b9a" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "b39b87836add8be7a38985b59516f4ed59601810c9f6304a2ebd59cf2350a0af" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" @@ -246,36 +246,36 @@ hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "42572f7b0cb915ce36a1f1c576eea096a001a64888463aab31960258d42ae4b5" +hash = "3640a67d8ecbdb2493ae703149cf17438e60ab8c8cd754129eca51fc0704ee30" [[files]] file = "mods/architectury-api.pw.toml" -hash = "0c3d3f3b88b8ec3503aec09debc5e243c41f8e90a3ef10bd1a86cb9453d66053" +hash = "a463f60553d19dc6cdb468e8a0f9faa73fd6694f8eb87fe11532c81e9c908dcf" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "0d7d15fc5afb4d1ee0fe8fbe6f916e72f685a86404bd0403b6a8ef1255921d84" +hash = "284a7ccf2dc6ff43378230c252323359634f2b566212924ad0f138f4203079c6" metafile = true [[files]] file = "mods/better-ping-display-fabric.pw.toml" -hash = "4571a87f513b6d34db8f47e1e21f357a6c68f8dac96526a70042c111aacab6d2" +hash = "1335f4fda7324a2a6a79f564f6f1255fcb60116f6ff8ce86d212c8caf6dfc5ae" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "faa62e366fbb9e55ae3d69e60a92dd8884da3221f78201f7173024c74286721c" +hash = "d8a788b59e239573694e09a72c14dff19cffdd5b85671fd6722130d7f4f0e831" metafile = true [[files]] file = "mods/bobby.pw.toml" -hash = "f72899a54112f25ac7a457802aa8bb0f2aecd5dae2e000c253f3d61366815843" +hash = "5dccb53650c19b933db206e676ef00f1d1d0129f6d072a53e5111421ea461cf6" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "bc905357da285c4046f9217df08768fd29a83d3be292a4cd6e2674f7c1b23e3a" +hash = "39d2695bf316d7d48d21da0ae6b38ea3e74c47c3b07c93bbade4dd753df90321" metafile = true [[files]] @@ -285,7 +285,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "d4b0d57165f58594a6cc5d75878aa9ee2fd385f05ce4130742baa400e35adb41" +hash = "d34fe1702f55920a19bcc18f03fa4402f39635c381c30277ad358d6e82577927" metafile = true [[files]] @@ -305,12 +305,12 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "f6515d9861e25ff677d3bbaca936da5255900c1e422fdb787694e4eb775229cd" +hash = "39f6e0a74dee8274884ffcb3d5562843e5757c15545fb9c6665544c59abadd11" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6cb091f059535ec7a2aca6c5d595c74405b67421d4b4d912d4ffd91bddee6ffd" +hash = "7f6d39e11ee7288ce9a2949e551388e3c363638674a8c3b36856901c2f53cfd9" metafile = true [[files]] @@ -320,62 +320,62 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "8313731fede79e58c8a3e98fdc610217f0ecac5d20b42520ad19c66eb7c9823e" +hash = "43a5462cc837df187049fd50c2b0d111156739a6129510b612542570279fcbc2" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "9adbf88eeabbb76bd74ce7ff91a9e22d94df0a8aab18918e72044b1136f5cbc2" +hash = "847dce2251028733f139692907e89466896dc6ca35cfcc1bdaa0ec1f02aebefb" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "eb388295e51f43456c962a77dd46e1b8d22d00edc00f56631157c0ab2d0971a1" +hash = "9a386c47e3ee11b91e443d8ec1b6084eb0266b5ddbd127ea3e90c7fa4ff5d9fd" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "d2216cdfa6ab4eac58ed7e84490bc56732dc11b050cf852854e0d402d524ec1a" +hash = "a94078a8e2634443b5b1ead28e2b2e47ab431bfe9ce3f6fc883d4a37a11cd5f6" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "cdd34bad929c5517c0762693eb93d94fd8d005bcaa93b2b76c75d5e8b85c85a4" +hash = "a1d5921d96d0d089b8289ab74eaff10d7571898d2849ba67233046d214f0fcb3" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "90973ac1b3d6030aa25a6033c54ab7454ad340050f6bc2754affa001d4869c12" +hash = "b55511b63c3a96312211d26b75574d0d420035b0f30eedb40e3e12b1f42cb0a0" metafile = true [[files]] file = "mods/esf.pw.toml" -hash = "4d3db750bb33066bd8f16c4d49f77a58c66638548d12faede359a39de7ab7692" +hash = "13fe9f155d971227d6717045211f8522b806ee2ccb11d5b8733a16bf6e7198d9" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "922ba3a3fdfdbe1aab8c7f4beb9bb705c31b5d8a415719dc5ed6f8f2ccdcc77c" +hash = "12fe61275734cf8d2554d5f92af20ccb22479118b36a9a56a275ad3f4b1e13fb" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "216006067453efa7a750f0d8bac6ea84c503b79e40aba32bd77c9edd183ec232" +hash = "d7c055f277c1751122d9abc5f09015e629699e04a9383cd0c666b33436293079" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "914a6273fe0c0bd541b02cdb526677dc5e6ad91ada4b6b4dab2b54fe2d0d6895" +hash = "6e47e47250d3215e97571a53248056a7bb82a5fbb927921de79242f16f39303d" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "dfa10fd813ca2d6962de654c01a464d7b2242b47575f7134cdfe83e13e89362e" +hash = "12d014178cac4930a88909d241bf537c3908ff9c2c6176f2c8a22a109a4c2363" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "6c9bcf72689e1acfb8c6551df8dab9adbf0e0e157c12ff6ca7d23e5fc7ebfa33" +hash = "ad9d64896f3f4813ee0cb5f9432ba65b043c72fb46bd4ae55086d14f2b04adb4" metafile = true [[files]] @@ -390,12 +390,12 @@ metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "f9baf7d0e0092d35a1eae787b0e25e58fe31d87b8338adb37233c2b602427098" +hash = "aff7a565699323a9319eb3791adfa5c24e230c92d947bc97714e816acb101f8a" metafile = true [[files]] @@ -405,32 +405,32 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "279c1a2ef3756b7b0975731e5e18493cc5f22961455045e6963e75b148a16f1a" +hash = "f3ee878f4dd88d9565f6eb6c6442b735888dd99b7305c431366b14ec4eeb4cfb" metafile = true [[files]] file = "mods/lazy-language-loader.pw.toml" -hash = "4a862adfc5d0ad5f044465e30d9c2717f1756355fa246d782380813b3ab2571d" +hash = "1dfb5c49a53c3b2a91dc7c64654ea9b5dab2ac6e78f3c2c8decbf5c9c3ed1ef8" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "b39d030a217860422c7f7a1abceb87bc7d2c4827dc36943730993c2d84d277fb" +hash = "b1c42d2a99320b8b23fcf4233acde6443ec02d5103c56bbd895e20069d37e634" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "3e9c891000851050b84c2530830d0a8e4e64f725bb6dec327993fda20428fe0b" +hash = "a31fe8970c8b124d2a0dd4d670dcc6bb4d68a26b18e10ce2e46133705739a76c" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "5823bd319acf3b201870c117a0a7d67df54ace94f98135675fd2ac9b9617eeb5" +hash = "29bc0f585963a84e1f78af8a1ab779e34dcc4c1657190297bca9cd95aeb90d36" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] @@ -440,52 +440,52 @@ metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "0f83b7e0b9ea1ca2c68f121b11518998037b61648cf6ad6ababeca7822279025" +hash = "53d2f3700a031ab670dc01dd7845f4c76a1ddee373b3e8e9fa3cd992ad8375a5" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "e48fadea92533a14b45d8fb64ed10e5942ee90bba874589822a766a6d47930b2" +hash = "10d596c0e4f4ad44a20eb3a9eb0ea89d4ccdeee05a711d5e1bb04a032a4c1757" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "2b980322f56cfb041c7d5ca51c41d76535f39e2b77c835505f4a6561604a9bf9" +hash = "8d250e4781a41beb98270b2f36e042415067f92081c6fcf843d7ea89a61b4cdc" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "5f0bf412da0fd59b089911cade3a92ed0dae2739b0f4adb4ab5942690cb55846" +hash = "1f9c70510fe21d5028a900ae31923e12c4bc4d7bbc38937f9c90ef75385ae6b7" metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "86072252ea6504959401fd357f204415e186e262ee190db89b6104c0b53dbc78" +hash = "f3fed79c2202640ba765776f517451ac9f4d8a7c552b2e755b4b001198677cb5" metafile = true [[files]] file = "mods/placeholder-api.pw.toml" -hash = "ca91b799e350e15d6e3c426fbe42e1f96e1c66e72699924237103297e61d6344" +hash = "799419e64ed42a8175333c541a08995fc4d84a2c6000877f60262fe55892e3ff" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "ac369b0fd4fe8285ea24b5fc015c726d990a412e640a198fbcc0d2bb03445c31" +hash = "50e28ae5d2bf01a1d566e8273fd5aa0a91baf22d88d981c3c1496f6513dd4687" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] file = "mods/scalablelux.pw.toml" -hash = "2b468f667f1c139407af97d123fbfe4990782c38e946751ed8c00090a7c5875d" +hash = "2cb94b8ba333302595808fee4d5b1a835fd1ceba87c87722eeaaf4ceb7e09121" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "5f627cef74f200859eb7e7470f9d628f8928557410a2207a3d27f47844b41660" +hash = "928c57d2ae2da7af43f24ce9eb88c871d9f3d9165ccbbad91c13d2285a3c467f" metafile = true [[files]] @@ -500,7 +500,7 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "a86b53a646f66ece4c30a2580fcfd70bf2585f7136f27438380ce3ddfc7bd9c8" +hash = "51062cc3841bf528e95a935643334eddca2b7308b87c11bf8b1360172188e0d0" metafile = true [[files]] @@ -510,7 +510,7 @@ metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "4ee93e905a8677af480d75b12bcfa681dc060e4fc3395c0ea1dc343a48acd10e" +hash = "0de903f6957cf16eca63c7eca70d879b6d7c97d73f581659b8cf3441eff765d2" metafile = true [[files]] @@ -519,142 +519,142 @@ hash = "47bb137dfbe2f18f76a42f9f0171a5bdc203dd614b285dcc17743f869442887e" [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "7260559c6579847c30a935eb9de5208eb996ba1439828135c10ec23150e04db6" +hash = "f30e9585b74079ea5d50996ea44bac9f0d980c83e86e44d58fd1467c19448a04" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +hash = "238ea2cdd6017618e6316e949fa4a8cb8bfbf7494734caa8100c384d884705e5" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +hash = "bf118dd0894db6105f9911dc4a5931a294cb94464eea53e3e34e446b05a07810" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +hash = "729df2e5409e0f3094aa6c2e4b33d91626916656394dc5b242c1e175b4b01a98" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +hash = "ddf35b26631b064354b09a29306794bed403fc2abdb3eb9fcadded90ec53ff3a" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "26a08a5c66a0e1d7208bbb0d3d7acc466f6c4996bd5cd1c5315699a3927934d4" +hash = "54443027f9790a0afd476a208bad68a52f05f988bf6e72095a0c3056d8fd7273" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +hash = "434ea7ec5e456a83d8969d51e8d4f5ae15f448d6f811a204fe488706719a0461" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +hash = "3bad62a8ad56b215e52d3fa72ab9af5cb616ef88bb4dc01038e0aa830abb2e09" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +hash = "6e8d6a20655b03fff75feab70be32b8f6821127dcb8deacf8e816dbc916ac08f" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +hash = "362ba35315b78321c0421bab9908e8e6679036a73eb560badf4221d73f725534" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -664,52 +664,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +hash = "80325a81f3c2ae9bf78e1b370436ef06b46e8aa5df1d12ec1e37f86010d56995" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +hash = "72fedd04b7c025bd6e143bb4da56349c445ca307ed019059d9b431830d36f795" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +hash = "60717d2a9046589f91447e63d9d9804db81da8fe3f5145b13781a9bc28d87a7d" metafile = true [[files]] @@ -719,37 +719,37 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +hash = "4d8bd03b6d12ccf7904909632d522ee1f716d77a3cd59b65a06ec574e78baa4d" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "c6c5beec5462adcc8d75121c6c53c1e08a9f0e33beee969cbd21384dd12c220b" +hash = "398c16fe6335b061aab2f580fc4640ac07da96eda320bf3ffe543e86c2208c71" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "0815aa678f2ecbb6987c9bf3f56099c98f53a0f4608e70f5d6b51bf2e29a5189" +hash = "f4a8d33428cba015dc8e3d383ea4e2f1b2434c94c54671bf76198c7c4db244b6" metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/chat-heads.pw.toml index 6be0f2af9..7b55596e2 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.5.jar" +filename = "chat_heads-0.14.2-fabric-1.21.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/jY8EZPyV/chat_heads-0.14.0-fabric-1.21.5.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/vsyeQMxX/chat_heads-0.14.2-fabric-1.21.5.jar" hash-format = "sha512" -hash = "bfcd9860c1962f081d3b3be7f05432626b6b56a28cf210badeb888d62649cb2ab1832b7c7f47ec98c111e27dfc4f5a79ccac1846d943a9be388debd5adf4a8a8" +hash = "563c8de5f46c1c3b1f05bc92b95d009ee45e33e5dff5e8d38a2ebed0aa691ea3a4341cd34d52d1d3a78cd605484e82ec4a626f6b3b1453a38fabae67b2187544" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "jY8EZPyV" +version = "vsyeQMxX" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/craftpresence.pw.toml index 833c9958d..ce8b301b0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.5-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.5-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/6rPQt7Id/CraftPresence-2.6.2%2B1.21.5-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/nF1TIjW9/CraftPresence-2.7.0%2B1.21.5-fabric.jar" hash-format = "sha512" -hash = "cae365d1c9c84aa31f0d44c4e0696fe4ef9fef700b73b1a9011a60cc69851712f775648c11963a287dc5f636f28025da10fda8f81a10d23e50b215c8f3e7e259" +hash = "865498ccae46468a979ab0261a2e7c17bc75889e7b11f736a9e014cd1816b0c3813c3a697c4f2a77cb220182119a4e57b68040f6726240d5cadee26e183c6b05" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "6rPQt7Id" +version = "nF1TIjW9" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/crash-assistant.pw.toml index 6dc3b341d..562952272 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/k1aHf41j/CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rjBFad37/CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" hash-format = "sha512" -hash = "920de321709c229b3b93e2a7085e42a2331531536e8962466cd001c6fe3afdf734da57d04fb039bb380a5a0628e29b4d2c385d084f2e482199120aeac1410e42" +hash = "0a5e657eb57309a44ac4d7ea759275b8930de40bfdcfef01f18bc255ce41fd564353065e533509ade0e0d5e9b775a80ba00da98a3a71b773500a12282d9a9210" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "k1aHf41j" +version = "rjBFad37" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml index f46bc476d..204aa08bb 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/4lpVIOWw/CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/yP1Fpurt/CustomPlayerModels-Fabric-1.21.5-0.6.25a.jar" hash-format = "sha512" -hash = "e466f5cb674055e1a5c4566734e5c5c59e0ceea4685473bf60eb72b5b9926b3d91dc68119644c75a42bbc0a9ccce22480749fbb7d4fa2bebb7ac01e7ba456406" +hash = "da138edfec0d1e1b7a1723059de01d7deb7bdc313a964eb4cabe58b64590b54ee6e63294f5fd5a2026485d8ab0858b180e076508027e122e7cde5b571ac00285" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "4lpVIOWw" +version = "yP1Fpurt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/entityculling.pw.toml index 956474bb6..549886927 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.5.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/S79XoZhx/entityculling-fabric-1.8.2-mc1.21.5.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/R3Eq29Xv/entityculling-fabric-1.9.3-mc1.21.5.jar" hash-format = "sha512" -hash = "b4a03bad8fcde53403290a87e6e8df30e92902e45e5fa0a666ad08ff52ef406fda5e3f0c2c0f7391a1eb1bf94af50ae78d17185485c0a1a6fdae3538a4d978b7" +hash = "90a641d42ae964e97d58e0bb3af5d8744334cdadb839a9eee31f3134c92bcd90be4d5fd40bb89bc5d285e2c078b03d557d6d72e379f9a4bca7d3b4c1400dffd9" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "S79XoZhx" +version = "R3Eq29Xv" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml index 4d0200f3b..9f36b4207 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +filename = "fabric-language-kotlin-1.13.7+kotlin.2.2.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/i6MmXDwA/fabric-language-kotlin-1.13.6%2Bkotlin.2.2.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/LcgnDDmT/fabric-language-kotlin-1.13.7%2Bkotlin.2.2.21.jar" hash-format = "sha512" -hash = "1d1d70bd4662ec1fcba57c9f16c3bceb185e8986119f266594f37d145d6d19772e5d6a50dcfec315e600c9eafd32f2b5f86bab72ae1954891297cde7fce62e9b" +hash = "0453a8a4eb8d791b5f0097a6628fae6f13b6dfba1e2bd1f91218769123808c4396a88bcdfc785f1d6bca348f267b32afc2aa9e0d5ec93a7b35bcfe295268c7bc" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "i6MmXDwA" +version = "LcgnDDmT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/factory-api.pw.toml index 9b01185ed..fe0486209 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.5-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/xdiw83Vu/FactoryAPI-1.21.5-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/8DekJAQi/FactoryAPI-1.21.5-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "ec7110aa73cc73bfd4b9a437f8c6383bb3e14d62091e81f2079162689a634a97d6f78bb5cd8bd6472c66fcd1da8c139a9fab98ef6fba9c3aa36b63ac5bcb1f93" +hash = "39d4e31270a4b0e64d9e9f3d6941db1534af59d6aa972f6f62ab7c0f66b02bc73db4413bc394dfc4144fa91e58f324bb1632881b65e6c9dac8b03744070b9605" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "xdiw83Vu" +version = "8DekJAQi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/lambdynamiclights.pw.toml index 5d167a320..d668988ec 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.7.2+1.21.5.jar" +filename = "lambdynamiclights-4.8.5+1.21.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/niOzyNOc/lambdynamiclights-4.7.2%2B1.21.5.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/bB3RVUx0/lambdynamiclights-4.8.5%2B1.21.5.jar" hash-format = "sha512" -hash = "02976a02b3008f34eb05b14339364f34eb2df5ef3d9e42fe05697d0a23373dd19f260e9cb5b50e8463e57dc40fe34ae53c62a3a02d3192bfd9940097ae7119a4" +hash = "52ac611eb865f767ab444d43469d2bf399f7b2578572dc8a21db485aa7fe0fa02b4e82f75eecf678305489cdd4447c785d06d62e9812d7710c12968a5efe87c2" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "niOzyNOc" +version = "bB3RVUx0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/moderner-beta.pw.toml index 003f5edff..14e611f4c 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.1.4+1.21.5.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/obQYOmIp/moderner-beta-fabric-3.1.4%2B1.21.5.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/xKlUGjyE/moderner-beta-fabric-3.2.1%2B1.21.5.jar" hash-format = "sha512" -hash = "58342feaa1fd98e8042a9c885ad79fc1ad231b27932490cac2c4dc5df29aac6d1ff6fdfe5148fd8c6a8ac4bf565742c78fbfd53ccaf5629d1bd0e6d72ebb1db5" +hash = "7b6e9e032f7682145a75c22d10ff17fc6be814712277cc2e4603bb312755eaf42e1f017798bd9bc9611aab0fa8b4a5459e8d578ea65009ed81074cf16d4509be" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "obQYOmIp" +version = "xKlUGjyE" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/modmenu.pw.toml index 560dc9257..d3e4c43cf 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/modmenu.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ name = "Mod Menu" -filename = "modmenu-14.0.0-rc.2.jar" +filename = "modmenu-14.0.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/T7GjZmwP/modmenu-14.0.0-rc.2.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gDqVZdY6/modmenu-14.0.0.jar" hash-format = "sha512" -hash = "091953cac8e7657b99f794d97ac8ca321c4eb3e8eafbadeb62ccbe7991ea83aa1c5c7d91817c61940fcf5ab84f946be393ba8727828ac74035626963ee668d39" +hash = "8a0f1632141ee1677ea50ff8eb862146c1b39b2ca69c7f24e3da551f75ce33962b2348f5bd24cbe9a448b34c85c0517cf5be6cbef624931da457d66b6aefac35" [update] [update.modrinth] mod-id = "mOgUt4GM" -version = "T7GjZmwP" +version = "gDqVZdY6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/simple-voice-chat.pw.toml index 5606900a7..136085712 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.5-2.6.4.jar" +filename = "voicechat-fabric-1.21.5-2.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/7LdFldHi/voicechat-fabric-1.21.5-2.6.4.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/EdKb80F1/voicechat-fabric-1.21.5-2.6.6.jar" hash-format = "sha512" -hash = "29f63a5b5de13e86593c4cd09bbf48f9ce7500ff53cd761993e1c4983515faf43499224b1ff3ac74377e8351bb151ea0e915542465ff87395795504c6db29ab2" +hash = "8903c68f459c979cb12353e5b5185d7f499509a9fe914fd7f9d3da00cf66934d6499232935243c7e318dd61ee15bf7caa7e0bf8ab35f9e130e4ae77c36666731" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "7LdFldHi" +version = "EdKb80F1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/unilib.pw.toml index c3c84ddf6..8e989edf0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.5-fabric.jar" +filename = "UniLib-1.2.0+1.21.5-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/5F1vSqX5/UniLib-1.1.1%2B1.21.5-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/cltOA9h0/UniLib-1.2.0%2B1.21.5-fabric.jar" hash-format = "sha512" -hash = "a64950fc4ba1e493f32c172deee49c3e40aeeae95f13e1d04f10ed5306467fb65ec9d8b93275920b776fe4fc3bbf9aa04be23f0e95f97434814acdad8480afff" +hash = "4e5a5e7215c6b74918d71919e5037b06c0c00149ed73239aa78cf8491a5b2ff57914ace895c8869396c07720e58f2c3c98da1596de4bf75d0c7ef6216bcc54bc" [update] [update.modrinth] mod-id = "nT86WUER" -version = "5F1vSqX5" +version = "cltOA9h0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/pack.toml index 2140e6d0d..85ac4f876 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dd9d766347b300691407cf349b82f6abb2de323ddfea916b7ccf3c7f2ff3cf5f" +hash = "d904a78d9365d54198ae7d69f29999a5f5fd45516a572d461fa0617fa2f0af1e" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/candy-texture-pack.pw.toml index b89b14686..4fe38e5a6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/candy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/candy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Candy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/R1Wqm66W/Candy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/auKzaoWW/Candy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "af8de6d09baf33e846ba5e401334abac5425ccf61022dd74ae43efaf424b673a36c4f65039d9f75f76346addd6a574f9d034cf47d8b8166acd1093aeb5f6ab6f" +hash = "4e8159b29b45bdaaf403d745b93a1af409a72c105a96d3d9cad534b3db0428fad4a0daeaa842b0135efc1ecdf39c2595086bd3f62ebf2b176873a5cc31168822" [update] [update.modrinth] mod-id = "NGIRqFgR" -version = "R1Wqm66W" +version = "auKzaoWW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/cartoon-texture-pack.pw.toml index 2e1a34bf6..31c8a9908 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/cartoon-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/cartoon-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Cartoon Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/GxSNg9pD/Cartoon%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/JEcOBgin/Cartoon%20Texture%20Pack.zip" hash-format = "sha512" -hash = "cf898828a914d08f53e6248e0fdeff02f281a4a2345840805fe48b0157e06fd12b45f221ef3d4a0a5de268a02825109a011bf809afb859cbba2c42ae939e41d2" +hash = "5dfe5c59ba1bfc687066ed350ee1595526daf9b6b8f1e73855db29563d73ac27df1a64a8a7c75d8a9490d763218fa157efc07a776396d8aaced021d19f811d84" [update] [update.modrinth] mod-id = "I8Wm3eT9" -version = "GxSNg9pD" +version = "JEcOBgin" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/chinese-mythology-mash-up.pw.toml index a42eaffb2..682b54db5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/chinese-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Chinese Mythology Mash-up" -filename = "Chinese Mythology.zip" +filename = "Chinese Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kRsZVu69/versions/Ee6a0JtV/Chinese%20Mythology.zip" +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/eCy5CqFR/Chinese%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "e47e7bb230bde3650fbb4e0ef3f2bcfbe2b7d99f00a384841252db3fe459f84730ed08db1822533b94c07a1efe99c6613ae4e062ec0252d56817f521360494b8" +hash = "3046124724ec8f647464b93f8517c593eed09df0874010415c0c877e39e56287beb2148f8f2a9be3492cb10b76f6a8a2ec53729fa36f979062d8577f98f2b193" [update] [update.modrinth] mod-id = "kRsZVu69" -version = "Ee6a0JtV" +version = "eCy5CqFR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/city-texture-pack.pw.toml index 7855d39ea..81e86a01b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/city-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/city-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "City Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/hBnIlEqa/City%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/gg9OXysC/City%20Texture%20Pack.zip" hash-format = "sha512" -hash = "c72a525217678b1019c2d24fdc420c1bc40fc0d6c4c3747327ca1e15c5e3b66068cceab793e02862aa3f7adbcaa0dc9ce2fd3d9e44d315c2983fe8aaabd7600c" +hash = "ef465d02ed3628f57ff5e1426d9d7bd94fe37781abcdd1443260fe7212d99b2751057e9e96b3651690d1d5c6cec1509aa70d1f6e0dce0a979fd7dcdcaed7d8a0" [update] [update.modrinth] mod-id = "IcRlkcNt" -version = "hBnIlEqa" +version = "gg9OXysC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/fantasy-texture-pack.pw.toml index 051f761e0..4269fb286 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/fantasy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/fantasy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Fantasy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/kVAVbKuw/Fantasy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/NJUAKIBi/Fantasy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "b9b398bc199f9792d191e1bb58ae0074cb0883e16e06191acd2dd2f21a653dd2d3bcfe5cea6d78bb8c8f6c1a0738eab7cdbe4d195ec6ef2cb925b14a94813cc7" +hash = "e2e3f3b633d6d610963b37341c4ca032efa9f8bb6116ce22125f1f076aa997d09744e2dcd78ad24d52572cd9388b28b023b938be8e2e3fbc024207337f86a40b" [update] [update.modrinth] mod-id = "kFbEIMmd" -version = "kVAVbKuw" +version = "NJUAKIBi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/festive-mash-up.pw.toml index 6c92f76a0..59da1227f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/festive-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/festive-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Festive.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/bOgVPg6Y/Festive.zip" +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/Hj3ojy5W/Festive.zip" hash-format = "sha512" -hash = "9e992d0e12331c3489f8b9ac762d4aab4d0eb919145700b506e53c22c63d311cf685ea3c8b9f719396c241f5fa4c80e15ac5b9f47a4be11495ddbbcb076911c6" +hash = "1c12d701396903876d6e5049297dc159a2f64997768ac9204bb5f8fb5a90124644c34068bd9f93d2bc9635b047ccabeef753bbcbcc820458eecafe9ff0092569" [update] [update.modrinth] mod-id = "pE8Ji9UH" -version = "bOgVPg6Y" +version = "Hj3ojy5W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/greek-mythology-mash-up.pw.toml index a2a1ff58b..32a2b5eb5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/greek-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/greek-mythology-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Greek Mythology Mash-up" -filename = "Greek Mythology.zip" +filename = "Greek Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/VVb63nYy/Greek%20Mythology.zip" +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/8E0TEGbw/Greek%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "d76500834c00a5bfcc0140f06e91928fa876837604b1e01f933e230ca598a6c0357412acab1040609b68d55a61ea2e337091309d30b71a605be7670bd227fe32" +hash = "150102f8fa203ce57f6416bb46ffc8921eaa40fb7f90ae99301ebf28fc5f121ed7183f4bf459bc00fd9dfb29b0ac6ecc7ae6a16bd3504a501fc4d003bf36c9f4" [update] [update.modrinth] mod-id = "WtfCCeNe" -version = "VVb63nYy" +version = "8E0TEGbw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/halloween-mash-up.pw.toml index fee9bf60f..ececb44c0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/halloween-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/halloween-mash-up.pw.toml @@ -1,13 +1,13 @@ name = "Halloween Mash-up" -filename = "Halloween.zip" +filename = "Halloween Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/mXZavX3c/versions/rL8PIx1w/Halloween.zip" +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/UyyZ7EO7/Halloween%20Mash-up.zip" hash-format = "sha512" -hash = "92acd2b809673d9ed7b8eeabcc93a11a7c7b3a94432e596b07309c7678d19a38619f8f82e57496af80582ca8b25f0777332d443159774f750dfe1ba5eb694d48" +hash = "7e309e2ede6b4aa60ef7e4ce0b9cdaa3c4e2bc3af51254ff750fee076ed14684231693750822a05847a146eb03d60597584ee129684d237ebcc9ab01a78b3b76" [update] [update.modrinth] mod-id = "mXZavX3c" -version = "rL8PIx1w" +version = "UyyZ7EO7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/mass-effect-mash-up.pw.toml index 9d811a323..75e26b9ae 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/mass-effect-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/mass-effect-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Mass Effect.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +url = "https://cdn.modrinth.com/data/27e5KETs/versions/u0aJfMeM/Mass%20Effect.zip" hash-format = "sha512" -hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" +hash = "3e559c667f9e1ae8b412ef707f22196de3554783d79fd718e1292256ab1233a8a398249b62534b7917f4be0705e76a567c8aa5908bbc59d552fa1b3133e7e832" [update] [update.modrinth] mod-id = "27e5KETs" -version = "8Ya2o6nd" +version = "u0aJfMeM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/natural-texture-pack.pw.toml index 07bfadd13..ca22f7fd3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/natural-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/natural-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Natural Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/UEpX1VEY/Natural%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/HOaSuCge/Natural%20Texture%20Pack.zip" hash-format = "sha512" -hash = "a5558b57b61955ef24c50bc936b714954092e027eb3c609131c0ef87032d84c4c4708f124f41fba88bd9c2093ba3ca5477a06f88b4bc1055cdd297b90abc8fe4" +hash = "0aa12c1efebbfd51f8f9231886361313b2292c6ee5468c604a29995cec5059396001c52c7963dee3aae9d7a94e96a2f38457eb7a2b6e83d6ed498cf38fdc1625" [update] [update.modrinth] mod-id = "wl6YG9AY" -version = "UEpX1VEY" +version = "HOaSuCge" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pattern-texture-pack.pw.toml index 1b196104c..4e9a27492 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pattern-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/pattern-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Pattern Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/2F04lb0o/versions/NNzk1yyo/Pattern%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/ucJiPhqS/Pattern%20Texture%20Pack.zip" hash-format = "sha512" -hash = "99058a09e036347cf27670e8dfbe49ab659445e8be13ff125e4613269e086b3c33242add52c515ad91f0aacf888db17064b11353e4ef862cfe8f6fe9313e9685" +hash = "22e7dfcbc28f95e9f69c5085cc73a52ec892602b44f7117fa03b571cd04457b62baac53d70568ba0d04f59f3fe479e86e489cfb77a60ccf4b48d546d7e9479be" [update] [update.modrinth] mod-id = "2F04lb0o" -version = "NNzk1yyo" +version = "ucJiPhqS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/plastic-texture-pack.pw.toml index 822ba8817..f425109a4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/plastic-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/plastic-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Plastic Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/meEXwbr9/versions/1MHUWAn1/Plastic%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/Odv1yCtL/Plastic%20Texture%20Pack.zip" hash-format = "sha512" -hash = "199f1a2ba7c906d48cca4a4e478146b30adab17080c61c81ea2cf83d7ef0fca5d3a7f70e8431a5a75167b2f465769483b06dde0e6c84a663c866784f4ad47d21" +hash = "f4dafdf8a94c1b473c536bec562d71ab538feab81317c3cf4349f54756f08146f85f622d28d254113309a35c991fef0dea8f5418c100d52a5f4da66976111f6d" [update] [update.modrinth] mod-id = "meEXwbr9" -version = "1MHUWAn1" +version = "Odv1yCtL" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/steampunk-texture-pack.pw.toml index 8ae548e75..3e3883be4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/steampunk-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.5/resourcepacks/steampunk-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Steampunk Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/rUVjeX8U/Steampunk%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/w5xhMkzK/Steampunk%20Texture%20Pack.zip" hash-format = "sha512" -hash = "4d88c8a8d03debe3c71a254767dadfb4e501d111ea41c86029af92b02e709a269197f188eb3d221e905cebafe41cabc239ee24cbc5dea76e7011d9b0f5cf7e02" +hash = "f28c736c6abb77236ecb392c4c74d70f11aaf164467d935a901eaeb5688db70ace70c475fadbc3c73efff4415d8b7139f37fcb9f08b451f122715e33dfc0eee0" [update] [update.modrinth] mod-id = "iWaY0S0z" -version = "rUVjeX8U" +version = "w5xhMkzK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/index.toml index d10705996..337971af0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/index.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/index.toml @@ -2,31 +2,31 @@ hash-format = "sha256" [[files]] file = "config/crash_assistant/config.toml" -hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "db59a58e83101b70b8b6ba5d5cc1087f90f98e0edc410e776aee290511e65bd9" +hash = "5e4afcd5f9a4745c9545f4b323fdec196edb143eb9d97c5da1c466c03a6f97ea" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" [[files]] file = "configureddefaults/config/advancementscreenshot.json5" @@ -42,19 +42,19 @@ hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" [[files]] file = "configureddefaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "configureddefaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "configureddefaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "configureddefaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "configureddefaults/config/currentgamemusictrack.json5" @@ -62,11 +62,11 @@ hash = "ff54b6483e46419b1d8cee3152e7d6d1dda4bfdf277ae4cd607ffa1e86f7534c" [[files]] file = "configureddefaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "configureddefaults/config/fastquit.toml" -hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" [[files]] file = "configureddefaults/config/ferritecore.mixin.properties" @@ -78,7 +78,7 @@ hash = "3074931fda9af006879400bddc0d8ac2806d5cd53b8bff881679cec60386e62f" [[files]] file = "configureddefaults/config/immediatelyfast.json" -hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" [[files]] file = "configureddefaults/config/improvedsignediting.json5" @@ -86,11 +86,11 @@ hash = "734a1f076312ffa5a6222f7fd0abb1f9ec40033730653ca7c1c4ff479cc2d82a" [[files]] file = "configureddefaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "configureddefaults/config/lambdynlights.toml" -hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" +hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" [[files]] file = "configureddefaults/config/legacy/client_mixin.json" @@ -98,7 +98,7 @@ hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "configureddefaults/config/legacy/client_options.json" -hash = "adb3216aa6f06cc2840fb842e2ab9d189f076f6cba67c3241b4c1144447e7016" +hash = "efdae01e76b7728a8ea7cd2d3b4e41d172e76510ddc6190c6465bbf093eb56b7" [[files]] file = "configureddefaults/config/legacy/common.json" @@ -122,7 +122,7 @@ hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" [[files]] file = "configureddefaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "configureddefaults/config/moonrise.yml" @@ -134,11 +134,11 @@ hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" [[files]] file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "configureddefaults/config/passiveshield.json5" @@ -146,7 +146,7 @@ hash = "71e75f88c2bd7f82563a26de633c0d37c8b0e3d67258a82082f09c201fd40a19" [[files]] file = "configureddefaults/config/puzzle.json" -hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" [[files]] file = "configureddefaults/config/serilumsclientbundle.json5" @@ -154,11 +154,11 @@ hash = "cefddb1867d1af187f8208c1cd619c7c9f3f5907fe41e7938083adc80508dd11" [[files]] file = "configureddefaults/config/servercore/config.yml" -hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" [[files]] file = "configureddefaults/config/servercore/optimizations.yml" -hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" [[files]] file = "configureddefaults/config/threadtweak.json" @@ -166,19 +166,19 @@ hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" [[files]] file = "configureddefaults/config/world-host.json5" -hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" [[files]] file = "configureddefaults/options.txt" -hash = "7460845c9b5066bc36a7fbf2358f5fdba57a3104c8052e93a76de1b06aae938e" +hash = "4f6391e2cd19d0d1dcc74813c968f3fb5da7ac7fc56e79c6639ab891943de429" [[files]] file = "configureddefaults/resource_albums.json" -hash = "1d9ecd334372b9a130168619133c15d315686f879680a25217af10c1b0fceb71" +hash = "e12038851ac92f047311bff53c4a55cbfd806f90cbaa2cca25902afb18df0ec0" [[files]] file = "configureddefaults/resource_albums/alpha.json" -hash = "5cd82da826eaf0bf5326e422a42c3bbc4cee4c8a5dfc2cb580749a858ac42125" +hash = "f7da923a67bbf61f8ff58e5934bd9823098d338e46698d0f3831d4876eaada8f" [[files]] file = "configureddefaults/resource_albums/animated.json" @@ -186,19 +186,19 @@ hash = "4c00ec445b6cbd13068bd6a91b3e70647013b8f537f9dfdc67ab1c8f46a28fb0" [[files]] file = "configureddefaults/resource_albums/beta.json" -hash = "d7f19c02e98147841ba8ce088c37823692245b1ed1d6235d6fdaebb44da334f5" +hash = "40d92cc908c0ad2dada5297edfeeeeb728f2be28529feda4f629c78b3237704e" [[files]] file = "configureddefaults/resource_albums/candy.json" -hash = "fd3ed1c665ab17d274d7010da30d9bbd4349c7df557fd697c965ddafd76f69ed" +hash = "a7c29ee726a0f5dd81f32f3d9e7dfaab3693fe1cd3d1d856aefc3ab1a061ca66" [[files]] file = "configureddefaults/resource_albums/caribbean.json" -hash = "d679c233f04fdf4c8a2fc1b498b887db20a2c46c985cff83e216a499aa80a8bb" +hash = "b9f7f70ce2bffddf5486dd3da8fc196e393a1c4b387982e6d772213ba54e2187" [[files]] file = "configureddefaults/resource_albums/cartoon.json" -hash = "4bc7db98154db8632d22c503f760ddc2a231d1b2232cbc3e008630c59a74b46b" +hash = "7fdc1efa3460feaaf647e6b0f7e2008c8c2986ca93345035c77e05f6ac8c45d4" [[files]] file = "configureddefaults/resource_albums/chinese.json" @@ -206,7 +206,7 @@ hash = "65cd273c5bfc655b148e0b53e09aa9895e13555170bf6c810698f74096197ed5" [[files]] file = "configureddefaults/resource_albums/city.json" -hash = "0b6cb147e132150afd6add37f2011b40d7a9838345ba418957253ad9b525f92e" +hash = "310a902277600bdbd6d86b250b752d7005dae4b926f81100ae880a90a7cf2438" [[files]] file = "configureddefaults/resource_albums/dark-mode.json" @@ -214,19 +214,19 @@ hash = "eacca1fbfc7718a56c883605dc215e978f5a2e6027c2db9ecd8c5367a411179e" [[files]] file = "configureddefaults/resource_albums/faithful.json" -hash = "824ab124efafff16fab8d498585d29ddbd667b3830026954874d517f6c59d884" +hash = "3b1655612814e12bb5297e37749715f62b3dc2863494967b957aa55e2b045bec" [[files]] file = "configureddefaults/resource_albums/fallout.json" -hash = "d0657baf75413d086ce2530f7eeea9030568cfd2cf6ad12e3bc4249137f552e3" +hash = "afe0c8adbbf46d9f2016681924ecfb9413d706fce4ea0a6f787ec32c37f4bc7e" [[files]] file = "configureddefaults/resource_albums/fantasy.json" -hash = "f56cb12785e540788b752d740fc45a629cf705096400b36750d3f1ef64b60145" +hash = "e8bcff5c4e59a15e384d53a7647df0f2b1dcfb7cedb8c1852af13261ec1edf8c" [[files]] file = "configureddefaults/resource_albums/festive.json" -hash = "e5abb09c4fdf9be196331d0595c6dfe34d7aae35d77fd3b8b7c471ac9e80a208" +hash = "6580a638ae624a032fab98c39efa64a5781475b9dc5eb8dee4da7635c59e1034" [[files]] file = "configureddefaults/resource_albums/greek.json" @@ -238,47 +238,47 @@ hash = "343e397e323485ebf9f7f9f532ac5a4015a1494d0cada70fc6000a9be579fc8f" [[files]] file = "configureddefaults/resource_albums/minecraft.json" -hash = "978375794ec8b8381ab01fbcad3d647b9a0c50e4496c8306895f2b3011b8c781" +hash = "69977fd4c551f74ac64b597cc2e27db08a7b87f280122e3b1566396b7c127012" [[files]] file = "configureddefaults/resource_albums/minecraft_classic.json" -hash = "7464c63eeb981fcb7ddf98dc98a8cdbf21fa8f21615501da9b0be2967bac95a6" +hash = "709ed06c68edc26b7dfcc0848b348ab27ec31fbbb50a8f9f7be82f62ab147672" [[files]] file = "configureddefaults/resource_albums/n7.json" -hash = "2edf8c4c52bde62ec390970adf66ac211d541d5c19e4353330db0d26c13f1277" +hash = "27d027aaebe7dacd38f4fdcf97cb2a0b8f0c78acdfd42958be2734dc7d274bb6" [[files]] file = "configureddefaults/resource_albums/natural.json" -hash = "ea618658c8b9086acbff3cd9c89a0e5909187263f67047c8838e1120af40af48" +hash = "0a1b7bec1ce379348bc6c4f170ad8bc94778997fd89d036af475df5826e0dbff" [[files]] file = "configureddefaults/resource_albums/norse.json" -hash = "c75481f035185be42e077035bb1a8f5bc06465e0905aa4f5349bf1d0e9c57ffa" +hash = "3f1401e51dab65369e9ae184e2e26b21cf4de647abc62edf16fcd67b403d9d19" [[files]] file = "configureddefaults/resource_albums/pattern.json" -hash = "2627cd48fa453192a661071555eb3c7253eb4b6f62c081a9627c01f1dcb7ff04" +hash = "6ca2b2d74983b303aaaf4a148eecdb51047fcef0b72d73048f8a21a3e64b945d" [[files]] file = "configureddefaults/resource_albums/plastic.json" -hash = "5963dfc9f69c88930cabdc41bc43c0961974caaaf67a9af33f01a7224522707d" +hash = "b1567697534396d4673154b2950b3c00a3710ef1ce890f97f4e0c6b76fef0491" [[files]] file = "configureddefaults/resource_albums/steampunk.json" -hash = "f503d6bb97ff4706bfe4968e095b4d7e4bce85794800e8382eac15756c2d3f66" +hash = "5459c5d11c6a58e86baa05ac9c4b5e509f2965bec537f68af03b632a6770ddd3" [[files]] file = "configureddefaults/resource_albums/super_cute.json" -hash = "a257c00c4c02f54d8b2384b3785e7a8e01b07d18f7f2bdbb2e6bb1101f7d20b4" +hash = "8d141c928bc4fd9caabb299cfbdeb122518ecada561a9ab135bb6377bec76626" [[files]] file = "configureddefaults/resource_albums/super_mario.json" -hash = "dfaff10d2c8d432900485f60e42bbe525b76f6f7502984001f774e4aaf32fe45" +hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" [[files]] file = "configureddefaults/resource_albums/trailer.json" -hash = "d9193f2c003cd70482f7d8a19be3e181159beb1033f5bd6bc1587b9ab694d10a" +hash = "3640a67d8ecbdb2493ae703149cf17438e60ab8c8cd754129eca51fc0704ee30" [[files]] file = "mods/animatica.pw.toml" @@ -287,47 +287,47 @@ metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "323cf254e06c324ea4233be06a306dbef95213a371f2e4b36247ca76b8fdd41b" +hash = "220695895a8fd68ca82b7b3c34d8499b4f6ea73f6588e3dfbccd2307af0b924d" metafile = true [[files]] file = "mods/cape-provider.pw.toml" -hash = "cd84e6a008c6bd537249b98da67bb26117bec01c1e7e8c256b414982bc91cc56" +hash = "474d386d2f747bc1573f969cdd69363c0554a38bf5a60e5f80331d4baf3a0273" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "fd6c74740496797849883c32da4e7631c3954b6870b8498ec785eabd240f9f16" +hash = "5e24aecf5e741668943ef5b796566222395272ded0d9d25716980726459445c6" metafile = true [[files]] file = "mods/collective.pw.toml" -hash = "bb1395238c4fc049f55470f1023368703ff3b9c632b32386cf3f989aceef9d04" +hash = "71a28f3d54e0f7fbeec1a48bcaee5ee5ca9257939e8bfd8973721b9843b22f1d" metafile = true [[files]] file = "mods/configured-defaults.pw.toml" -hash = "33dae6bb866087c9bfbb65329124de6cac49bf50cc427e622d7f1acb26c923dc" +hash = "c060b83f6c513649e38659d2edac8b364831a541f7767807708dc65f5bb836f3" metafile = true [[files]] file = "mods/console-advancement-sounds.pw.toml" -hash = "562e8c4fe9cc395411ce7c90998f7cc1f09fba2065df568c8c290eb1d1b63f39" +hash = "84f3e3f063b510e98defc11dc16eebdab11ead09378af3eb9747bc089a455139" metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "8c3d47a5b7f1f44ec5753c740237154a53f1804e04e1bb9f36a8d998126ce541" +hash = "a86751e4931b83d8f3de8e84e38f2dc0aa316e40c99b9e9f03a9276659a474b6" metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "0ef7125fb8ef1bfeffcb2e43130669718a693197f5ba393faa185fa5fc7b62f7" +hash = "e5cf907d7bc2c5154e007185f305e575acd9faec6718d30e61a77fa81b92d3b5" metafile = true [[files]] file = "mods/crash-assistant.pw.toml" -hash = "6cb091f059535ec7a2aca6c5d595c74405b67421d4b4d912d4ffd91bddee6ffd" +hash = "7f6d39e11ee7288ce9a2949e551388e3c363638674a8c3b36856901c2f53cfd9" metafile = true [[files]] @@ -337,52 +337,47 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "7b459dd43e81db0be1559a569936cfaa912da6d317c6b5b244c662c487741520" +hash = "1a6aad5591e085afbb74e7151720d52172476f62ea449c020af6b55390b0fcee" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "05ebc0d7cef895e766ce7fbd6198519239e839d7650b7a654951a267034c0115" +hash = "937acae581d8c4340d141446a7adb5b3b1915130fd483bee067d45aade834a8a" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "d2da6c692fa07ac16b6629afb2e043ccefbc304ebaef338629711daeb17f5011" +hash = "7ade9694388d80def1aba6b3653a1a0ea8a68eb14a42e2bffd076fd1335a5ce8" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "2cfbdf0c4d49373cc0a25ee19bd07e5e7112e6dec50a18f9f2f7475d491e0ff6" +hash = "7a409a13d5f8bb087ff615dc5947b3f26c6bacec22618d8d733d8d4789fb3543" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "cdca2316cd45306349d79e2240f089e56303bcde86ffae1aa6d910dc9f5a1f22" +hash = "b4e574980b39d1b61e2ff571f7f5d91913f4385f2346850014e72e2d52ffb7f0" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "2ba24da53efa40ac8baa8697e70e35d1150ef5da6b020c9b2513fb865b60a6e7" +hash = "84f74d4abc0ece0ed9f62d9454d35415ace97e0aa83ed3e8a2d1ff7167b45999" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "89bd18325ea4e74dd81f9c70ed2105a070d40a109bd78ae74542fa1a3935908f" -metafile = true - -[[files]] -file = "mods/fabricbettergrass.pw.toml" -hash = "866e4d2ef4305ae720f759d98267aaa206cf8245bdf151309b7f87172efc7a3b" +hash = "54e3cc9a3c2a05cc879ffda7f4c97a89be0b648421d6c8fe92e2d3e5761abf20" metafile = true [[files]] file = "mods/factory-api.pw.toml" -hash = "3ac5c9f84fb935f0861068be6835ee1487d8fb58cf38bd59b4e9093ca03ca27b" +hash = "abddf30ea5223ba9da8071f0c5f96f98232211b17a3143cf3c4a8406a600fcb4" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "f3ca255cb9cbcb71c66628e24ac2c1613ba16ab534b03f0d7e3f996c7adf6b37" +hash = "3959d60960d97b019d81945ebfd38ed498649b31952e84404b365730c9facb6f" metafile = true [[files]] @@ -392,17 +387,17 @@ metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "6d7bfcdeca03542ff5f934c50ec8541d1b3ebc7d2a5d4d9acb7cc99fa9a6d119" +hash = "9af4574f848b49a2b11822e81500aebacdb77c416dbcf4502be5feaabfb5f66f" metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "0ca086cc7163f0fa41a4dd8968b2068fc018ffcb9c5bb18aee4beb91af24ca29" +hash = "8d40436970d9adcfe3c0b72c9f0cd1af217948469b091b0f07ca3df187ce2e61" metafile = true [[files]] @@ -412,7 +407,7 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "75fa0c7efdadf73b039a4e7c96432d2b345a1d575fad6218308b97e747780d86" +hash = "68a52fc4ec593b7873f1226ddd1ba28a4b0c61293c17a86dd3391bbbc727d6c2" metafile = true [[files]] @@ -422,37 +417,37 @@ metafile = true [[files]] file = "mods/legacy-nether-extended.pw.toml" -hash = "00d01654badc0673fe334c0a8e4943f6e3e482fe2cb954bcdd6cd777ba0bcb94" +hash = "ee6013e8beb4f88698f0086afd586edb85a85aec3bfa73dc7db767ba18a73b8c" metafile = true [[files]] file = "mods/legacy-skins.pw.toml" -hash = "7a5dad8407af3fb06041aa7a4db3849ac5b0d74c135e3e7f700989b69b72fe2a" +hash = "c59d6ca6a04d946c8a26981868b5900938d7e4db12c0ec73a9176ea7a252920b" metafile = true [[files]] file = "mods/legacy4j.pw.toml" -hash = "433e552def34c7b4023c0efadc575249da663c006d893347ebe0ad1f4d9da05f" +hash = "0e76508861a905da1dbeee167b4f1501d640950a916a71698e9fdb872fc606ec" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "46666563d30fc4eb96533ee5968eda5786a2984740474f024eebc541e4fab081" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" metafile = true [[files]] file = "mods/minimega.pw.toml" -hash = "dbf99c3548e547e66018de78f9bb8fd51da68bbc8367026a89717d439beab0c7" +hash = "5114d9c624526ac1abf68edfbeccac345ce96130ea2716c54237fe8aa8f2a5d0" metafile = true [[files]] file = "mods/moderner-beta.pw.toml" -hash = "668302f2f0ffb1acb44ec10db754eaf9de3f521334c1006dcbb9b947dd1ba1b4" +hash = "c45e44b181545cb33580bef21716ae82616b3adb6537bd7032ca49c20329fef2" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "1455abc23a66c9019b62abe6601e5188aec20e902168abdd1e945b0d12b99364" +hash = "6eea5e1db3dbca126b82f211bf0d2fcf2cf13097023fdef3dd668e48581a73d0" metafile = true [[files]] @@ -462,7 +457,7 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "ced5a5ebccf9d60fd243aa0b4896d16c7f10253684b4d3bf91e78fb771013dc4" +hash = "d122f53efcfd54e24ef7e15247bbebe788d4ea475c2f5b84ccc1254dc625a1ec" metafile = true [[files]] @@ -472,17 +467,17 @@ metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "a0d4d2e725a98bd43bafa256551589de1d8993737be9bf496744c5274920675e" +hash = "364747a29d538ceca8471b4cd4460b4875ce6e49ef4ed9ae6b768ddb54af2aff" metafile = true [[files]] file = "mods/optiboxes.pw.toml" -hash = "ccadf231e75cee7fcc4721f075c548d9e6d960bf4a8b6fe87f4a837d0e96cae2" +hash = "94a718b1a3695c96b0df5857e43aa3b911507eee3060e2bcdddb7d2bab367dba" metafile = true [[files]] file = "mods/raknetify.pw.toml" -hash = "d77a629323cc0c9502dc0265dd24cf03c647c01cc6fa2181ee49eefbde5024bd" +hash = "1bd16c36df6be2752be3da5fcf414b252e4f6f8bb4cb086d0eca02e66afd7555" metafile = true [[files]] @@ -497,12 +492,12 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "6c502d1b4b34d5d2aff6a32ca88670b612abc6dec44299396d72681e5fc220db" +hash = "1a0481b1f8bd7f92cc6095794da36f0a7de9133b48a8cccb196ac35809b4dceb" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "5300ae665742ddee4ef79dd3960c899c0a5e3cbc5edeb27836f35f51c9597f88" +hash = "3ef916454266cdbcbd3f517c53b1e27b360caa5266bf1b44d0d627aeab643516" metafile = true [[files]] @@ -512,12 +507,12 @@ metafile = true [[files]] file = "mods/unilib.pw.toml" -hash = "3d927a1b61b096a160cd06cf4e0254a3e646c475c8ac0e13f7254aa1a53b0c2c" +hash = "db3322e6f547044afc3f1ee13c49245244e080e29d128c6e6f6b1df613c8020c" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "9ac888aaa488979884ecc1b9a6f4ecbbb3826e2a660c70791498232dc1fa193f" +hash = "ea0eb6ab539b43926503901694913866aa81a9a644cd3469080214a7ca785db2" metafile = true [[files]] @@ -526,147 +521,147 @@ hash = "47bb137dfbe2f18f76a42f9f0171a5bdc203dd614b285dcc17743f869442887e" [[files]] file = "resourcepacks/1080p-kbm-tooltips.pw.toml" -hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" metafile = true [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "7260559c6579847c30a935eb9de5208eb996ba1439828135c10ec23150e04db6" +hash = "f30e9585b74079ea5d50996ea44bac9f0d980c83e86e44d58fd1467c19448a04" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "9e1366c8ba3d6185086495e35af20c7ef571aadd683cd999865cd2e33c747d41" +hash = "238ea2cdd6017618e6316e949fa4a8cb8bfbf7494734caa8100c384d884705e5" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "c01032a7b99b42e62f3b787897f922907c5e433a905eb676aa273fd7a74d07b4" +hash = "bf118dd0894db6105f9911dc4a5931a294cb94464eea53e3e34e446b05a07810" metafile = true [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" -hash = "97d4b700ffc10156f2b9e31329f1a401b0453e7c08587baa5076afeca2ca8ec3" +hash = "b33036850e44c6a79c3995027144a1758ca16e0f46c36bc068870575e2f4fe26" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "c3d065eed5b18895b66f7d651e3374768e29544b3243f9ffbc85a87cde514c8a" +hash = "729df2e5409e0f3094aa6c2e4b33d91626916656394dc5b242c1e175b4b01a98" metafile = true [[files]] file = "resourcepacks/city-texture-pack.pw.toml" -hash = "1e5a54b20b350664ad5288c922190c2a619d2598f84806a323dd86e3cbf7c53a" +hash = "ddf35b26631b064354b09a29306794bed403fc2abdb3eb9fcadded90ec53ff3a" metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "4f91bbb3088b6a0062648ced05c183c4e4dac3382a5e3ce7162ec4c05bb730c0" +hash = "a8b96a5dc525ac70edce721285c65a83ba8574967ade562c94ce35d48daefb19" metafile = true [[files]] file = "resourcepacks/default-skinpack.pw.toml" -hash = "377d9f3d8afeb03582db8048c8acb28ab612c2541f48e65f1994bd02b381d119" +hash = "0d28983363110932dc964e0b224dea78475f2c914ac68b801696b7ac66885084" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "4c8677833dd857d3d3a682116fa8845c29c207c8f3f86e75e2783492c06b72d0" +hash = "7eb818b2376ce88bd7c76ee086447a33d754d02cc773de877652a6daed66c3a5" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "bafc126d9eb66870e7c3602580eb779d7684c4b69d1f4419f2208c94ef6b57ca" +hash = "d5e8e0220d5ad8f586a9b6286c4046462223fed3327e4fc3a1651c0bb8919c54" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "9b0b35d0b11262718177a10a4c7f8184acbfc7c849e4790749e3291117d3180a" +hash = "434ea7ec5e456a83d8969d51e8d4f5ae15f448d6f811a204fe488706719a0461" metafile = true [[files]] file = "resourcepacks/fast-better-grass.pw.toml" -hash = "10046ebd948f0de1e01c8251c750b8c9481636a8b40fc85de1dec4868fc883a6" +hash = "73557eda0b75de2724fd3337879c5e05bd7a7c47007de9c318d98644fcffdb4e" metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "fda9d653574aff91963274288b6bd1e893bd63aa0b35ff9ccfb38ec5b63b5238" +hash = "3bad62a8ad56b215e52d3fa72ab9af5cb616ef88bb4dc01038e0aa830abb2e09" metafile = true [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "9064f4642ae9641ab7cd215dc36dd794ffb6fd23d2170085ddccd5245a96979c" +hash = "32b70b757c2737504fa0ca8843434ad0c9027a916bb8a5f1aab2b07a2216ead9" metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "a6c3718d882abdbf077fd1243bb24edb53806ae9e0d7c25762bfb0260c890c00" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "779d6dd4029af7fc667e28d8613ce641f3b6f0a05d5617f1b1f24d8c8b5eb0e2" +hash = "1a859ae302337e9422f126cf87dd7c835c341dc39a6a615c64f6d2db04dccab1" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "23ba5e1c70c553f2e12b0ac0de1e32ee0020b5f85281a99bbf38877f5ee529c0" +hash = "4bfe5a1dfdc17312e5480278ab16cf4ec147a5b9b1b7b69455736f93a989cde4" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "bbd3df96b52262fa94986f3539e34d314f387041b3a17983ce4b47178f1812f7" +hash = "6e8d6a20655b03fff75feab70be32b8f6821127dcb8deacf8e816dbc916ac08f" metafile = true [[files]] file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "6893bbe71fa549ba764d060096595b675a6b21d79ac8f9ed96fcc637af2a7095" +hash = "362ba35315b78321c0421bab9908e8e6679036a73eb560badf4221d73f725534" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] file = "resourcepacks/lce-panorama-collection.pw.toml" -hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" metafile = true [[files]] file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" metafile = true [[files]] file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" -hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" metafile = true [[files]] @@ -676,52 +671,52 @@ metafile = true [[files]] file = "resourcepacks/mash-up-addon.pw.toml" -hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "57ca0909ecf68f15c8054cdb77f584a8740d3ec3cfc398c852d913b074719f90" +hash = "80325a81f3c2ae9bf78e1b370436ef06b46e8aa5df1d12ec1e37f86010d56995" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "cc1cff1be476ff3a6660ebe8061780c8edae0916bf28a513190f7ffc0ebe083f" +hash = "61951dbb8f64132210c2d64f54c57284cfb449a9c0e56318c889e1c0dc53508b" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "50ffe03d8356c972546bda611b282b684db10230e40de9db5bab8fa93f2f86fd" +hash = "f0822bfbfbc7aec450ecfbcc668ff634c96bd7945b13eea1e37bc3a982c5ca1e" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "c3c03be97a7a0dde20372d7890816cfc9618d5b015f2204997463cbdb15648ac" +hash = "6d5d7ec730da9321df1ed448d643e844657197926a4a273e3dabe3e09cab4c65" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "f7e27be27a145af458cf460c7f7a8e70042671d0bba008bb1b4ad776ad0e3e06" +hash = "72fedd04b7c025bd6e143bb4da56349c445ca307ed019059d9b431830d36f795" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "5aff8b28cf2d1d7c8457a2657c251c3c1c8e9be5175a97690bbb294464f07bae" +hash = "60717d2a9046589f91447e63d9d9804db81da8fe3f5145b13781a9bc28d87a7d" metafile = true [[files]] @@ -731,52 +726,52 @@ metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "75abb54977e2dfbd1200d191c6ae3322ac2b27e50974d78f76006ccb41bf5256" +hash = "4d8bd03b6d12ccf7904909632d522ee1f716d77a3cd59b65a06ec574e78baa4d" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "756bc6e0bfef80d2afba74b68009a3740dfe54d3461c9f9b5cac2e15ade47179" +hash = "ba978e95f4becfed1444132703f4ccafc1283c578141d14f136a6a9097d12265" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "c6c5beec5462adcc8d75121c6c53c1e08a9f0e33beee969cbd21384dd12c220b" +hash = "398c16fe6335b061aab2f580fc4640ac07da96eda320bf3ffe543e86c2208c71" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "0815aa678f2ecbb6987c9bf3f56099c98f53a0f4608e70f5d6b51bf2e29a5189" +hash = "f4a8d33428cba015dc8e3d383ea4e2f1b2434c94c54671bf76198c7c4db244b6" metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" metafile = true [[files]] file = "resourcepacks/vanilla-3d-doors.pw.toml" -hash = "db31050c794f63a043f59acd39d716c718ac7d7e8eb21d8657784ae699dc7ec6" +hash = "e6d2085cf15ab4ee86f58f0f12cf640b37522f0ed00c8802b040f28d1cc89b9d" metafile = true [[files]] file = "resourcepacks/vanilla-3d.pw.toml" -hash = "0a0a113cbf9235d723636102d05629250f6aff435220041393faabe585c18de6" +hash = "f363bba4980aecfd21b5f413947204a943412fbf699bb130fa6e575253d15105" metafile = true [[files]] file = "resourcepacks/vanilla-plus-jaronwqhd.pw.toml" -hash = "c7ce26bd5d99af09746b35df67aeba19f21b007b920d97349bde16bc38a87b4c" +hash = "846b7d88b6037e7cd2ba555842093d9bbcd701d8f8c5037c26f4d22ebdc91e16" metafile = true [[files]] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/chat-heads.pw.toml index bd0c0f562..c7b11caa6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/chat-heads.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.14.0-fabric-1.21.6.jar" +filename = "chat_heads-0.14.2-fabric-1.21.6.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/P6q2wonI/chat_heads-0.14.0-fabric-1.21.6.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/SCR210P7/chat_heads-0.14.2-fabric-1.21.6.jar" hash-format = "sha512" -hash = "7c9d31602b80711f42418f64ca54e2d1ef7f532c68f0e0592c0dc0d2d218af6014ffb290a644ea81b3a838325ac6d18ebffb0da7b6d6ace3a4bbc47446860859" +hash = "36aff9e6f7b1ec5749b6c10bb1396e5cce904b03656cb5986ce751ba18c9fc6e5df4f10d3c6b61eceb77fffaed929c9732bb18cd2745f53c136a40a3dd892e3a" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "P6q2wonI" +version = "SCR210P7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/collective.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/collective.pw.toml index 72884e61c..69b334b25 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/collective.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/collective.pw.toml @@ -1,13 +1,13 @@ name = "Collective" -filename = "collective-1.21.8-8.7.jar" +filename = "collective-1.21.8-8.11.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/HXF4XRYh/collective-1.21.8-8.7.jar" +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/8tJ3qV5y/collective-1.21.8-8.11.jar" hash-format = "sha512" -hash = "4f64c430a610c142bdc18eca6fea00105b0a8166ac6771a086728a2922ad76c01ff4c54ffef93d24f805b95cea0d84be0289af2baad0399f4a922e1b6b655210" +hash = "3fcff2556303ebbb9495fbe3b13d42cb22a284323828520ecfae846b1695eda6c0a9f8b187815a0b128fb9a1e809510d7aabf60ab4555bf0ad22510dcfdd8dee" [update] [update.modrinth] mod-id = "e0M1UDsY" -version = "HXF4XRYh" +version = "8tJ3qV5y" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/console-advancement-sounds.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/console-advancement-sounds.pw.toml index 46c073517..045cb1695 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/console-advancement-sounds.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/console-advancement-sounds.pw.toml @@ -1,13 +1,13 @@ name = "Console Advancement Sounds" -filename = "console-adv-sounds-1.0.16.jar" +filename = "console-adv-sounds-1.0.17.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/v2x7Gozv/versions/a2AaEaAL/console-adv-sounds-1.0.16.jar" +url = "https://cdn.modrinth.com/data/v2x7Gozv/versions/UL6ry8Cc/console-adv-sounds-1.0.17.jar" hash-format = "sha512" -hash = "6ea14f819092c3b39283c3f996a8eb08198b4c7853c35da5489f610bd87e006dc466f2f61615f958cdf725be85a36f880de719f180b3a2109bda4dd0fe6483ec" +hash = "3474dc4c23178ad2906da917861d80b4435f544aaf507dc50dae89119f5a92bfa6a86c03dc763f5de7096ffd8096a0375d719616a9b893b0e012d0b801382bc1" [update] [update.modrinth] mod-id = "v2x7Gozv" -version = "a2AaEaAL" +version = "UL6ry8Cc" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/craftpresence.pw.toml index b7e4c4415..29f0b917b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/craftpresence.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-2.6.2+1.21.8-fabric.jar" +filename = "CraftPresence-2.7.0+1.21.8-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/yQ3y9CzM/CraftPresence-2.6.2%2B1.21.8-fabric.jar" +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/4vj0xtr0/CraftPresence-2.7.0%2B1.21.8-fabric.jar" hash-format = "sha512" -hash = "558cd38dcc85a4e646e43f4d30500cd2926eb762f1e79b5d10385ecff3f863c805050d4aab9a3f5bcbefb179c2778348f056ea6a67678665d1d864b2bd24c93c" +hash = "d7e1e8c54046ebdb70b338713cccaa01313268f95b42c753c4f01ba3d8a0289fc78c2e26c4a97bfbde4e02d26fff1f86a2494c9559913d3919310d7015c6ff00" [update] [update.modrinth] mod-id = "DFqQfIBR" -version = "yQ3y9CzM" +version = "4vj0xtr0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/crash-assistant.pw.toml index 6dc3b341d..562952272 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/crash-assistant.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/crash-assistant.pw.toml @@ -1,13 +1,13 @@ name = "Crash Assistant" -filename = "CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/k1aHf41j/CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/rjBFad37/CrashAssistant-fabric-1.21.5-1.21.10-1.10.21.jar" hash-format = "sha512" -hash = "920de321709c229b3b93e2a7085e42a2331531536e8962466cd001c6fe3afdf734da57d04fb039bb380a5a0628e29b4d2c385d084f2e482199120aeac1410e42" +hash = "0a5e657eb57309a44ac4d7ea759275b8930de40bfdcfef01f18bc255ce41fd564353065e533509ade0e0d5e9b775a80ba00da98a3a71b773500a12282d9a9210" [update] [update.modrinth] mod-id = "ix1qq8Ux" -version = "k1aHf41j" +version = "rjBFad37" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml index abc9ed119..c8541a806 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +filename = "CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/L4hGYAr5/CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/aFXjQOXE/CustomPlayerModels-Fabric-1.21.8-0.6.25a.jar" hash-format = "sha512" -hash = "6d694fd80372c917a81ee56c4377554678133bf0f1f7ce8a04d90f5e7e076c8de8509bfa58105f961cfbbac4c2475e0486118fc9100dc21ac357e79faae42405" +hash = "cf1fc2942809f8702c8946309788d31879bac19d24571b9c8f1f52b2cec049bfb9349941ca2ed15ec91e10629c0cc6b9d702e9d36bdff372eec276653d1a7d0f" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "L4hGYAr5" +version = "aFXjQOXE" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/entityculling.pw.toml index 100bd884f..251abe082 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/entityculling.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "EntityCulling" -filename = "entityculling-fabric-1.8.2-mc1.21.6.jar" +filename = "entityculling-fabric-1.9.3-mc1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/5wVZFo2d/entityculling-fabric-1.8.2-mc1.21.6.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/U81jswDa/entityculling-fabric-1.9.3-mc1.21.8.jar" hash-format = "sha512" -hash = "528236d3d68ab4338dd0e1b3016a2381c6f341fb2b0854f93013c968710d9263f118a226abf422a6f43bb9ff7252833abf228f82dc47a099d83cf7848c55b9a7" +hash = "6da3c796daf967265d8a66c9fdd0cc168d7f9ffc330aa6dce039f15c916223f2f6c77a92f6e85eccc6ef787cd4ebe0c926c605db67fa996dfb8ca4b345bed0c0" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "5wVZFo2d" +version = "U81jswDa" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml index 855c76f63..4032faff3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.134.0+1.21.8.jar" +filename = "fabric-api-0.136.1+1.21.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/e9QZFLr0/fabric-api-0.134.0%2B1.21.8.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/g58ofrov/fabric-api-0.136.1%2B1.21.8.jar" hash-format = "sha512" -hash = "85422c5b4f0cb07da912074034a84a5f704dddea557ad8d3123bacb1fca2aa69cc3ed3a1fea690d4209f400bbaae53b382e2a5909ee26dd34b134b144e740aae" +hash = "eb1a6b5fc9912c68409493f10f43c3b61adda1d789ede9c83b16d0a95a2eb96bd630472866e163960479eb1b4d1196d09ade5aadc9da62624e800640c706c4a9" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "e9QZFLr0" +version = "g58ofrov" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/factory-api.pw.toml index da675868a..74a8f7b33 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/factory-api.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/factory-api.pw.toml @@ -1,13 +1,13 @@ name = "Factory API" -filename = "FactoryAPI-1.21.8-2.2.6-fabric.jar" +filename = "FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/2bbmGllK/FactoryAPI-1.21.8-2.2.6-fabric.jar" +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/TsN0JYLS/FactoryAPI-1.21.8-2.2.6.2545.1-fabric.jar" hash-format = "sha512" -hash = "83d4232c51b54255b93fb92f5dd540daf497d87b73146ed4b317e36eb93bc3134df02c90fcc78faa8360a4a23253fbad41bb1ab10b50f3c633af9629006c8364" +hash = "112406beb81aec951be85f24cb9482c910f653608d8847cbbe8377ed77475597a312e0bb478dde38860c7a716c97249f15792d0d2a7d2a09f64cb034b17f2f58" [update] [update.modrinth] mod-id = "nkTZHOLD" -version = "2bbmGllK" +version = "TsN0JYLS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml index f7627c80a..ec951aefe 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar" +filename = "ImmediatelyFast-Fabric-1.12.2+1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/XxwOC2sk/ImmediatelyFast-Fabric-1.12.1%2B1.21.8.jar" +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/OrO3H19n/ImmediatelyFast-Fabric-1.12.2%2B1.21.8.jar" hash-format = "sha512" -hash = "5277ba33c2f8255c65946a9e785a046d1c211aa974e679d881b9a259a50f42fc5f77a92d620a377d5992c66fa1ca581bb2fd902d1f93cdced4318fc2b10e45a8" +hash = "95d46cab584a327ed1a21fadbfa98c8aee3ab3365b53e1cf1fa5b789681cc512cd0b6ecfe2b573849bec733fd93d73440cba19772457277338b00f0e2489edd7" [update] [update.modrinth] mod-id = "5ZwdcRci" -version = "XxwOC2sk" +version = "OrO3H19n" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/iris.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/iris.pw.toml index 5497ccfd1..756922847 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/iris.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-fabric-1.9.2+mc1.21.8.jar" +filename = "iris-fabric-1.9.6+mc1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/x2f4KxP0/iris-fabric-1.9.2%2Bmc1.21.8.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/Rhzf61g1/iris-fabric-1.9.6%2Bmc1.21.8.jar" hash-format = "sha512" -hash = "b26edcc367cd0fea77f17779ef4d067e6c176061c344cb73c62ed263c85410a35f85d6c44e798bea77966d84db07db49aab31c9665699919102de83bbb0b261f" +hash = "7bbc094462fb05b008051632e944ce274ce9ad57bdcf9dd6608ed814b76e9ce530ea0ff66593ec5955899aaa46877e25e5a67dd46c4800f29419fd8c7fb531bb" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "x2f4KxP0" +version = "Rhzf61g1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/lambdynamiclights.pw.toml index 344c36022..313d334f2 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/lambdynamiclights.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.7.2+1.21.8.jar" +filename = "lambdynamiclights-4.8.6+1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/v58Ee3fD/lambdynamiclights-4.7.2%2B1.21.8.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/foMsxsVt/lambdynamiclights-4.8.6%2B1.21.8.jar" hash-format = "sha512" -hash = "c381586c45cada4fee9f5f3d84a91b2be639b5e862182c2f9653ec81f0c840ae542a33dbe6041256f61fbd30aeb8abbbf27571ebeea73f6840930f565a073214" +hash = "42ac8a37e06db4d0bc7336cf8e692800f1b5b5aeda1806914944c3f69b97758b49bb874e41d2a4743f1d01f39a839a7d36c983617cdae0608e3d543cfaf16f3f" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "v58Ee3fD" +version = "foMsxsVt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/legacy-nether-extended.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/legacy-nether-extended.pw.toml index 854ad81cd..f7bf55ca8 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/legacy-nether-extended.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/legacy-nether-extended.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Nether: Extended" -filename = "legacy-nether-extended-1.0.0.jar" +filename = "legacy-nether-extended-2.0.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l54rfVmm/versions/V0tEKCuN/legacy-nether-extended-1.0.0.jar" +url = "https://cdn.modrinth.com/data/l54rfVmm/versions/Sn40JUJ1/legacy-nether-extended-2.0.0.jar" hash-format = "sha512" -hash = "3e9788924f773590ffefeb1da96f51b45a6570220560f1cf5de4a20346acaa0e238efcbbe4710e6da43ecd170abc679e88f2a44d7d77d4bc961fb61caebc519f" +hash = "e064ba4b74142251aac5186183ab650c6df3da839c893772924d7b367bc3687ec544b17c3c82311683a8ef3d50c7f6c27847cda601895d94bb7e1e8cdbb8e739" [update] [update.modrinth] mod-id = "l54rfVmm" -version = "V0tEKCuN" +version = "Sn40JUJ1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/minimega.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/minimega.pw.toml index 953a449f3..95528cfee 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/minimega.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/minimega.pw.toml @@ -1,13 +1,13 @@ name = "Minimega" -filename = "minimega-0.0.1-alpha.18.3.jar" +filename = "minimega-0.0.1-alpha.18.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/vSGVv0ML/minimega-0.0.1-alpha.18.3.jar" +url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/tCb8ChGM/minimega-0.0.1-alpha.18.4.jar" hash-format = "sha512" -hash = "6c7f37db4321b73879dc8819c6963b503aa88d4b7bc77b91f1342d9493b6f63ebdaa42f2e77277424fce8d073b6ac21940169bcb4cfb164519143dba18fee9bd" +hash = "8b71d36aa321038f44b352f91b34acccb88a611fb8d65e1f65ec58a82e3d2974524d59a28c97de24d1e9671c2698ad58156c3f86f619057f4424c8ce52ca8ad4" [update] [update.modrinth] mod-id = "d4zJxq8p" -version = "vSGVv0ML" +version = "tCb8ChGM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/moderner-beta.pw.toml index 5f722f34c..7099849e4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/moderner-beta.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/moderner-beta.pw.toml @@ -1,13 +1,13 @@ name = "Moderner Beta" -filename = "moderner-beta-fabric-3.2.0+1.21.6.jar" +filename = "moderner-beta-fabric-3.2.1+1.21.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/Csd7mVZp/moderner-beta-fabric-3.2.0%2B1.21.6.jar" +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/JdwjfSnT/moderner-beta-fabric-3.2.1%2B1.21.6.jar" hash-format = "sha512" -hash = "f50e171b988ccd7ce6271f2066e6fd83458b22c12443b04244a805e2947cbf26f49faf01c7a1691caab5fa4b5cf191b1241f823959a73eef894e5490f29c31ee" +hash = "d8410ae0f93d04ea6786f811b186fe17586b970a5f1253e02361eeb9b21bbab48d2d4ae1c2f6fee1951d62fdba2a6f92d6343879681430b05fd48f8af175be59" [update] [update.modrinth] mod-id = "xkrdwmh2" -version = "Csd7mVZp" +version = "JdwjfSnT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/optiboxes.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/optiboxes.pw.toml index 0e9cf2bf0..c70d65fa7 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/optiboxes.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/optiboxes.pw.toml @@ -1,13 +1,13 @@ name = "Optiboxes" -filename = "optiboxes-1.6+1.21.8-fabric.jar" +filename = "optiboxes-1.7+1.21.8-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DWuwk8aA/versions/CBrQhBEo/optiboxes-1.6%2B1.21.8-fabric.jar" +url = "https://cdn.modrinth.com/data/DWuwk8aA/versions/VHppll0O/optiboxes-1.7%2B1.21.8-fabric.jar" hash-format = "sha512" -hash = "2d6fb546f2ae027d66d319a68446b13dc903f9a8bac9fe029806f7edf67619473b4b3cf8052919e7f0ef858baeb41354128d7015b1da2756f0a6343fef3e0da8" +hash = "5a90e61b454ebb627691306cb0a87c74241c9f19aa2e8dbcbc021531a518c74827556c2d2c94762e8edf6b53069bd582cdd122fa138cd857b731615f69fecbda" [update] [update.modrinth] mod-id = "DWuwk8aA" -version = "CBrQhBEo" +version = "VHppll0O" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/raknetify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/raknetify.pw.toml index d7d44fc53..84140f903 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/raknetify.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/raknetify.pw.toml @@ -1,13 +1,13 @@ name = "Raknetify" -filename = "raknetify-fabric-0.1.0+alpha.5.188-all.jar" +filename = "raknetify-fabric-0.1.0+alpha.5.193-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5IovSY3u/versions/V7lRgXGy/raknetify-fabric-0.1.0%2Balpha.5.188-all.jar" +url = "https://cdn.modrinth.com/data/5IovSY3u/versions/f9xXpYw4/raknetify-fabric-0.1.0%2Balpha.5.193-all.jar" hash-format = "sha512" -hash = "a7f7f6442d03273db0b458972cf8f77ecde4e718dc23612030674aca83746ba5643514582520863a8e84e15347a3dc2d1115c2506015d837f0c6e8754e55cbeb" +hash = "cbd0ba57debdd8125b0574dd5f7a643f13b55adfd28e5a12b0633ade852265fc649d09c2fe94d0c3a551767f3dc3bed06cb560f0a0e127c84598c63034bec24a" [update] [update.modrinth] mod-id = "5IovSY3u" -version = "V7lRgXGy" +version = "f9xXpYw4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/simple-voice-chat.pw.toml index f14835c67..bf74e2e05 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/simple-voice-chat.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.21.8-2.6.4.jar" +filename = "voicechat-fabric-1.21.8-2.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/s1rczw8x/voicechat-fabric-1.21.8-2.6.4.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/2Z1g1v36/voicechat-fabric-1.21.8-2.6.6.jar" hash-format = "sha512" -hash = "fe9829808829882c43aea39ed70a37b2c0857bdd8051af3749a9b544e564ec6aa3ff49b34aadf61426934687c94a7aa531fba39d60326cc5fbd52504ee822b1a" +hash = "476ad0a99a2ed2b8897866c0a83dc084392cb9f5f385d4dcb4ca0d180aa8ef878a50b06164e59dcd0dfb9738c331431100ced58bdbbcd577a01fd2affae97302" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "s1rczw8x" +version = "2Z1g1v36" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/sodium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/sodium.pw.toml index d2fdaf3dd..7394582ee 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/sodium.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.7.0+mc1.21.8.jar" +filename = "sodium-fabric-0.7.3+mc1.21.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/24jH02Sf/sodium-fabric-0.7.0%2Bmc1.21.8.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/7pwil2dy/sodium-fabric-0.7.3%2Bmc1.21.8.jar" hash-format = "sha512" -hash = "c57481fbe673a7074eac0c7c662ecf611aba11cbf78a70a30929aab5a2b83cc9f0c1e37f2d3814f47c5a0b14452a48149ce8c8603fe45910835207dab8b8f4af" +hash = "2c7fe998cd7d20c6decdc944df733db870ab364a64cfdbd4c504c1f4f11d3e41dc1b29555e73fbafc051b4c4fbfbd7b5262d13b9d874f4b1b8860de8aefeac53" [update] [update.modrinth] mod-id = "AANobbMI" -version = "24jH02Sf" +version = "7pwil2dy" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/unilib.pw.toml index 6e54cef99..940c15d62 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/unilib.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/mods/unilib.pw.toml @@ -1,13 +1,13 @@ name = "UniLib" -filename = "UniLib-1.1.1+1.21.8-fabric.jar" +filename = "UniLib-1.2.0+1.21.8-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nT86WUER/versions/r7X2k7PK/UniLib-1.1.1%2B1.21.8-fabric.jar" +url = "https://cdn.modrinth.com/data/nT86WUER/versions/BEkYsae8/UniLib-1.2.0%2B1.21.8-fabric.jar" hash-format = "sha512" -hash = "6012572699b4de5e9d9090970c842cb2bcdc076d844fc0d42f1360e8b763f74f0e3c213681e22075fda6809b96a71bc251abdce0cda9357da1347d4de14b6282" +hash = "67a570ccb87431c77fc4eddf85f23be890cf58d917267ab402e48018ba040ec44bad6bc16442abeb34c5d498fabdeeed6e5894c86eb460e9b95b1d34adb8f65f" [update] [update.modrinth] mod-id = "nT86WUER" -version = "r7X2k7PK" +version = "BEkYsae8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/pack.toml index 1ab692d02..8f402a5b8 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/pack.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "932a94dc86741d0c1c82ee6a3a837a872ca9092db16b4656c1a47e69a8b96278" +hash = "604b4feab52dbcccbe8e740f4fedbf71b7f8749b709880a999ca387515aaa9e7" [versions] fabric = "0.17.2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/candy-texture-pack.pw.toml index 794f47894..4fe38e5a6 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/candy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/candy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Candy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/DIhgqU8r/Candy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/auKzaoWW/Candy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "37212e16628f14dace7f9207c790571476248dbc6f1e75d4cc5caf334bf7e959e92189f42edbcfe04a6d21d4223ccf45c2531b746fddd37e9f5185b41fa2244d" +hash = "4e8159b29b45bdaaf403d745b93a1af409a72c105a96d3d9cad534b3db0428fad4a0daeaa842b0135efc1ecdf39c2595086bd3f62ebf2b176873a5cc31168822" [update] [update.modrinth] mod-id = "NGIRqFgR" -version = "DIhgqU8r" +version = "auKzaoWW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/cartoon-texture-pack.pw.toml index b8f497d57..31c8a9908 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/cartoon-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/cartoon-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Cartoon Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/oLSEFqg5/Cartoon%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/JEcOBgin/Cartoon%20Texture%20Pack.zip" hash-format = "sha512" -hash = "57f68a754f697e5f97a8822ac6f7f8ec0dd90115c467df9a77d3c8fd416457fbd964e0342491dade78695d6efd73286e519df218b905e129ce325dd6d9faad06" +hash = "5dfe5c59ba1bfc687066ed350ee1595526daf9b6b8f1e73855db29563d73ac27df1a64a8a7c75d8a9490d763218fa157efc07a776396d8aaced021d19f811d84" [update] [update.modrinth] mod-id = "I8Wm3eT9" -version = "oLSEFqg5" +version = "JEcOBgin" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/chinese-mythology-mash-up.pw.toml index 78f249e1f..682b54db5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/chinese-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Chinese Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kRsZVu69/versions/iYu3Ny2M/Chinese%20Mythology%20Mash-up.zip" +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/eCy5CqFR/Chinese%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "49af83d0a81dd6023823ee9551f3621a8abb5bdca5d3aa013032f4daf05885f646ab50022cf06daccb347cad86e8e9feb1d854c96324711520e2e67a763a0cd4" +hash = "3046124724ec8f647464b93f8517c593eed09df0874010415c0c877e39e56287beb2148f8f2a9be3492cb10b76f6a8a2ec53729fa36f979062d8577f98f2b193" [update] [update.modrinth] mod-id = "kRsZVu69" -version = "iYu3Ny2M" +version = "eCy5CqFR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/city-texture-pack.pw.toml index 49eb9da4a..81e86a01b 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/city-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/city-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "City Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/jh8br5aq/City%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/gg9OXysC/City%20Texture%20Pack.zip" hash-format = "sha512" -hash = "c7b727767da73430eb4a93a104fe5a15447319dd08e65ef272c86304ae08a92adcc2ae06b374455e90610292b86dee87b4f2809eb65f6f6fabc4c941c3221b6f" +hash = "ef465d02ed3628f57ff5e1426d9d7bd94fe37781abcdd1443260fe7212d99b2751057e9e96b3651690d1d5c6cec1509aa70d1f6e0dce0a979fd7dcdcaed7d8a0" [update] [update.modrinth] mod-id = "IcRlkcNt" -version = "jh8br5aq" +version = "gg9OXysC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/fantasy-texture-pack.pw.toml index 5479fbc3a..4269fb286 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/fantasy-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/fantasy-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Fantasy Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/pzxWPD80/Fantasy%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/NJUAKIBi/Fantasy%20Texture%20Pack.zip" hash-format = "sha512" -hash = "eedafa4adca659644ced4bfe942651b153c08cbbb3ef609e6dfc3e2084be4ec24aa6fefd5da68e8ab07f16a9d5115321ff64568dadfb6cf4e1bd73786bc5ba98" +hash = "e2e3f3b633d6d610963b37341c4ca032efa9f8bb6116ce22125f1f076aa997d09744e2dcd78ad24d52572cd9388b28b023b938be8e2e3fbc024207337f86a40b" [update] [update.modrinth] mod-id = "kFbEIMmd" -version = "pzxWPD80" +version = "NJUAKIBi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/festive-mash-up.pw.toml index 54509b574..59da1227f 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/festive-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/festive-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Festive.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/yA4ybGm4/Festive.zip" +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/Hj3ojy5W/Festive.zip" hash-format = "sha512" -hash = "2d639cc2e591713119a6e9669aea15d20d4ffaa99ac9ce6be667faaa2b40fd88a974e58ac04bdf0dd7fa507094f21553419b97e50bd4a9b88003b31d42c989c8" +hash = "1c12d701396903876d6e5049297dc159a2f64997768ac9204bb5f8fb5a90124644c34068bd9f93d2bc9635b047ccabeef753bbcbcc820458eecafe9ff0092569" [update] [update.modrinth] mod-id = "pE8Ji9UH" -version = "yA4ybGm4" +version = "Hj3ojy5W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/greek-mythology-mash-up.pw.toml index cd752185c..32a2b5eb5 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/greek-mythology-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/greek-mythology-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Greek Mythology Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/IgDxoHRk/Greek%20Mythology%20Mash-up.zip" +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/8E0TEGbw/Greek%20Mythology%20Mash-up.zip" hash-format = "sha512" -hash = "ae6cba150477b3b87c27adf697209722a6ec05de327be9d281d495522fa16abb967f8bf8e06585fae00ae6352a9078c22757c0c44a823f31d4f416b5140d973c" +hash = "150102f8fa203ce57f6416bb46ffc8921eaa40fb7f90ae99301ebf28fc5f121ed7183f4bf459bc00fd9dfb29b0ac6ecc7ae6a16bd3504a501fc4d003bf36c9f4" [update] [update.modrinth] mod-id = "WtfCCeNe" -version = "IgDxoHRk" +version = "8E0TEGbw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/halloween-mash-up.pw.toml index 7d0972ebc..ececb44c0 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/halloween-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/halloween-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Halloween Mash-up.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/mXZavX3c/versions/ouWVuJYL/Halloween%20Mash-up.zip" +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/UyyZ7EO7/Halloween%20Mash-up.zip" hash-format = "sha512" -hash = "3ab30effe2aa9052437a49b1afd8db60a5e3847e46cefb3ed83e88694d80bebb8004d847f4a6f26f7968abc308697779579af73ec0725b7f7a24553b02d7b029" +hash = "7e309e2ede6b4aa60ef7e4ce0b9cdaa3c4e2bc3af51254ff750fee076ed14684231693750822a05847a146eb03d60597584ee129684d237ebcc9ab01a78b3b76" [update] [update.modrinth] mod-id = "mXZavX3c" -version = "ouWVuJYL" +version = "UyyZ7EO7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml index c84c5cec2..152051356 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/legacy-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.3.0.zip" +filename = "Legacy-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" +hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" [update] [update.modrinth] mod-id = "IU7pUM86" -version = "OWs9AFVt" +version = "hW2BbtE4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/mass-effect-mash-up.pw.toml index 9d811a323..75e26b9ae 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/mass-effect-mash-up.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/mass-effect-mash-up.pw.toml @@ -3,11 +3,11 @@ filename = "Mass Effect.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +url = "https://cdn.modrinth.com/data/27e5KETs/versions/u0aJfMeM/Mass%20Effect.zip" hash-format = "sha512" -hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" +hash = "3e559c667f9e1ae8b412ef707f22196de3554783d79fd718e1292256ab1233a8a398249b62534b7917f4be0705e76a567c8aa5908bbc59d552fa1b3133e7e832" [update] [update.modrinth] mod-id = "27e5KETs" -version = "8Ya2o6nd" +version = "u0aJfMeM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml index d717f8f0e..4db21a242 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/modern-skin-packs.pw.toml @@ -1,13 +1,13 @@ name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.3.0.zip" +filename = "Modern-Skin-Packs-2.4.0.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" hash-format = "sha512" -hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" +hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" [update] [update.modrinth] mod-id = "UJZvIuVv" -version = "fiPDWlSR" +version = "uHBubbwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/natural-texture-pack.pw.toml index 10fab99a7..ca22f7fd3 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/natural-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/natural-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Natural Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/BOQLnVXW/Natural%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/HOaSuCge/Natural%20Texture%20Pack.zip" hash-format = "sha512" -hash = "e9e7db227e2ab8fea92de76ea8cd2c5fff20398eda9a0506d2057b8460c0b94b7bc70091f8e57e7e73158dda0602e3b89a2122f663731cd12b13c175709532aa" +hash = "0aa12c1efebbfd51f8f9231886361313b2292c6ee5468c604a29995cec5059396001c52c7963dee3aae9d7a94e96a2f38457eb7a2b6e83d6ed498cf38fdc1625" [update] [update.modrinth] mod-id = "wl6YG9AY" -version = "BOQLnVXW" +version = "HOaSuCge" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pacp.pw.toml index edf728651..78a2b3290 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pacp.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pacp.pw.toml @@ -3,11 +3,11 @@ filename = "PACP_Base_Release.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/9MeKUUix/PACP_Base_Release.zip" +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/hDU6iM2v/PACP_Base_Release.zip" hash-format = "sha512" -hash = "a3e99769519fa10e0ee77c93ba55f9de9147437d4bca55d13514f37ad22bd94827d1f219c4c75cc9e186411f1ad264ccd001b8659e0ae5725109342fba7a00b6" +hash = "138ad2ce981e27c8725ba346e35c5fc6128a6ecb1fd901614f8a7abf1588f708fabe7c83a20031050e86d4ffdc53ac96544a900b66c2de11592ec93694f3d334" [update] [update.modrinth] mod-id = "gx2HeuWD" -version = "9MeKUUix" +version = "hDU6iM2v" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pattern-texture-pack.pw.toml index 3dc4d6555..4e9a27492 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pattern-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/pattern-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Pattern Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/2F04lb0o/versions/t7uJU5CO/Pattern%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/ucJiPhqS/Pattern%20Texture%20Pack.zip" hash-format = "sha512" -hash = "7d5bbd320754180c97b3f9acd45e0d87b4fbcfec55026960c5cf3909323816f4c59c76704c48e14d5da97fd5efc86c0b8d60cf29ac08bde185713c2e80827417" +hash = "22e7dfcbc28f95e9f69c5085cc73a52ec892602b44f7117fa03b571cd04457b62baac53d70568ba0d04f59f3fe479e86e489cfb77a60ccf4b48d546d7e9479be" [update] [update.modrinth] mod-id = "2F04lb0o" -version = "t7uJU5CO" +version = "ucJiPhqS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/plastic-texture-pack.pw.toml index de5d79daf..f425109a4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/plastic-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/plastic-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Plastic Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/meEXwbr9/versions/r3fVBXlh/Plastic%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/Odv1yCtL/Plastic%20Texture%20Pack.zip" hash-format = "sha512" -hash = "c349e516dd52809b3cb4c5ce81bc9a8fc0836c3f8e87122d2c7d8f2ee1ee705ec7643db40efea0f0c97d67c1c79859af8547d339bf45f4795e84cf57d18862ce" +hash = "f4dafdf8a94c1b473c536bec562d71ab538feab81317c3cf4349f54756f08146f85f622d28d254113309a35c991fef0dea8f5418c100d52a5f4da66976111f6d" [update] [update.modrinth] mod-id = "meEXwbr9" -version = "r3fVBXlh" +version = "Odv1yCtL" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/steampunk-texture-pack.pw.toml index a167c3eba..3e3883be4 100644 --- a/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/steampunk-texture-pack.pw.toml +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.21.8/resourcepacks/steampunk-texture-pack.pw.toml @@ -3,11 +3,11 @@ filename = "Steampunk Texture Pack.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/D4geiuAH/Steampunk%20Texture%20Pack.zip" +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/w5xhMkzK/Steampunk%20Texture%20Pack.zip" hash-format = "sha512" -hash = "71f0c3600790417b691751bd79e22e97853abb782787e914193f69c45d04735bf56acbfaa4ef4bc65a965d9fe7dec9134cc49555b8c29b9d969e6db5b60427d3" +hash = "f28c736c6abb77236ecb392c4c74d70f11aaf164467d935a901eaeb5688db70ace70c475fadbc3c73efff4415d8b7139f37fcb9f08b451f122715e33dfc0eee0" [update] [update.modrinth] mod-id = "iWaY0S0z" -version = "D4geiuAH" +version = "w5xhMkzK"