From 62d8448aa8d50aba0994cd112ccc6ff258d971c7 Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:05:19 -0500 Subject: [PATCH] feat:(20.2 & 20.6): 1.20.2 and 1.20.6 init --- .github/workflows/rc-builds.yml | 16 + .github/workflows/rc-lite-builds.yml | 16 + .../1.20.2/config/legacy/client_mixin.json | 25 + .../1.20.2/config/legacy/client_options.json | 172 ++++ .../fabric/1.20.2/config/legacy/common.json | 5 + .../1.20.2/config/legacy/common_mixin.json | 4 + .../1.20.2/config/legacy/global_packs.json | 11 + .../config/yosbr/config/badoptimizations.txt | 76 ++ .../config/yosbr/config/dynamic_fps.json | 14 + .../yosbr/config/enhanced_bes.properties | 4 + .../config/yosbr/config/entityculling.json | 4 + .../yosbr/config/ferritecore.mixin.properties | 1 + .../config/yosbr/config/immediatelyfast.json | 3 + .../yosbr/config/modernfix-mixins.properties | 15 + .../config/yosbr/config/moreculling.toml | 25 + .../config/yosbr/config/servercore/config.yml | 3 + .../yosbr/config/servercore/optimizations.yml | 1 + .../config/yosbr/config/sodium-options.json | 5 + .../config/yosbr/config/threadtweak.json | 8 + .../1.20.2/config/yosbr/config/vmp.properties | 2 + .../fabric/1.20.2/config/yosbr/options.txt | 3 + .../curseforge/fabric/1.20.2/index.toml | 217 +++++ .../1.20.2/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.2/mods/c2me-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/cloth-config.pw.toml | 13 + .../1.20.2/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.2/mods/dynamic-fps.pw.toml | 13 + .../curseforge/fabric/1.20.2/mods/ebe.pw.toml | 13 + .../fabric/1.20.2/mods/entityculling.pw.toml | 13 + .../fabric/1.20.2/mods/fabric-api.pw.toml | 13 + .../fabric/1.20.2/mods/factory-api.pw.toml | 13 + .../fabric/1.20.2/mods/ferrite-core.pw.toml | 13 + .../1.20.2/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.2/mods/krypton.pw.toml | 13 + .../fabric/1.20.2/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.2/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.2/mods/lithium.pw.toml | 13 + .../fabric/1.20.2/mods/modernfix.pw.toml | 13 + .../fabric/1.20.2/mods/noisium.pw.toml | 13 + .../fabric/1.20.2/mods/servercore.pw.toml | 13 + .../fabric/1.20.2/mods/sodium.pw.toml | 13 + .../fabric/1.20.2/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.2/mods/vmp-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/yacl.pw.toml | 13 + .../fabric/1.20.2/mods/yosbr.pw.toml | 13 + .../curseforge/fabric/1.20.2/pack.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.6/config/legacy/client_mixin.json | 25 + .../1.20.6/config/legacy/client_options.json | 172 ++++ .../fabric/1.20.6/config/legacy/common.json | 5 + .../1.20.6/config/legacy/common_mixin.json | 4 + .../1.20.6/config/legacy/global_packs.json | 11 + .../config/yosbr/config/badoptimizations.txt | 76 ++ .../config/yosbr/config/dynamic_fps.json | 14 + .../yosbr/config/enhanced_bes.properties | 4 + .../config/yosbr/config/entityculling.json | 4 + .../yosbr/config/ferritecore.mixin.properties | 1 + .../config/yosbr/config/immediatelyfast.json | 3 + .../yosbr/config/modernfix-mixins.properties | 15 + .../config/yosbr/config/moreculling.toml | 25 + .../config/yosbr/config/servercore/config.yml | 3 + .../yosbr/config/servercore/optimizations.yml | 1 + .../config/yosbr/config/sodium-options.json | 5 + .../config/yosbr/config/threadtweak.json | 8 + .../1.20.6/config/yosbr/config/vmp.properties | 2 + .../fabric/1.20.6/config/yosbr/options.txt | 3 + .../curseforge/fabric/1.20.6/index.toml | 217 +++++ .../1.20.6/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.6/mods/c2me-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/cloth-config.pw.toml | 13 + .../1.20.6/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.6/mods/dynamic-fps.pw.toml | 13 + .../curseforge/fabric/1.20.6/mods/ebe.pw.toml | 13 + .../fabric/1.20.6/mods/entityculling.pw.toml | 13 + .../fabric/1.20.6/mods/fabric-api.pw.toml | 13 + .../fabric/1.20.6/mods/factory-api.pw.toml | 13 + .../fabric/1.20.6/mods/ferrite-core.pw.toml | 13 + .../1.20.6/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.6/mods/krypton.pw.toml | 13 + .../fabric/1.20.6/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.6/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.6/mods/lithium.pw.toml | 13 + .../fabric/1.20.6/mods/modernfix.pw.toml | 13 + .../fabric/1.20.6/mods/noisium.pw.toml | 13 + .../fabric/1.20.6/mods/servercore.pw.toml | 13 + .../fabric/1.20.6/mods/sodium.pw.toml | 13 + .../fabric/1.20.6/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.6/mods/vmp-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/yacl.pw.toml | 13 + .../fabric/1.20.6/mods/yosbr.pw.toml | 13 + .../curseforge/fabric/1.20.6/pack.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.2/config/legacy/client_mixin.json | 25 + .../1.20.2/config/legacy/client_options.json | 172 ++++ .../fabric/1.20.2/config/legacy/common.json | 5 + .../1.20.2/config/legacy/common_mixin.json | 4 + .../1.20.2/config/legacy/global_packs.json | 11 + .../config/yosbr/config/badoptimizations.txt | 76 ++ .../config/yosbr/config/dynamic_fps.json | 14 + .../yosbr/config/enhanced_bes.properties | 4 + .../config/yosbr/config/entityculling.json | 4 + .../yosbr/config/ferritecore.mixin.properties | 1 + .../config/yosbr/config/immediatelyfast.json | 3 + .../yosbr/config/modernfix-mixins.properties | 15 + .../config/yosbr/config/moreculling.toml | 25 + .../config/yosbr/config/servercore/config.yml | 3 + .../yosbr/config/servercore/optimizations.yml | 1 + .../config/yosbr/config/sodium-options.json | 5 + .../config/yosbr/config/threadtweak.json | 8 + .../1.20.2/config/yosbr/config/vmp.properties | 2 + .../fabric/1.20.2/config/yosbr/options.txt | 3 + .../modrinth/fabric/1.20.2/index.toml | 217 +++++ .../1.20.2/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.2/mods/c2me-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/cloth-config.pw.toml | 13 + .../1.20.2/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.2/mods/dynamic-fps.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/ebe.pw.toml | 13 + .../fabric/1.20.2/mods/entityculling.pw.toml | 13 + .../fabric/1.20.2/mods/fabric-api.pw.toml | 13 + .../fabric/1.20.2/mods/factory-api.pw.toml | 13 + .../fabric/1.20.2/mods/ferrite-core.pw.toml | 13 + .../1.20.2/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.2/mods/krypton.pw.toml | 13 + .../fabric/1.20.2/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.2/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.2/mods/lithium.pw.toml | 13 + .../fabric/1.20.2/mods/modernfix.pw.toml | 13 + .../fabric/1.20.2/mods/noisium.pw.toml | 13 + .../fabric/1.20.2/mods/servercore.pw.toml | 13 + .../fabric/1.20.2/mods/sodium.pw.toml | 13 + .../fabric/1.20.2/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.2/mods/vmp-fabric.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/yacl.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/yosbr.pw.toml | 13 + .../modrinth/fabric/1.20.2/pack.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.6/config/legacy/client_mixin.json | 25 + .../1.20.6/config/legacy/client_options.json | 172 ++++ .../fabric/1.20.6/config/legacy/common.json | 5 + .../1.20.6/config/legacy/common_mixin.json | 4 + .../1.20.6/config/legacy/global_packs.json | 11 + .../config/yosbr/config/badoptimizations.txt | 76 ++ .../config/yosbr/config/dynamic_fps.json | 14 + .../yosbr/config/enhanced_bes.properties | 4 + .../config/yosbr/config/entityculling.json | 4 + .../yosbr/config/ferritecore.mixin.properties | 1 + .../config/yosbr/config/immediatelyfast.json | 3 + .../yosbr/config/modernfix-mixins.properties | 15 + .../config/yosbr/config/moreculling.toml | 25 + .../config/yosbr/config/servercore/config.yml | 3 + .../yosbr/config/servercore/optimizations.yml | 1 + .../config/yosbr/config/sodium-options.json | 5 + .../config/yosbr/config/threadtweak.json | 8 + .../1.20.6/config/yosbr/config/vmp.properties | 2 + .../fabric/1.20.6/config/yosbr/options.txt | 3 + .../modrinth/fabric/1.20.6/index.toml | 217 +++++ .../1.20.6/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.6/mods/c2me-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/cloth-config.pw.toml | 13 + .../1.20.6/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.6/mods/dynamic-fps.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/ebe.pw.toml | 13 + .../fabric/1.20.6/mods/entityculling.pw.toml | 13 + .../fabric/1.20.6/mods/fabric-api.pw.toml | 13 + .../fabric/1.20.6/mods/factory-api.pw.toml | 13 + .../fabric/1.20.6/mods/ferrite-core.pw.toml | 13 + .../1.20.6/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.6/mods/krypton.pw.toml | 13 + .../fabric/1.20.6/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.6/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.6/mods/lithium.pw.toml | 13 + .../fabric/1.20.6/mods/modernfix.pw.toml | 13 + .../fabric/1.20.6/mods/noisium.pw.toml | 13 + .../fabric/1.20.6/mods/servercore.pw.toml | 13 + .../fabric/1.20.6/mods/sodium.pw.toml | 13 + .../fabric/1.20.6/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.6/mods/vmp-fabric.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/yacl.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/yosbr.pw.toml | 13 + .../modrinth/fabric/1.20.6/pack.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.2/config/crash_assistant/config.toml | 99 +++ .../config/crash_assistant/lang/README.md | 18 + .../config/crash_assistant/lang/en_us.json | 91 +++ .../config/crash_assistant/lang/ru_ru.json | 91 +++ .../config/crash_assistant/lang/zh_cn.json | 91 +++ .../config/crash_assistant/modlist.json | 178 +++++ .../problematic_mods_config.json | 6 + .../1.20.2/config/legacy/client_mixin.json | 25 + .../1.20.2/config/legacy/client_options.json | 201 +++++ .../fabric/1.20.2/config/legacy/common.json | 5 + .../1.20.2/config/legacy/common_mixin.json | 4 + .../1.20.2/config/legacy/global_packs.json | 15 + ...ostalgic_tweaks-client-startup_backup.json | 601 ++++++++++++++ .../nostalgic_tweaks/nostalgic_tweaks.json | 601 ++++++++++++++ .../config/NoChatReports/NCR-Client.json | 9 + .../config/NoChatReports/NCR-Common.json | 3 + .../config/NoChatReports/NCR-Encryption.json | 3 + .../config/bettergrass.json5 | 3 + .../configureddefaults/config/capes.json5 | 10 + .../configureddefaults/config/citresewn.json | 3 + .../1.20.2/configureddefaults/config/cpm.json | 15 + .../config/craftpresence.json | 154 ++++ .../config/enhanced_bes.properties | 4 + .../configureddefaults/config/fastquit.toml | 1 + .../config/ferritecore.mixin.properties | 1 + .../config/immediatelyfast.json | 3 + .../configureddefaults/config/iris.properties | 2 + .../config/lambdynlights.toml | 148 ++++ .../config/modernfix-mixins.properties | 15 + .../configureddefaults/config/modmenu.json | 7 + .../configureddefaults/config/puzzle.json | 20 + .../config/ryoamiclights.toml | 9 + .../config/servercore/config.yml | 3 + .../config/servercore/optimizations.yml | 1 + .../configureddefaults/config/vmp.properties | 2 + .../config/world-host.json5 | 4 + .../1.20.2/configureddefaults/options.txt | 13 + .../configureddefaults/resource_albums.json | 7 + .../resource_albums/minecraft.json | 18 + .../resource_albums/minecraft_classic.json | 18 + .../curseforge/fabric/1.20.2/index.toml | 391 +++++++++ .../1.20.2/mods/architectury-api.pw.toml | 13 + .../1.20.2/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.2/mods/bettergrassify.pw.toml | 13 + .../fabric/1.20.2/mods/bigshot.pw.toml | 13 + .../fabric/1.20.2/mods/capes.pw.toml | 13 + .../fabric/1.20.2/mods/chat-heads.pw.toml | 13 + .../fabric/1.20.2/mods/cloth-config.pw.toml | 13 + .../1.20.2/mods/configured-defaults.pw.toml | 13 + .../fabric/1.20.2/mods/continuity.pw.toml | 13 + .../1.20.2/mods/crash-assistant.pw.toml | 13 + .../1.20.2/mods/cubes-without-borders.pw.toml | 13 + .../mods/custom-player-models-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/dynamic-fps.pw.toml | 13 + .../mods/enhanced-block-entities.pw.toml | 13 + .../1.20.2/mods/entity-model-features.pw.toml | 13 + .../entity-texture-features-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/fabric-api.pw.toml | 13 + .../mods/fabric-language-kotlin.pw.toml | 13 + .../fabric/1.20.2/mods/fabrishot.pw.toml | 13 + .../fabric/1.20.2/mods/factory-api.pw.toml | 13 + .../fabric/1.20.2/mods/fastquit.pw.toml | 13 + .../1.20.2/mods/ferritecore-fabric.pw.toml | 13 + .../1.20.2/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.2/mods/indium.pw.toml | 13 + .../fabric/1.20.2/mods/irisshaders.pw.toml | 13 + .../1.20.2/mods/lambdynamiclights.pw.toml | 13 + .../1.20.2/mods/language-reload.pw.toml | 13 + .../1.20.2/mods/legacy-minecraft.pw.toml | 13 + .../fabric/1.20.2/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.2/mods/lithium.pw.toml | 13 + .../1.20.2/mods/macos-input-fixes.pw.toml | 13 + .../fabric/1.20.2/mods/moderner-beta.pw.toml | 13 + .../fabric/1.20.2/mods/modernfix.pw.toml | 13 + .../fabric/1.20.2/mods/modmenu.pw.toml | 13 + .../1.20.2/mods/no-chat-reports.pw.toml | 13 + .../fabric/1.20.2/mods/noisium.pw.toml | 13 + .../1.20.2/mods/nostalgic-tweaks.pw.toml | 13 + .../fabric/1.20.2/mods/ok-zoomer.pw.toml | 13 + .../fabric/1.20.2/mods/optigui.pw.toml | 13 + .../fabric/1.20.2/mods/polytone.pw.toml | 13 + .../1.20.2/mods/simple-voice-chat.pw.toml | 13 + .../fabric/1.20.2/mods/sodium-extra.pw.toml | 13 + .../fabric/1.20.2/mods/sodium.pw.toml | 13 + .../1.20.2/mods/text-placeholder-api.pw.toml | 13 + .../fabric/1.20.2/mods/yacl.pw.toml | 13 + .../curseforge/fabric/1.20.2/pack.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.6/config/crash_assistant/config.toml | 99 +++ .../config/crash_assistant/lang/README.md | 18 + .../config/crash_assistant/lang/en_us.json | 91 +++ .../config/crash_assistant/lang/ru_ru.json | 91 +++ .../config/crash_assistant/lang/zh_cn.json | 91 +++ .../config/crash_assistant/modlist.json | 178 +++++ .../problematic_mods_config.json | 6 + .../1.20.6/config/legacy/client_mixin.json | 25 + .../1.20.6/config/legacy/client_options.json | 201 +++++ .../fabric/1.20.6/config/legacy/common.json | 5 + .../1.20.6/config/legacy/common_mixin.json | 4 + .../1.20.6/config/legacy/global_packs.json | 15 + ...ostalgic_tweaks-client-startup_backup.json | 601 ++++++++++++++ .../nostalgic_tweaks/nostalgic_tweaks.json | 601 ++++++++++++++ .../config/NoChatReports/NCR-Client.json | 9 + .../config/NoChatReports/NCR-Common.json | 3 + .../config/NoChatReports/NCR-Encryption.json | 3 + .../config/bettergrass.json5 | 3 + .../configureddefaults/config/capes.json5 | 10 + .../configureddefaults/config/citresewn.json | 3 + .../1.20.6/configureddefaults/config/cpm.json | 15 + .../config/craftpresence.json | 154 ++++ .../config/enhanced_bes.properties | 4 + .../configureddefaults/config/fastquit.toml | 1 + .../config/ferritecore.mixin.properties | 1 + .../config/immediatelyfast.json | 3 + .../configureddefaults/config/iris.properties | 2 + .../config/lambdynlights.toml | 148 ++++ .../config/modernfix-mixins.properties | 15 + .../configureddefaults/config/modmenu.json | 7 + .../configureddefaults/config/puzzle.json | 20 + .../config/ryoamiclights.toml | 9 + .../config/servercore/config.yml | 3 + .../config/servercore/optimizations.yml | 1 + .../configureddefaults/config/vmp.properties | 2 + .../config/world-host.json5 | 4 + .../1.20.6/configureddefaults/options.txt | 13 + .../configureddefaults/resource_albums.json | 7 + .../resource_albums/minecraft.json | 18 + .../resource_albums/minecraft_classic.json | 18 + .../curseforge/fabric/1.20.6/index.toml | 391 +++++++++ .../1.20.6/mods/architectury-api.pw.toml | 13 + .../1.20.6/mods/badoptimizations.pw.toml | 13 + .../fabric/1.20.6/mods/bettergrassify.pw.toml | 13 + .../fabric/1.20.6/mods/bigshot.pw.toml | 13 + .../fabric/1.20.6/mods/capes.pw.toml | 13 + .../fabric/1.20.6/mods/chat-heads.pw.toml | 13 + .../fabric/1.20.6/mods/cloth-config.pw.toml | 13 + .../1.20.6/mods/configured-defaults.pw.toml | 13 + .../fabric/1.20.6/mods/continuity.pw.toml | 13 + .../1.20.6/mods/crash-assistant.pw.toml | 13 + .../1.20.6/mods/cubes-without-borders.pw.toml | 13 + .../mods/custom-player-models-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/dynamic-fps.pw.toml | 13 + .../mods/enhanced-block-entities.pw.toml | 13 + .../1.20.6/mods/entity-model-features.pw.toml | 13 + .../entity-texture-features-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/fabric-api.pw.toml | 13 + .../mods/fabric-language-kotlin.pw.toml | 13 + .../fabric/1.20.6/mods/fabrishot.pw.toml | 13 + .../fabric/1.20.6/mods/factory-api.pw.toml | 13 + .../fabric/1.20.6/mods/fastquit.pw.toml | 13 + .../1.20.6/mods/ferritecore-fabric.pw.toml | 13 + .../1.20.6/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.6/mods/indium.pw.toml | 13 + .../fabric/1.20.6/mods/irisshaders.pw.toml | 13 + .../1.20.6/mods/lambdynamiclights.pw.toml | 13 + .../1.20.6/mods/language-reload.pw.toml | 13 + .../1.20.6/mods/legacy-minecraft.pw.toml | 13 + .../fabric/1.20.6/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.6/mods/lithium.pw.toml | 13 + .../1.20.6/mods/macos-input-fixes.pw.toml | 13 + .../fabric/1.20.6/mods/moderner-beta.pw.toml | 13 + .../fabric/1.20.6/mods/modernfix.pw.toml | 13 + .../fabric/1.20.6/mods/modmenu.pw.toml | 13 + .../1.20.6/mods/no-chat-reports.pw.toml | 13 + .../fabric/1.20.6/mods/noisium.pw.toml | 13 + .../1.20.6/mods/nostalgic-tweaks.pw.toml | 13 + .../fabric/1.20.6/mods/optigui.pw.toml | 13 + .../fabric/1.20.6/mods/polytone.pw.toml | 13 + .../1.20.6/mods/simple-voice-chat.pw.toml | 13 + .../fabric/1.20.6/mods/sodium-extra.pw.toml | 13 + .../fabric/1.20.6/mods/sodium.pw.toml | 13 + .../1.20.6/mods/text-placeholder-api.pw.toml | 13 + .../fabric/1.20.6/mods/wi-zoom.pw.toml | 13 + .../fabric/1.20.6/mods/yacl.pw.toml | 13 + .../curseforge/fabric/1.20.6/pack.toml | 13 + .../re-console-resources.pw.toml | 13 + .../1.20.2/config/crash_assistant/config.toml | 99 +++ .../config/crash_assistant/lang/README.md | 18 + .../config/crash_assistant/lang/en_us.json | 91 +++ .../config/crash_assistant/lang/ru_ru.json | 91 +++ .../config/crash_assistant/lang/zh_cn.json | 91 +++ .../config/crash_assistant/modlist.json | 178 +++++ .../problematic_mods_config.json | 6 + .../1.20.2/config/legacy/client_mixin.json | 25 + .../1.20.2/config/legacy/client_options.json | 201 +++++ .../fabric/1.20.2/config/legacy/common.json | 5 + .../1.20.2/config/legacy/common_mixin.json | 4 + .../1.20.2/config/legacy/global_packs.json | 21 + ...ostalgic_tweaks-client-startup_backup.json | 601 ++++++++++++++ .../nostalgic_tweaks/nostalgic_tweaks.json | 646 +++++++++++++++ .../config/NoChatReports/NCR-Client.json | 9 + .../config/NoChatReports/NCR-Common.json | 3 + .../config/NoChatReports/NCR-Encryption.json | 3 + .../config/bettergrass.json5 | 3 + .../configureddefaults/config/capes.json5 | 10 + .../configureddefaults/config/citresewn.json | 3 + .../1.20.2/configureddefaults/config/cpm.json | 15 + .../config/craftpresence.json | 154 ++++ .../config/enhanced_bes.properties | 4 + .../configureddefaults/config/fastquit.toml | 1 + .../config/ferritecore.mixin.properties | 1 + .../config/immediatelyfast.json | 3 + .../configureddefaults/config/iris.properties | 2 + .../config/lambdynlights.toml | 148 ++++ .../config/modernfix-mixins.properties | 15 + .../configureddefaults/config/modmenu.json | 7 + .../configureddefaults/config/puzzle.json | 20 + .../config/ryoamiclights.toml | 9 + .../config/servercore/config.yml | 3 + .../config/servercore/optimizations.yml | 1 + .../configureddefaults/config/vmp.properties | 2 + .../config/world-host.json5 | 4 + .../1.20.2/configureddefaults/options.txt | 14 + .../configureddefaults/resource_albums.json | 29 + .../resource_albums/animated.json | 12 + .../resource_albums/candy.json | 10 + .../resource_albums/caribbean.json | 10 + .../resource_albums/cartoon.json | 10 + .../resource_albums/chinese.json | 10 + .../resource_albums/city.json | 10 + .../resource_albums/dark-mode.json | 12 + .../resource_albums/faithful.json | 11 + .../resource_albums/fallout.json | 10 + .../resource_albums/fantasy.json | 10 + .../resource_albums/festive.json | 10 + .../resource_albums/greek.json | 10 + .../resource_albums/halloween.json | 10 + .../resource_albums/minecraft.json | 22 + .../resource_albums/minecraft_classic.json | 19 + .../resource_albums/n7.json | 10 + .../resource_albums/natural.json | 10 + .../resource_albums/norse.json | 10 + .../resource_albums/pattern.json | 10 + .../resource_albums/plastic.json | 10 + .../resource_albums/steampunk.json | 10 + .../resource_albums/super_cute.json | 10 + .../resource_albums/super_mario.json | 10 + .../resource_albums/trailer.json | 11 + .../modrinth/fabric/1.20.2/index.toml | 739 ++++++++++++++++++ .../1.20.2/mods/architectury-api.pw.toml | 13 + .../1.20.2/mods/badoptimizations.pw.toml | 13 + .../mods/better-ping-display-fabric.pw.toml | 13 + .../fabric/1.20.2/mods/bettergrassify.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/bobby.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/capes.pw.toml | 13 + .../fabric/1.20.2/mods/chat-heads.pw.toml | 13 + .../fabric/1.20.2/mods/cloth-config.pw.toml | 13 + .../1.20.2/mods/configured-defaults.pw.toml | 13 + .../fabric/1.20.2/mods/continuity.pw.toml | 13 + .../fabric/1.20.2/mods/craftpresence.pw.toml | 13 + .../1.20.2/mods/crash-assistant.pw.toml | 13 + .../1.20.2/mods/cubes-without-borders.pw.toml | 13 + .../1.20.2/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.2/mods/dynamic-fps.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/ears.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/ebe.pw.toml | 13 + .../1.20.2/mods/entity-model-features.pw.toml | 13 + .../fabric/1.20.2/mods/entityculling.pw.toml | 13 + .../1.20.2/mods/entitytexturefeatures.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/esf.pw.toml | 13 + .../fabric/1.20.2/mods/fabric-api.pw.toml | 13 + .../mods/fabric-language-kotlin.pw.toml | 13 + .../1.20.2/mods/fabricbettergrass.pw.toml | 13 + .../fabric/1.20.2/mods/fabrishot.pw.toml | 13 + .../fabric/1.20.2/mods/factory-api.pw.toml | 13 + .../fabric/1.20.2/mods/fastquit.pw.toml | 13 + .../fabric/1.20.2/mods/ferrite-core.pw.toml | 13 + .../1.20.2/mods/fix-keyboard-on-linux.pw.toml | 13 + .../1.20.2/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.2/mods/indium.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/iris.pw.toml | 13 + .../1.20.2/mods/lambdynamiclights.pw.toml | 13 + .../1.20.2/mods/language-reload.pw.toml | 13 + .../fabric/1.20.2/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.2/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.2/mods/lithium.pw.toml | 13 + .../1.20.2/mods/macos-input-fixes.pw.toml | 13 + .../1.20.2/mods/main-menu-credits.pw.toml | 13 + .../fabric/1.20.2/mods/moderner-beta.pw.toml | 13 + .../fabric/1.20.2/mods/modernfix.pw.toml | 13 + .../fabric/1.20.2/mods/modmenu.pw.toml | 13 + .../1.20.2/mods/no-chat-reports.pw.toml | 13 + .../fabric/1.20.2/mods/noisium.pw.toml | 13 + .../1.20.2/mods/nostalgic-tweaks.pw.toml | 13 + .../fabric/1.20.2/mods/ok-zoomer.pw.toml | 13 + .../fabric/1.20.2/mods/optigui.pw.toml | 13 + .../1.20.2/mods/placeholder-api.pw.toml | 13 + .../fabric/1.20.2/mods/polytone.pw.toml | 13 + .../1.20.2/mods/simple-voice-chat.pw.toml | 13 + .../fabric/1.20.2/mods/sodium-extra.pw.toml | 13 + .../fabric/1.20.2/mods/sodium.pw.toml | 13 + .../fabric/1.20.2/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.2/mods/unilib.pw.toml | 13 + .../fabric/1.20.2/mods/world-host.pw.toml | 13 + .../modrinth/fabric/1.20.2/mods/yacl.pw.toml | 13 + .../modrinth/fabric/1.20.2/pack.toml | 16 + .../resourcepacks/1080p-kbm-tooltips.pw.toml | 13 + .../a-minecraft-movie-hero-pack.pw.toml | 13 + .../1.20.2/resourcepacks/bare-bones.pw.toml | 13 + .../resourcepacks/candy-texture-pack.pw.toml | 13 + .../cartoon-texture-pack.pw.toml | 13 + .../chinese-mythology-mash-up.pw.toml | 13 + .../resourcepacks/city-texture-pack.pw.toml | 13 + .../resourcepacks/classic-mcyt-sp.pw.toml | 13 + .../default-dark-mode-legacy4j.pw.toml | 13 + .../1.20.2/resourcepacks/faithful-32x.pw.toml | 13 + .../resourcepacks/faithful-legacy.pw.toml | 13 + .../resourcepacks/fallout-mashup.pw.toml | 13 + .../fantasy-texture-pack.pw.toml | 13 + .../resourcepacks/festive-mash-up.pw.toml | 13 + .../fresh-animations-extensions.pw.toml | 13 + .../resourcepacks/fresh-animations.pw.toml | 13 + .../1.20.2/resourcepacks/golden-days.pw.toml | 13 + .../greek-mythology-mash-up.pw.toml | 13 + .../resourcepacks/halloween-mash-up.pw.toml | 13 + .../resourcepacks/hellokitty-skinpack.pw.toml | 13 + .../lce-panorama-collection.pw.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + ...egacy-skins-doctor-who-skin-pack-1.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-titles.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/mash-up-addon.pw.toml | 13 + .../resourcepacks/mass-effect-mash-up.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../natural-texture-pack.pw.toml | 13 + .../norse-mythology-mash-up.pw.toml | 13 + .../fabric/1.20.2/resourcepacks/pacp.pw.toml | 13 + .../pattern-texture-pack.pw.toml | 13 + .../pirates-of-the-caribbean-mash-up.pw.toml | 13 + .../plastic-texture-pack.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../steampunk-texture-pack.pw.toml | 13 + .../1.20.2/resourcepacks/super-cute.pw.toml | 13 + .../resourcepacks/super-mario-mash-up.pw.toml | 13 + .../the-garden-awakens-skin-pack.pw.toml | 13 + .../resourcepacks/tras-fresh-player.pw.toml | 13 + .../tutorial-world-addon.pw.toml | 13 + .../1.20.6/config/crash_assistant/config.toml | 99 +++ .../config/crash_assistant/lang/README.md | 18 + .../config/crash_assistant/lang/en_us.json | 91 +++ .../config/crash_assistant/lang/ru_ru.json | 91 +++ .../config/crash_assistant/lang/zh_cn.json | 91 +++ .../config/crash_assistant/modlist.json | 178 +++++ .../problematic_mods_config.json | 6 + .../1.20.6/config/legacy/client_mixin.json | 25 + .../1.20.6/config/legacy/client_options.json | 201 +++++ .../fabric/1.20.6/config/legacy/common.json | 5 + .../1.20.6/config/legacy/common_mixin.json | 4 + .../1.20.6/config/legacy/global_packs.json | 21 + ...ostalgic_tweaks-client-startup_backup.json | 601 ++++++++++++++ .../nostalgic_tweaks/nostalgic_tweaks.json | 646 +++++++++++++++ .../config/NoChatReports/NCR-Client.json | 9 + .../config/NoChatReports/NCR-Common.json | 3 + .../config/NoChatReports/NCR-Encryption.json | 3 + .../config/bettergrass.json5 | 3 + .../configureddefaults/config/capes.json5 | 10 + .../configureddefaults/config/citresewn.json | 3 + .../1.20.6/configureddefaults/config/cpm.json | 15 + .../config/craftpresence.json | 154 ++++ .../config/enhanced_bes.properties | 4 + .../configureddefaults/config/fastquit.toml | 1 + .../config/ferritecore.mixin.properties | 1 + .../config/immediatelyfast.json | 3 + .../configureddefaults/config/iris.properties | 2 + .../config/lambdynlights.toml | 148 ++++ .../config/modernfix-mixins.properties | 15 + .../configureddefaults/config/modmenu.json | 7 + .../configureddefaults/config/puzzle.json | 20 + .../config/ryoamiclights.toml | 9 + .../config/servercore/config.yml | 3 + .../config/servercore/optimizations.yml | 1 + .../configureddefaults/config/vmp.properties | 2 + .../config/world-host.json5 | 4 + .../1.20.6/configureddefaults/options.txt | 14 + .../configureddefaults/resource_albums.json | 29 + .../resource_albums/animated.json | 12 + .../resource_albums/candy.json | 10 + .../resource_albums/caribbean.json | 10 + .../resource_albums/cartoon.json | 10 + .../resource_albums/chinese.json | 10 + .../resource_albums/city.json | 10 + .../resource_albums/dark-mode.json | 12 + .../resource_albums/faithful.json | 11 + .../resource_albums/fallout.json | 10 + .../resource_albums/fantasy.json | 10 + .../resource_albums/festive.json | 10 + .../resource_albums/greek.json | 10 + .../resource_albums/halloween.json | 10 + .../resource_albums/minecraft.json | 22 + .../resource_albums/minecraft_classic.json | 19 + .../resource_albums/n7.json | 10 + .../resource_albums/natural.json | 10 + .../resource_albums/norse.json | 10 + .../resource_albums/pattern.json | 10 + .../resource_albums/plastic.json | 10 + .../resource_albums/steampunk.json | 10 + .../resource_albums/super_cute.json | 10 + .../resource_albums/super_mario.json | 10 + .../resource_albums/trailer.json | 10 + .../modrinth/fabric/1.20.6/index.toml | 734 +++++++++++++++++ .../1.20.6/mods/architectury-api.pw.toml | 13 + .../1.20.6/mods/badoptimizations.pw.toml | 13 + .../mods/better-ping-display-fabric.pw.toml | 13 + .../fabric/1.20.6/mods/bettergrassify.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/bobby.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/capes.pw.toml | 13 + .../fabric/1.20.6/mods/chat-heads.pw.toml | 13 + .../fabric/1.20.6/mods/cloth-config.pw.toml | 13 + .../1.20.6/mods/configured-defaults.pw.toml | 13 + .../fabric/1.20.6/mods/continuity.pw.toml | 13 + .../fabric/1.20.6/mods/craftpresence.pw.toml | 13 + .../1.20.6/mods/crash-assistant.pw.toml | 13 + .../1.20.6/mods/cubes-without-borders.pw.toml | 13 + .../1.20.6/mods/custom-player-models.pw.toml | 13 + .../fabric/1.20.6/mods/dynamic-fps.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/ears.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/ebe.pw.toml | 13 + .../1.20.6/mods/entity-model-features.pw.toml | 13 + .../fabric/1.20.6/mods/entityculling.pw.toml | 13 + .../1.20.6/mods/entitytexturefeatures.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/esf.pw.toml | 13 + .../fabric/1.20.6/mods/fabric-api.pw.toml | 13 + .../mods/fabric-language-kotlin.pw.toml | 13 + .../1.20.6/mods/fabricbettergrass.pw.toml | 13 + .../fabric/1.20.6/mods/fabrishot.pw.toml | 13 + .../fabric/1.20.6/mods/factory-api.pw.toml | 13 + .../fabric/1.20.6/mods/fastquit.pw.toml | 13 + .../fabric/1.20.6/mods/ferrite-core.pw.toml | 13 + .../1.20.6/mods/fix-keyboard-on-linux.pw.toml | 13 + .../1.20.6/mods/immediatelyfast.pw.toml | 13 + .../fabric/1.20.6/mods/indium.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/iris.pw.toml | 13 + .../1.20.6/mods/lambdynamiclights.pw.toml | 13 + .../1.20.6/mods/language-reload.pw.toml | 13 + .../fabric/1.20.6/mods/legacy-skins.pw.toml | 13 + .../fabric/1.20.6/mods/legacy4j.pw.toml | 13 + .../fabric/1.20.6/mods/lithium.pw.toml | 13 + .../1.20.6/mods/macos-input-fixes.pw.toml | 13 + .../fabric/1.20.6/mods/moderner-beta.pw.toml | 13 + .../fabric/1.20.6/mods/modernfix.pw.toml | 13 + .../fabric/1.20.6/mods/modmenu.pw.toml | 13 + .../1.20.6/mods/no-chat-reports.pw.toml | 13 + .../fabric/1.20.6/mods/noisium.pw.toml | 13 + .../1.20.6/mods/nostalgic-tweaks.pw.toml | 13 + .../fabric/1.20.6/mods/optigui.pw.toml | 13 + .../1.20.6/mods/placeholder-api.pw.toml | 13 + .../fabric/1.20.6/mods/polytone.pw.toml | 13 + .../1.20.6/mods/simple-voice-chat.pw.toml | 13 + .../fabric/1.20.6/mods/sodium-extra.pw.toml | 13 + .../fabric/1.20.6/mods/sodium.pw.toml | 13 + .../fabric/1.20.6/mods/threadtweak.pw.toml | 13 + .../fabric/1.20.6/mods/unilib.pw.toml | 13 + .../fabric/1.20.6/mods/wi-zoom.pw.toml | 13 + .../fabric/1.20.6/mods/world-host.pw.toml | 13 + .../modrinth/fabric/1.20.6/mods/yacl.pw.toml | 13 + .../modrinth/fabric/1.20.6/pack.toml | 16 + .../resourcepacks/1080p-kbm-tooltips.pw.toml | 13 + .../a-minecraft-movie-hero-pack.pw.toml | 13 + .../1.20.6/resourcepacks/bare-bones.pw.toml | 13 + .../resourcepacks/candy-texture-pack.pw.toml | 13 + .../cartoon-texture-pack.pw.toml | 13 + .../chinese-mythology-mash-up.pw.toml | 13 + .../resourcepacks/city-texture-pack.pw.toml | 13 + .../resourcepacks/classic-mcyt-sp.pw.toml | 13 + .../default-dark-mode-legacy4j.pw.toml | 13 + .../1.20.6/resourcepacks/faithful-32x.pw.toml | 13 + .../resourcepacks/faithful-legacy.pw.toml | 13 + .../resourcepacks/fallout-mashup.pw.toml | 13 + .../fantasy-texture-pack.pw.toml | 13 + .../resourcepacks/festive-mash-up.pw.toml | 13 + .../fresh-animations-extensions.pw.toml | 13 + .../resourcepacks/fresh-animations.pw.toml | 13 + .../1.20.6/resourcepacks/golden-days.pw.toml | 13 + .../greek-mythology-mash-up.pw.toml | 13 + .../resourcepacks/halloween-mash-up.pw.toml | 13 + .../resourcepacks/hellokitty-skinpack.pw.toml | 13 + .../lce-panorama-collection.pw.toml | 13 + .../resourcepacks/legacy-skin-packs.pw.toml | 13 + ...egacy-skins-doctor-who-skin-pack-1.pw.toml | 13 + .../legacy-skins-pack-ordering.pw.toml | 13 + .../resourcepacks/legacy-titles.pw.toml | 13 + .../resourcepacks/legacy-worlds.pw.toml | 13 + .../resourcepacks/mash-up-addon.pw.toml | 13 + .../resourcepacks/mass-effect-mash-up.pw.toml | 13 + .../resourcepacks/modern-skin-packs.pw.toml | 13 + .../natural-texture-pack.pw.toml | 13 + .../norse-mythology-mash-up.pw.toml | 13 + .../fabric/1.20.6/resourcepacks/pacp.pw.toml | 13 + .../pattern-texture-pack.pw.toml | 13 + .../pirates-of-the-caribbean-mash-up.pw.toml | 13 + .../plastic-texture-pack.pw.toml | 13 + .../re-console-resources.pw.toml | 13 + .../steampunk-texture-pack.pw.toml | 13 + .../1.20.6/resourcepacks/super-cute.pw.toml | 13 + .../resourcepacks/super-mario-mash-up.pw.toml | 13 + .../the-garden-awakens-skin-pack.pw.toml | 13 + .../resourcepacks/tras-fresh-player.pw.toml | 13 + .../tutorial-world-addon.pw.toml | 13 + 697 files changed, 20593 insertions(+) create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/badoptimizations.txt create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/dynamic_fps.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/entityculling.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/moreculling.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/sodium-options.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/threadtweak.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/vmp.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/options.txt create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/index.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/c2me-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/krypton.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/servercore.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/vmp-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yosbr.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/pack.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/badoptimizations.txt create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/dynamic_fps.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/entityculling.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/moreculling.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/sodium-options.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/threadtweak.json create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/vmp.properties create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/options.txt create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/index.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/c2me-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/krypton.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/servercore.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/vmp-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yosbr.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/pack.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/badoptimizations.txt create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/dynamic_fps.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/entityculling.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/moreculling.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/sodium-options.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/threadtweak.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/vmp.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/options.txt create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/index.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/c2me-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/krypton.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/servercore.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/vmp-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yosbr.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/pack.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/badoptimizations.txt create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/dynamic_fps.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/entityculling.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/moreculling.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/sodium-options.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/threadtweak.json create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/vmp.properties create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/options.txt create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/index.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/c2me-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/krypton.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/servercore.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/vmp-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yosbr.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/pack.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/config.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/README.md create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/en_us.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/modlist.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/bettergrass.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/capes.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/citresewn.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/cpm.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/craftpresence.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/fastquit.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/iris.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/lambdynlights.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modmenu.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/puzzle.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/vmp.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/world-host.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/options.txt create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/index.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/architectury-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bettergrassify.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bigshot.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/capes.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/chat-heads.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/configured-defaults.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/continuity.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/crash-assistant.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cubes-without-borders.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/custom-player-models-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/enhanced-block-entities.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-model-features.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-texture-features-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabrishot.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fastquit.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ferritecore-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/indium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/irisshaders.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lambdynamiclights.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/language-reload.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-minecraft.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/macos-input-fixes.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/moderner-beta.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modmenu.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/no-chat-reports.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ok-zoomer.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/optigui.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/polytone.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/simple-voice-chat.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium-extra.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/text-placeholder-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/pack.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/config.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/README.md create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/en_us.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/modlist.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/bettergrass.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/capes.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/citresewn.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/cpm.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/craftpresence.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/fastquit.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/iris.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/lambdynlights.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modmenu.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/puzzle.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/vmp.properties create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/world-host.json5 create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/options.txt create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/index.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/architectury-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bettergrassify.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bigshot.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/capes.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/chat-heads.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/configured-defaults.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/continuity.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/crash-assistant.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cubes-without-borders.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/custom-player-models-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/enhanced-block-entities.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-model-features.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-texture-features-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabrishot.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fastquit.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/ferritecore-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/indium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/irisshaders.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lambdynamiclights.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/language-reload.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-minecraft.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/macos-input-fixes.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/moderner-beta.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modmenu.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/no-chat-reports.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/optigui.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/polytone.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/simple-voice-chat.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium-extra.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/text-placeholder-api.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/wi-zoom.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/pack.toml create mode 100644 versions/vanilla/src/re-console/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/config.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/README.md create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/en_us.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/modlist.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/bettergrass.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/capes.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/citresewn.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/cpm.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/craftpresence.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/fastquit.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/iris.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/lambdynlights.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modmenu.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/puzzle.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/vmp.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/world-host.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/options.txt create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/animated.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/candy.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/caribbean.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/cartoon.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/chinese.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/city.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/dark-mode.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/faithful.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fallout.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fantasy.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/festive.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/greek.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/halloween.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/n7.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/natural.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/norse.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/pattern.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/plastic.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/steampunk.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_cute.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_mario.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/trailer.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/index.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/architectury-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/better-ping-display-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bettergrassify.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bobby.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/capes.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/chat-heads.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/configured-defaults.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/continuity.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/craftpresence.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/crash-assistant.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cubes-without-borders.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ears.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entity-model-features.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entitytexturefeatures.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/esf.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabricbettergrass.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabrishot.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fastquit.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fix-keyboard-on-linux.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/indium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/iris.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lambdynamiclights.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/language-reload.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/macos-input-fixes.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/main-menu-credits.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/moderner-beta.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modmenu.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/no-chat-reports.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ok-zoomer.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/optigui.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/placeholder-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/polytone.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/simple-voice-chat.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium-extra.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/unilib.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/world-host.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/pack.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/1080p-kbm-tooltips.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/a-minecraft-movie-hero-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/bare-bones.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/candy-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/cartoon-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/chinese-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/city-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/classic-mcyt-sp.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/default-dark-mode-legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-32x.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-legacy.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fallout-mashup.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fantasy-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/festive-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations-extensions.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/golden-days.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/greek-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/halloween-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/hellokitty-skinpack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/lce-panorama-collection.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-titles.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mash-up-addon.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mass-effect-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/natural-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/norse-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pacp.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pattern-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/plastic-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/steampunk-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-cute.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-mario-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/the-garden-awakens-skin-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tras-fresh-player.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tutorial-world-addon.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/config.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/README.md create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/en_us.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/modlist.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_mixin.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_options.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common_mixin.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/global_packs.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/bettergrass.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/capes.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/citresewn.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/cpm.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/craftpresence.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/fastquit.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/immediatelyfast.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/iris.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/lambdynlights.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modmenu.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/puzzle.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/config.yml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/vmp.properties create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/world-host.json5 create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/options.txt create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/animated.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/candy.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/caribbean.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/cartoon.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/chinese.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/city.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/dark-mode.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/faithful.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fallout.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fantasy.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/festive.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/greek.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/halloween.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/n7.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/natural.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/norse.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/pattern.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/plastic.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/steampunk.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_cute.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_mario.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/trailer.json create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/index.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/architectury-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/better-ping-display-fabric.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bettergrassify.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bobby.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/capes.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/chat-heads.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/configured-defaults.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/continuity.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/craftpresence.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/crash-assistant.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cubes-without-borders.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ears.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ebe.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entity-model-features.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entityculling.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entitytexturefeatures.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/esf.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabricbettergrass.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabrishot.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/factory-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fastquit.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fix-keyboard-on-linux.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/indium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/iris.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lambdynamiclights.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/language-reload.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lithium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/macos-input-fixes.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/moderner-beta.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modernfix.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modmenu.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/no-chat-reports.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/noisium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/optigui.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/placeholder-api.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/polytone.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/simple-voice-chat.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium-extra.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/unilib.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/wi-zoom.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/world-host.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/yacl.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/pack.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/1080p-kbm-tooltips.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/a-minecraft-movie-hero-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/bare-bones.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/candy-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/cartoon-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/chinese-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/city-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/classic-mcyt-sp.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/default-dark-mode-legacy4j.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-32x.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-legacy.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fallout-mashup.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fantasy-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/festive-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations-extensions.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/golden-days.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/greek-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/halloween-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/hellokitty-skinpack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/lce-panorama-collection.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-titles.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mash-up-addon.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mass-effect-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/natural-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/norse-mythology-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pacp.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pattern-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/plastic-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/steampunk-texture-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-cute.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-mario-mash-up.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/the-garden-awakens-skin-pack.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tras-fresh-player.pw.toml create mode 100644 versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tutorial-world-addon.pw.toml diff --git a/.github/workflows/rc-builds.yml b/.github/workflows/rc-builds.yml index 79e7e8b44..cac65c65f 100644 --- a/.github/workflows/rc-builds.yml +++ b/.github/workflows/rc-builds.yml @@ -24,10 +24,18 @@ jobs: loader: "fabric" platform: "modrinth" file_ext: "mrpack" + - version: "1.20.2" + loader: "fabric" + platform: "modrinth" + file_ext: "mrpack" - version: "1.20.4" loader: "fabric" platform: "modrinth" file_ext: "mrpack" + - version: "1.20.6" + loader: "fabric" + platform: "modrinth" + file_ext: "mrpack" - version: "1.21.1" loader: "fabric" platform: "modrinth" @@ -49,10 +57,18 @@ jobs: loader: "fabric" platform: "curseforge" file_ext: "zip" + - version: "1.20.2" + loader: "fabric" + platform: "curseforge" + file_ext: "zip" - version: "1.20.4" loader: "fabric" platform: "curseforge" file_ext: "zip" + - version: "1.20.6" + loader: "fabric" + platform: "curseforge" + file_ext: "zip" - version: "1.21.1" loader: "fabric" platform: "curseforge" diff --git a/.github/workflows/rc-lite-builds.yml b/.github/workflows/rc-lite-builds.yml index 9eaef5072..98d384d22 100644 --- a/.github/workflows/rc-lite-builds.yml +++ b/.github/workflows/rc-lite-builds.yml @@ -24,10 +24,18 @@ jobs: loader: "fabric" platform: "modrinth" file_ext: "mrpack" + - version: "1.20.2" + loader: "fabric" + platform: "modrinth" + file_ext: "mrpack" - version: "1.20.4" loader: "fabric" platform: "modrinth" file_ext: "mrpack" + - version: "1.20.6" + loader: "fabric" + platform: "modrinth" + file_ext: "mrpack" - version: "1.21.1" loader: "fabric" platform: "modrinth" @@ -49,10 +57,18 @@ jobs: loader: "fabric" platform: "curseforge" file_ext: "zip" + - version: "1.20.2" + loader: "fabric" + platform: "curseforge" + file_ext: "zip" - version: "1.20.4" loader: "fabric" platform: "curseforge" file_ext: "zip" + - version: "1.20.6" + loader: "fabric" + platform: "curseforge" + file_ext: "zip" - version: "1.21.1" loader: "fabric" platform: "curseforge" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_mixin.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_options.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_options.json new file mode 100644 index 000000000..8118b6efa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/client_options.json @@ -0,0 +1,172 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.nostalgic_tweaks.next_song": "none", + "component_key.nostalgic_tweaks.open_config": "none", + "component_key.nostalgic_tweaks.stop_song": "none", + "component_key.nostalgic_tweaks.toggle_fog": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlType": "auto", + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.1", + "lastLoadedVersion": "1.8.0.2511.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyOverstackedItems": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "merchantTradingIndicator": true, + "minecartSounds": true, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "tooltipBoxes": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common_mixin.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/global_packs.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/global_packs.json new file mode 100644 index 000000000..c20bb48fa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/legacy/global_packs.json @@ -0,0 +1,11 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Skins Pack Ordering v3.zip", + "legacy:legacy_resources", + "file/Legacy Worlds.zip", + "file/rcr3.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/badoptimizations.txt b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/badoptimizations.txt new file mode 100644 index 000000000..318a251dd --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/badoptimizations.txt @@ -0,0 +1,76 @@ +# BadOptimizations configuration +# Here you can configure stuff, mostly enabling/disabling specific optimizations. + +# Whether we should cancel updating the lightmap if not needed. +enable_lightmap_caching: true +# How much the in-game time must change in ticks (1/20th of a second) +# for the lightmap to immediately update. +# Higher values will result in less frequent updates +# to block lighting, but better performance. +# Values below 2 will disable hte optimization. +lightmap_time_change_needed_for_update: 20 + +# Whether the sky's color should be cached unless you're on a biome border. +enable_sky_color_caching: true +# How much the in-game time must change in ticks for the sky color to +# be recalculated with our own calculation. Higher values will result in +# the sky updating less frequently, but slightly better performance. +# Values below 2 will all have the same effect. +skycolor_time_change_needed_for_update: 3 + +# Whether we should avoid calling debug renderers +# and their calculations if there are no debug entries to render +enable_debug_renderer_disable_if_not_needed: true + +# +# Micro optimizations +# + +# Whether we should avoid calling the particle manager +# and its calculations if there are no particles. +enable_particle_manager_optimization: true +# Whether we should avoid calling the toast manager +# if there are no toasts +enable_toast_optimizations: true +# Whether the result of getSkyAngle should be cached +# for the entire frame during rendering +enable_sky_angle_caching_in_worldrenderer: true +# Whether entity renderers should be stored directly in EntityType +# instead of a HashMap. +# Disable to fix compatibility with Twilight Forest +enable_entity_renderer_caching: true +# Whether block entity renderers should be stored in BlockEntityType +# instead of a HashMap. +enable_block_entity_renderer_caching: true +# Whether entity flags should be cached instead of calling DataTracker. +# Also removes the unnecessary thread lock in DataTracker +# however this is also done by Lithium (they don't conflict, however). +# This has no effect in 1.20.5+! +enable_entity_flag_caching: true +# Whether we should avoid calling FOV calculations +# if the FOV effect scale is zero. +enable_remove_redundant_fov_calculations: true +# Don't tick the tutorial if the game is not in demo mode. +enable_remove_tutorial_if_not_demo: true + +# +# Other +# + +# Whether BadOptimizations should be added onto +# the left text of the F3 menu. +show_f3_text: true + +# Some config options will be force-disabled if certain mods are present +# due to incompatibilities (e.g. entity rendering caching +# is disabled w/ Twilight Forest). +# However, if you still want to use the optimizations, you can override it +# by setting this to true. Beware of crashes. And Herobrine. +ignore_mod_incompatibilities: false + +# Whether to log the entire config into console when booting up. +# If you plan on reporting an issue, please keep this on. +log_config: true + +# Do not change this +config_version: 3 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/dynamic_fps.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/dynamic_fps.json new file mode 100644 index 000000000..089741306 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/dynamic_fps.json @@ -0,0 +1,14 @@ +{ + "states": { + "unfocused": { + "frame_rate_target": 2, + "run_garbage_collector": true + }, + "invisible": { + "volume_multipliers": { + "master": 0.25 + }, + "run_garbage_collector": true + } + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/entityculling.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/entityculling.json new file mode 100644 index 000000000..050405b2c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/entityculling.json @@ -0,0 +1,4 @@ +{ + "sleepDelay": 70, + "hitboxLimit": 65 +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/immediatelyfast.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/moreculling.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/config.yml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/sodium-options.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/sodium-options.json new file mode 100644 index 000000000..415c1337b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/sodium-options.json @@ -0,0 +1,5 @@ +{ + "performance": { + "leaf_culling_quality": "SOLID" + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/threadtweak.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/threadtweak.json new file mode 100644 index 000000000..fecc05c16 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 3, + "io": 5, + "integratedServer": 8 + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/vmp.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/options.txt b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/options.txt new file mode 100644 index 000000000..704d081ef --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/config/yosbr/options.txt @@ -0,0 +1,3 @@ +renderDistance:10 +simulationDistance:8 +onboardAccessibility:true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/index.toml new file mode 100644 index 000000000..b36554e1c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/index.toml @@ -0,0 +1,217 @@ +hash-format = "sha256" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "72601a9c04c5e2ebadc0f7dba9abe2bcc87f5056be9beb90cf37054f33f486b0" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "508aee91243a721cfa5532564e3b4ea82ca868167811a73b00776673b7402d0a" + +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" + +[[files]] +file = "config/yosbr/config/dynamic_fps.json" +hash = "b75ccc24ddb7fdd8e91f16a568885abd88b00876e9ffe40578d1cf0ce6d7371d" + +[[files]] +file = "config/yosbr/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "config/yosbr/config/entityculling.json" +hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb" + +[[files]] +file = "config/yosbr/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "config/yosbr/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "config/yosbr/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "config/yosbr/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "config/yosbr/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "config/yosbr/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "config/yosbr/config/sodium-options.json" +hash = "1570d389b7f47caa8256fcf023243cd510d37eda62a611c8e27936c12d93d806" + +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce" + +[[files]] +file = "config/yosbr/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "config/yosbr/options.txt" +hash = "cfd15bd7cf3b9570c62f5d909136c886a3da3ca71f3dd1b2fb90d4ed21852452" + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" +metafile = true + +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "62c99a9cf83e5f6ae2c701bafe09b12b31c59d215194d56c7bb9e7ef6f291928" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "3b69c91eff104ffb4d12f6edbe26bf9055b268fea5473352e6fe719be5420e23" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "0b40c584f98d0cbeabe1d5842fffe6b5785a15fd8bc8ae702dc90cf431254326" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "9f41b9749625cd883ec21fa681108eeae1356421907acf63ba3570365b097322" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "c56ddfdfccf143c8c6b5b93e9555d1c2d80ff7c1bdacd91dfede65785fa686b0" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "2cb0e7200dfbd40e66d234c289108b3791feef74b5a856416cb54b52ffc32f24" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "0cc5218a41f7ad0db5515ff643723f68048c6426ce1047035ba99554a1e7ce49" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "936f8e3b23ec686afb7bf7f379984662f44099bc54f11767445ef2bd3e70fde7" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "058f62395b41a3b18121bcd961320cc8fd8460a34a5ccb4f07552e42ff19df4a" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "ff2f782be8090072041d0cd00abed11c1a22dfe2d397cd73e042f3b449954588" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "3fdbd6ec9aaff3bc16c2206c64ec38e81b167e1736ab24840a2d0e9247263863" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b11c462a1 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" +hash-format = "sha512" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "RPOjbIwJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/c2me-fabric.pw.toml new file mode 100644 index 000000000..0b601ea54 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar" +hash-format = "sha512" +hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "s4WOiNtz" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml new file mode 100644 index 000000000..0ebc28733 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..373dc410f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/9cSHmRan/CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +hash-format = "sha512" +hash = "96519cfe5f791803fd1c1c349a4370512c0fda9a4349a850b03cd5434a450bbecff2d9cb8fcf2408afc7108fd8797c5f9ebd2f073ea9cfe0a90db47d2de8bef3" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "9cSHmRan" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..6efac40b2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ebe.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ebe.pw.toml new file mode 100644 index 000000000..a262cfe18 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/entityculling.pw.toml new file mode 100644 index 000000000..4ad929bbf --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "79bdedd7fb6eb5a1bd7178e5bce393e51e34d568f2b61ab7129eb93997b73c2cc749a4a20b522e8bb7c99e955ec2438ed4f3a855709ae37a20240abb084721b2" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "3TCgPw5u" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml new file mode 100644 index 000000000..95ad673c3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/factory-api.pw.toml new file mode 100644 index 000000000..74caba172 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.1-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/5auJcBKx/FactoryAPI-1.20.1-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "67687a0ce26d587ad02770354170257b612f71e359d3efea23811270abd081a98e6a55e2feaee1c9b178b7ef5551ad88c85493a16ae4577bca2fa8e509f27651" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "5auJcBKx" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..c44ceae74 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/krypton.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/krypton.pw.toml new file mode 100644 index 000000000..7dd0e31a3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar" +hash-format = "sha512" +hash = "92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "jiDwS0W1" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..1824dee39 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/dMoSF6Rf/legacyskins-1.4.5%2Bfabric%2B1.20.1.jar" +hash-format = "sha512" +hash = "0daa4fcb831b5aedfac47ed2c6d34a9f2d976f22ade131802ecd2287b488105286df677d94616f0bb4e14ef02f0f8772f5e0c943365a7145a2e3f0e64213c972" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "dMoSF6Rf" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy4j.pw.toml new file mode 100644 index 000000000..e19bacb32 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/94c3cu9d/Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "77391696e73e789f9ed4f29bc131dea4b3560886e1b56ad5e965c5bb7522eb710131ad05fd9fb4140c1c94517b7ba1cb40981044ab5f6a7a0b715c0f69429ad2" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "94c3cu9d" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/lithium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/lithium.pw.toml new file mode 100644 index 000000000..565754c27 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/modernfix.pw.toml new file mode 100644 index 000000000..5ebbda418 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Qt5OXLYh/modernfix-fabric-5.24.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f6f9fccf57eb9806d89a5b5d74dd8c22351dccd367860433b32b1bfd364d8192df086bcca9c885371dea7e2de01ab968e97be5b5974282f40db38b118344150b" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "Qt5OXLYh" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/noisium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/noisium.pw.toml new file mode 100644 index 000000000..5030125a7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" +hash-format = "sha512" +hash = "f0abcdac514bd2b4eb6af3529eeb9980a6fef534d31244879acb291a9943151aeb34f372bf98ae01f6191870bf95e1c0bc36d522433353a1090b96e7ac03c417" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "erSJnRcq" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/servercore.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/servercore.pw.toml new file mode 100644 index 000000000..eac88800d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.2+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/m978FuzE/servercore-fabric-1.5.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "ba0166167615d32503b39c5d0069278ce69b611354f1f73a9fc8a5f393f2df5f22cba9e9e228d9f154ac6feaea20155251bb2f73dd5ffec5bbc5fbe997842e30" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "m978FuzE" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/sodium.pw.toml new file mode 100644 index 000000000..54741dfcb --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8736a1fa6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" +hash-format = "sha512" +hash = "b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "gBP1GqtK" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/vmp-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/vmp-fabric.pw.toml new file mode 100644 index 000000000..1b10c4eac --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/sV8lIBhJ/vmp-fabric-mc1.20.1-0.2.0%2Bbeta.7.102-all.jar" +hash-format = "sha512" +hash = "38ba14d870ddbcef233c9baa399005aaccde95d7b77175aa3a795eb9fed1086492b4ac5c6bbc05909dd76dce1b19b5c26613585161c2f3d20f2494beb8b23fe4" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "sV8lIBhJ" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yacl.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yacl.pw.toml new file mode 100644 index 000000000..71a334c77 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yosbr.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yosbr.pw.toml new file mode 100644 index 000000000..679fe0ddc --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/pack.toml new file mode 100644 index 000000000..4ae8b9106 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console Lite" +author = "omo50, JacksTheGreat, Technocality" +version = "1.3.1+mc1.20.2+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "d4cb5492306a69ff97b94f755f0f2e6a5553d52b36c828f42fb3696bfd1cdfe5" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.2" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_mixin.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_options.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_options.json new file mode 100644 index 000000000..8118b6efa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/client_options.json @@ -0,0 +1,172 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.nostalgic_tweaks.next_song": "none", + "component_key.nostalgic_tweaks.open_config": "none", + "component_key.nostalgic_tweaks.stop_song": "none", + "component_key.nostalgic_tweaks.toggle_fog": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlType": "auto", + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.1", + "lastLoadedVersion": "1.8.0.2511.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyOverstackedItems": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "merchantTradingIndicator": true, + "minecartSounds": true, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "tooltipBoxes": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common_mixin.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/global_packs.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/global_packs.json new file mode 100644 index 000000000..c20bb48fa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/legacy/global_packs.json @@ -0,0 +1,11 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Skins Pack Ordering v3.zip", + "legacy:legacy_resources", + "file/Legacy Worlds.zip", + "file/rcr3.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/badoptimizations.txt b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/badoptimizations.txt new file mode 100644 index 000000000..318a251dd --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/badoptimizations.txt @@ -0,0 +1,76 @@ +# BadOptimizations configuration +# Here you can configure stuff, mostly enabling/disabling specific optimizations. + +# Whether we should cancel updating the lightmap if not needed. +enable_lightmap_caching: true +# How much the in-game time must change in ticks (1/20th of a second) +# for the lightmap to immediately update. +# Higher values will result in less frequent updates +# to block lighting, but better performance. +# Values below 2 will disable hte optimization. +lightmap_time_change_needed_for_update: 20 + +# Whether the sky's color should be cached unless you're on a biome border. +enable_sky_color_caching: true +# How much the in-game time must change in ticks for the sky color to +# be recalculated with our own calculation. Higher values will result in +# the sky updating less frequently, but slightly better performance. +# Values below 2 will all have the same effect. +skycolor_time_change_needed_for_update: 3 + +# Whether we should avoid calling debug renderers +# and their calculations if there are no debug entries to render +enable_debug_renderer_disable_if_not_needed: true + +# +# Micro optimizations +# + +# Whether we should avoid calling the particle manager +# and its calculations if there are no particles. +enable_particle_manager_optimization: true +# Whether we should avoid calling the toast manager +# if there are no toasts +enable_toast_optimizations: true +# Whether the result of getSkyAngle should be cached +# for the entire frame during rendering +enable_sky_angle_caching_in_worldrenderer: true +# Whether entity renderers should be stored directly in EntityType +# instead of a HashMap. +# Disable to fix compatibility with Twilight Forest +enable_entity_renderer_caching: true +# Whether block entity renderers should be stored in BlockEntityType +# instead of a HashMap. +enable_block_entity_renderer_caching: true +# Whether entity flags should be cached instead of calling DataTracker. +# Also removes the unnecessary thread lock in DataTracker +# however this is also done by Lithium (they don't conflict, however). +# This has no effect in 1.20.5+! +enable_entity_flag_caching: true +# Whether we should avoid calling FOV calculations +# if the FOV effect scale is zero. +enable_remove_redundant_fov_calculations: true +# Don't tick the tutorial if the game is not in demo mode. +enable_remove_tutorial_if_not_demo: true + +# +# Other +# + +# Whether BadOptimizations should be added onto +# the left text of the F3 menu. +show_f3_text: true + +# Some config options will be force-disabled if certain mods are present +# due to incompatibilities (e.g. entity rendering caching +# is disabled w/ Twilight Forest). +# However, if you still want to use the optimizations, you can override it +# by setting this to true. Beware of crashes. And Herobrine. +ignore_mod_incompatibilities: false + +# Whether to log the entire config into console when booting up. +# If you plan on reporting an issue, please keep this on. +log_config: true + +# Do not change this +config_version: 3 diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/dynamic_fps.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/dynamic_fps.json new file mode 100644 index 000000000..089741306 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/dynamic_fps.json @@ -0,0 +1,14 @@ +{ + "states": { + "unfocused": { + "frame_rate_target": 2, + "run_garbage_collector": true + }, + "invisible": { + "volume_multipliers": { + "master": 0.25 + }, + "run_garbage_collector": true + } + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/entityculling.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/entityculling.json new file mode 100644 index 000000000..050405b2c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/entityculling.json @@ -0,0 +1,4 @@ +{ + "sleepDelay": 70, + "hitboxLimit": 65 +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/immediatelyfast.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/moreculling.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/config.yml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/sodium-options.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/sodium-options.json new file mode 100644 index 000000000..415c1337b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/sodium-options.json @@ -0,0 +1,5 @@ +{ + "performance": { + "leaf_culling_quality": "SOLID" + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/threadtweak.json b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/threadtweak.json new file mode 100644 index 000000000..fecc05c16 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 3, + "io": 5, + "integratedServer": 8 + } +} diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/vmp.properties b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/options.txt b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/options.txt new file mode 100644 index 000000000..704d081ef --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/config/yosbr/options.txt @@ -0,0 +1,3 @@ +renderDistance:10 +simulationDistance:8 +onboardAccessibility:true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/index.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/index.toml new file mode 100644 index 000000000..38a2f479f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/index.toml @@ -0,0 +1,217 @@ +hash-format = "sha256" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "72601a9c04c5e2ebadc0f7dba9abe2bcc87f5056be9beb90cf37054f33f486b0" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "508aee91243a721cfa5532564e3b4ea82ca868167811a73b00776673b7402d0a" + +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" + +[[files]] +file = "config/yosbr/config/dynamic_fps.json" +hash = "b75ccc24ddb7fdd8e91f16a568885abd88b00876e9ffe40578d1cf0ce6d7371d" + +[[files]] +file = "config/yosbr/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "config/yosbr/config/entityculling.json" +hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb" + +[[files]] +file = "config/yosbr/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "config/yosbr/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "config/yosbr/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "config/yosbr/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "config/yosbr/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "config/yosbr/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "config/yosbr/config/sodium-options.json" +hash = "1570d389b7f47caa8256fcf023243cd510d37eda62a611c8e27936c12d93d806" + +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce" + +[[files]] +file = "config/yosbr/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "config/yosbr/options.txt" +hash = "cfd15bd7cf3b9570c62f5d909136c886a3da3ca71f3dd1b2fb90d4ed21852452" + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "64ea864b923719621ec895ea20ade8c95934a61e2a859eb8b5963e062355fbc1" +metafile = true + +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "178fdca1cae353ee78345d55c833a341ec39a5137f50ffe384cfba4e8cabab4e" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "5abe60e7ac84024aa53004e8a3c064760961393b07157ec3242e53ebb20f5fd8" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ffbf9fef5d2eae9c4d20a038abf358a318611828b20447762d00fb9fc5b1e927" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "21d41d6e5b14a067287e52f2f0caed27ee6c72efedf74b1261ce175823affb86" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "93d0b46b8572882a643de93f128e9b0745e49974e4fbc95560b45bed44937628" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "8435fe34f180c963234295c6bf8de293b3450d74f2ab74389ac9bdf198d84612" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "b1a87a8c85ffcc7e08320350c21ed26b6a445d32afc6077de4bc35f464486eef" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "2b338e9d3f0f2706e4989bb611e408d3b56438df16875358a3080dd26061d5ca" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "c8112405ec97ee1a589bdd9c3ad163e8216ad00f85d64cd9fb9ea7c7b0bbabce" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "ae2c3726856b6fbf07ea0219f6619f0c0bb9e792c6144b9094780c5b49195b17" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "320a389c63a327bb7ded334cf897baa7d6b241db22cdb9ad7913f83cb982cb7a" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "57fc1c61ba53059ccb27647cf44d4b8671ccf284fcd869ec1b6c04a94eb8335e" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "af6cdd0fcc0d327c5d26c3c0fb49cf238d572be9985420aba71a4f2bddc01583" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "f8e878302fc127401fa8c9c07b680c03c70d7640ac7b68cb75296026df5cb8a2" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "668d7660fc50d141d6e955f7a3cd448294553fa3c6e5a373d8980cd9226dd459" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "521c8241593053f877a89ce447c64392c3619e16c2001b3cac7d72cbde8392d0" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "4874b86606b7030836177bfff08fa0faa37d0972aa88bd8ecaf58f1a0fa87b21" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f3e60658ff7a05981f63290f5e467abe8816bf1bd24a060f5a190300dcd9181b" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..2b1f9254b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.2-20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/irRJRJN4/BadOptimizations-2.3.0-1.20.2-20.4.jar" +hash-format = "sha512" +hash = "7e544e5b18ee1b276906f74a65ebfcca4f34b8b1721246dbf0644ed1c76f18f267f1475ba553732255496f41cfd2febf52b9da9181657b53e0b9919340fa5b18" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "irRJRJN4" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/c2me-fabric.pw.toml new file mode 100644 index 000000000..35d6d2a1e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.72.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/1AeveXNt/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.72.jar" +hash-format = "sha512" +hash = "bcc67b816ed01d67b5230d66f408223eb5c6d72f9fd500dab7c007a627d338491e0f1af4ba2929d35089ac9e22c9bc3a8eac48770c7c9aa7c78d70e453892ed1" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "1AeveXNt" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml new file mode 100644 index 000000000..892c28cb4 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2deYQULk/cloth-config-13.0.138-fabric.jar" +hash-format = "sha512" +hash = "3863fb95cc57526c6876cb60600f2e4282a5fa8d997d981e984da48f34be654cd0c5fc09e7d77079a393b2d7e3e48baabb756ad84ea58881b22ea771f43baa4a" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2deYQULk" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..2da9280f2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/v5fusHLh/CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +hash-format = "sha512" +hash = "f39907dfa2359338a43febda2fa84243f33008ae84bfdb230e63c6340bff8fde03f94820b6defd4b8614793e1eaa7a42837c3f40d15a0fface8cbb97b5faf1d9" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "v5fusHLh" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..b5c12add7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/fUFzu09A/dynamic-fps-3.9.5%2Bminecraft-1.20.2-fabric.jar" +hash-format = "sha512" +hash = "ee45ecefe91b847064940432b7d34bafc43d3afa5bbd224a7792150cea968291dd4817c17c0c890fdfed9df22307a7b7dec9d253992d0cb775a6bc4ee22c541e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "fUFzu09A" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ebe.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ebe.pw.toml new file mode 100644 index 000000000..294c1058b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/xUOoKrs2/enhancedblockentities-0.10.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "36885e53d47764060a9fab5953f725c3fb82fa93285a6e5e01f44ffd4df105a9e2d9747ba15fe25462ce0b6909e99db447ef3ea5c0c1ea3a7007eec452adbb8f" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "xUOoKrs2" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/entityculling.pw.toml new file mode 100644 index 000000000..a55cddf2d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "1951e3a233837cb00cd1ea49bcbb8576bb991b6a4c70f776fc3d1756c7bbdefc7a796f292581c417a5c9a84951c735cf767ab7d082a0f89252d5727ff07b8e23" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "fV7BWjfG" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml new file mode 100644 index 000000000..a3e931fb4 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.97.3+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/BPX6fK06/fabric-api-0.97.3%2B1.20.4.jar" +hash-format = "sha512" +hash = "ea1e47672a1e0fef7fa3fd7f7b396b5a8fb2c46e6ce33dbc4cc2b8d320bc7b775a0de42a478302419c8063c47fbc18bb2ad7551772f54af8059132ac2cb4f108" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "BPX6fK06" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/factory-api.pw.toml new file mode 100644 index 000000000..6b3896bb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.4-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/PWq2U7zt/FactoryAPI-1.20.4-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "869afdf254b3ff2df6d2c1ace28255c3217ecc962f7ccea354ab9b15cef7b58377f1b0d58fe342177f02fb2608bedc6056e79a4d62b7c2a871f9666c15f7e6f7" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "PWq2U7zt" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..3800f6ede --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha512" +hash = "709ab6362dd1dcc432edd1e6c33aafba6f2d12be701bc14911107340f8ac2466779c4e57d8a303f0350c46478f23008e6eeca78e4eadedd0bdee63d4ae72ed9a" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/krypton.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/krypton.pw.toml new file mode 100644 index 000000000..c4e85c253 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar" +hash-format = "sha512" +hash = "a3e4eadcd8074a0a68a1378c90824b58199bedbab2f7eaa3961db9b10b99215805dde4eb73be5ec3118f38fbb0beaa8a1b6f9de6966a741d32dbf181a44ae11b" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "bRcuOnao" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..624c805b6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/usMyk689/legacyskins-1.4.5%2Bfabric%2B1.20.4.jar" +hash-format = "sha512" +hash = "a871225853a52d725acfd4f34daec8501d101ef50d5b4b138c46f8ea79483c07ec37d9e81b20b169ae2d3b10c2dc458c1f67c70975fa52efaf1293e31af37706" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "usMyk689" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy4j.pw.toml new file mode 100644 index 000000000..ad10bd23a --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/BfGaadfx/Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "235bacacb8482b79cf1e5dbf04b1946a68edbc61b796776a2e212cf72b0a973298910ccdced1403ac6a93fc099043dd21925d6baa764a601c0df02656ff6955e" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "BfGaadfx" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/lithium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/lithium.pw.toml new file mode 100644 index 000000000..bfa0767d5 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +hash-format = "sha512" +hash = "70bea154eaafb2e4b5cb755cdb12c55d50f9296ab4c2855399da548f72d6d24c0a9f77e3da2b2ea5f47fa91d1258df4d08c6c6f24a25da887ed71cea93502508" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "nMhjKWVE" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/modernfix.pw.toml new file mode 100644 index 000000000..f74b5f5b6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/CV2Vtn5m/modernfix-fabric-5.17.0%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "8404bc285100746ac76467094b2b4feb132e046272780c4c8a6d4bd4336fad70073734438e9f37bf7e46ffa65dbf2f06ab10232b09c3911c08215dfcf71fca0e" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "CV2Vtn5m" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/noisium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/noisium.pw.toml new file mode 100644 index 000000000..533a5a4d3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/RmNpWBtf/noisium-fabric-2.3.0%2Bmc1.20.2-1.20.4.jar" +hash-format = "sha512" +hash = "249cf90051e808a224a22b6d45812831793368297c5873512a25a7e5f4b866c3d2a625b04f74ed8d9987b6171e7cca085ed8d7a100336f395cc037f1493e0e2b" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "RmNpWBtf" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/servercore.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/servercore.pw.toml new file mode 100644 index 000000000..b473ecd9f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.0+1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/1mKL7nLt/servercore-fabric-1.5.0%2B1.20.4.jar" +hash-format = "sha512" +hash = "1451929fb75003852545236746d07cefd6a259984570c45589e5bdfe655897c7422250aa1f80e1304fa2f00b3ddc419650bf8d1b2a9c4fe3541266e4c49155a4" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "1mKL7nLt" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/sodium.pw.toml new file mode 100644 index 000000000..ee3bfe561 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "bd00b956bde1205171e744a6a3780e835fb6928eb667fb2b56467818c979fb1e8c82561380a71a7dbfa1516cd4b6cf9087ca99f1ae066da6d65af2c828b8d554" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "4GyXKCLd" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8ed12c280 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.4-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/pc1QuN32/threadtweak-fabric-1.20.4-0.1.2.jar" +hash-format = "sha512" +hash = "bb98d2c98c1d2004b7a423ef9ff8259684a6ee4c0821242f541329e56fcf91c6268fbae9a5c33717a23dc646886f10f1f0113c805c55e1ea06f848e553465eff" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "pc1QuN32" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/vmp-fabric.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/vmp-fabric.pw.toml new file mode 100644 index 000000000..f8f55afb7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar" +hash-format = "sha512" +hash = "527056a673a2d9d0bc39a197f998497bf17ff304cccc8472fd215cc7a816a48fb88ce252dc185bdcbd162d099c5cbf59291b5bcbeb318f71f578bfb2c77513a6" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "I8LNJvF3" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yacl.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yacl.pw.toml new file mode 100644 index 000000000..3815224df --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/xBXboBnE/yet_another_config_lib_v3-3.6.6%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "ea5af6c6a95a2c62070b87822d87ad835daae655886f8886a20f71e5b838687c56f06df0d9ba6ab3f5c69c2c1699e1a2400bc8079a6d4d37442d2f4daa696eb1" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "xBXboBnE" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yosbr.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yosbr.pw.toml new file mode 100644 index 000000000..679fe0ddc --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/pack.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/pack.toml new file mode 100644 index 000000000..6f7e7ad34 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console Lite" +author = "omo50, JacksTheGreat, Technocality" +version = "1.3.1+mc1.20.6+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "1eb273ffc174772f8493beeeaf5281878f7e8ca87443da78d037953c55039b0c" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.6" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_mixin.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_options.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_options.json new file mode 100644 index 000000000..8118b6efa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/client_options.json @@ -0,0 +1,172 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.nostalgic_tweaks.next_song": "none", + "component_key.nostalgic_tweaks.open_config": "none", + "component_key.nostalgic_tweaks.stop_song": "none", + "component_key.nostalgic_tweaks.toggle_fog": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlType": "auto", + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.1", + "lastLoadedVersion": "1.8.0.2511.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyOverstackedItems": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "merchantTradingIndicator": true, + "minecartSounds": true, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "tooltipBoxes": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common_mixin.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/global_packs.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/global_packs.json new file mode 100644 index 000000000..c20bb48fa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/legacy/global_packs.json @@ -0,0 +1,11 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Skins Pack Ordering v3.zip", + "legacy:legacy_resources", + "file/Legacy Worlds.zip", + "file/rcr3.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/badoptimizations.txt b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/badoptimizations.txt new file mode 100644 index 000000000..318a251dd --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/badoptimizations.txt @@ -0,0 +1,76 @@ +# BadOptimizations configuration +# Here you can configure stuff, mostly enabling/disabling specific optimizations. + +# Whether we should cancel updating the lightmap if not needed. +enable_lightmap_caching: true +# How much the in-game time must change in ticks (1/20th of a second) +# for the lightmap to immediately update. +# Higher values will result in less frequent updates +# to block lighting, but better performance. +# Values below 2 will disable hte optimization. +lightmap_time_change_needed_for_update: 20 + +# Whether the sky's color should be cached unless you're on a biome border. +enable_sky_color_caching: true +# How much the in-game time must change in ticks for the sky color to +# be recalculated with our own calculation. Higher values will result in +# the sky updating less frequently, but slightly better performance. +# Values below 2 will all have the same effect. +skycolor_time_change_needed_for_update: 3 + +# Whether we should avoid calling debug renderers +# and their calculations if there are no debug entries to render +enable_debug_renderer_disable_if_not_needed: true + +# +# Micro optimizations +# + +# Whether we should avoid calling the particle manager +# and its calculations if there are no particles. +enable_particle_manager_optimization: true +# Whether we should avoid calling the toast manager +# if there are no toasts +enable_toast_optimizations: true +# Whether the result of getSkyAngle should be cached +# for the entire frame during rendering +enable_sky_angle_caching_in_worldrenderer: true +# Whether entity renderers should be stored directly in EntityType +# instead of a HashMap. +# Disable to fix compatibility with Twilight Forest +enable_entity_renderer_caching: true +# Whether block entity renderers should be stored in BlockEntityType +# instead of a HashMap. +enable_block_entity_renderer_caching: true +# Whether entity flags should be cached instead of calling DataTracker. +# Also removes the unnecessary thread lock in DataTracker +# however this is also done by Lithium (they don't conflict, however). +# This has no effect in 1.20.5+! +enable_entity_flag_caching: true +# Whether we should avoid calling FOV calculations +# if the FOV effect scale is zero. +enable_remove_redundant_fov_calculations: true +# Don't tick the tutorial if the game is not in demo mode. +enable_remove_tutorial_if_not_demo: true + +# +# Other +# + +# Whether BadOptimizations should be added onto +# the left text of the F3 menu. +show_f3_text: true + +# Some config options will be force-disabled if certain mods are present +# due to incompatibilities (e.g. entity rendering caching +# is disabled w/ Twilight Forest). +# However, if you still want to use the optimizations, you can override it +# by setting this to true. Beware of crashes. And Herobrine. +ignore_mod_incompatibilities: false + +# Whether to log the entire config into console when booting up. +# If you plan on reporting an issue, please keep this on. +log_config: true + +# Do not change this +config_version: 3 diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/dynamic_fps.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/dynamic_fps.json new file mode 100644 index 000000000..089741306 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/dynamic_fps.json @@ -0,0 +1,14 @@ +{ + "states": { + "unfocused": { + "frame_rate_target": 2, + "run_garbage_collector": true + }, + "invisible": { + "volume_multipliers": { + "master": 0.25 + }, + "run_garbage_collector": true + } + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/entityculling.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/entityculling.json new file mode 100644 index 000000000..050405b2c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/entityculling.json @@ -0,0 +1,4 @@ +{ + "sleepDelay": 70, + "hitboxLimit": 65 +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/immediatelyfast.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/moreculling.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/config.yml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/sodium-options.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/sodium-options.json new file mode 100644 index 000000000..415c1337b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/sodium-options.json @@ -0,0 +1,5 @@ +{ + "performance": { + "leaf_culling_quality": "SOLID" + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/threadtweak.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/threadtweak.json new file mode 100644 index 000000000..fecc05c16 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 3, + "io": 5, + "integratedServer": 8 + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/vmp.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/options.txt b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/options.txt new file mode 100644 index 000000000..704d081ef --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/config/yosbr/options.txt @@ -0,0 +1,3 @@ +renderDistance:10 +simulationDistance:8 +onboardAccessibility:true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/index.toml new file mode 100644 index 000000000..b36554e1c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/index.toml @@ -0,0 +1,217 @@ +hash-format = "sha256" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "72601a9c04c5e2ebadc0f7dba9abe2bcc87f5056be9beb90cf37054f33f486b0" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "508aee91243a721cfa5532564e3b4ea82ca868167811a73b00776673b7402d0a" + +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" + +[[files]] +file = "config/yosbr/config/dynamic_fps.json" +hash = "b75ccc24ddb7fdd8e91f16a568885abd88b00876e9ffe40578d1cf0ce6d7371d" + +[[files]] +file = "config/yosbr/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "config/yosbr/config/entityculling.json" +hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb" + +[[files]] +file = "config/yosbr/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "config/yosbr/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "config/yosbr/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "config/yosbr/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "config/yosbr/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "config/yosbr/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "config/yosbr/config/sodium-options.json" +hash = "1570d389b7f47caa8256fcf023243cd510d37eda62a611c8e27936c12d93d806" + +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce" + +[[files]] +file = "config/yosbr/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "config/yosbr/options.txt" +hash = "cfd15bd7cf3b9570c62f5d909136c886a3da3ca71f3dd1b2fb90d4ed21852452" + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" +metafile = true + +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "62c99a9cf83e5f6ae2c701bafe09b12b31c59d215194d56c7bb9e7ef6f291928" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "3b69c91eff104ffb4d12f6edbe26bf9055b268fea5473352e6fe719be5420e23" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "0b40c584f98d0cbeabe1d5842fffe6b5785a15fd8bc8ae702dc90cf431254326" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "9f41b9749625cd883ec21fa681108eeae1356421907acf63ba3570365b097322" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "c56ddfdfccf143c8c6b5b93e9555d1c2d80ff7c1bdacd91dfede65785fa686b0" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "2cb0e7200dfbd40e66d234c289108b3791feef74b5a856416cb54b52ffc32f24" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "0cc5218a41f7ad0db5515ff643723f68048c6426ce1047035ba99554a1e7ce49" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "936f8e3b23ec686afb7bf7f379984662f44099bc54f11767445ef2bd3e70fde7" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "058f62395b41a3b18121bcd961320cc8fd8460a34a5ccb4f07552e42ff19df4a" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "ff2f782be8090072041d0cd00abed11c1a22dfe2d397cd73e042f3b449954588" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "3fdbd6ec9aaff3bc16c2206c64ec38e81b167e1736ab24840a2d0e9247263863" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b11c462a1 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" +hash-format = "sha512" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "RPOjbIwJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/c2me-fabric.pw.toml new file mode 100644 index 000000000..0b601ea54 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar" +hash-format = "sha512" +hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "s4WOiNtz" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml new file mode 100644 index 000000000..0ebc28733 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..373dc410f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/9cSHmRan/CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +hash-format = "sha512" +hash = "96519cfe5f791803fd1c1c349a4370512c0fda9a4349a850b03cd5434a450bbecff2d9cb8fcf2408afc7108fd8797c5f9ebd2f073ea9cfe0a90db47d2de8bef3" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "9cSHmRan" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..6efac40b2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ebe.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ebe.pw.toml new file mode 100644 index 000000000..a262cfe18 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/entityculling.pw.toml new file mode 100644 index 000000000..4ad929bbf --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "79bdedd7fb6eb5a1bd7178e5bce393e51e34d568f2b61ab7129eb93997b73c2cc749a4a20b522e8bb7c99e955ec2438ed4f3a855709ae37a20240abb084721b2" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "3TCgPw5u" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml new file mode 100644 index 000000000..95ad673c3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/factory-api.pw.toml new file mode 100644 index 000000000..74caba172 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.1-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/5auJcBKx/FactoryAPI-1.20.1-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "67687a0ce26d587ad02770354170257b612f71e359d3efea23811270abd081a98e6a55e2feaee1c9b178b7ef5551ad88c85493a16ae4577bca2fa8e509f27651" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "5auJcBKx" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..c44ceae74 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/krypton.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/krypton.pw.toml new file mode 100644 index 000000000..7dd0e31a3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar" +hash-format = "sha512" +hash = "92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "jiDwS0W1" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..1824dee39 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/dMoSF6Rf/legacyskins-1.4.5%2Bfabric%2B1.20.1.jar" +hash-format = "sha512" +hash = "0daa4fcb831b5aedfac47ed2c6d34a9f2d976f22ade131802ecd2287b488105286df677d94616f0bb4e14ef02f0f8772f5e0c943365a7145a2e3f0e64213c972" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "dMoSF6Rf" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml new file mode 100644 index 000000000..e19bacb32 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/94c3cu9d/Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "77391696e73e789f9ed4f29bc131dea4b3560886e1b56ad5e965c5bb7522eb710131ad05fd9fb4140c1c94517b7ba1cb40981044ab5f6a7a0b715c0f69429ad2" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "94c3cu9d" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/lithium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/lithium.pw.toml new file mode 100644 index 000000000..565754c27 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/modernfix.pw.toml new file mode 100644 index 000000000..5ebbda418 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Qt5OXLYh/modernfix-fabric-5.24.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f6f9fccf57eb9806d89a5b5d74dd8c22351dccd367860433b32b1bfd364d8192df086bcca9c885371dea7e2de01ab968e97be5b5974282f40db38b118344150b" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "Qt5OXLYh" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/noisium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/noisium.pw.toml new file mode 100644 index 000000000..5030125a7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" +hash-format = "sha512" +hash = "f0abcdac514bd2b4eb6af3529eeb9980a6fef534d31244879acb291a9943151aeb34f372bf98ae01f6191870bf95e1c0bc36d522433353a1090b96e7ac03c417" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "erSJnRcq" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/servercore.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/servercore.pw.toml new file mode 100644 index 000000000..eac88800d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.2+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/m978FuzE/servercore-fabric-1.5.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "ba0166167615d32503b39c5d0069278ce69b611354f1f73a9fc8a5f393f2df5f22cba9e9e228d9f154ac6feaea20155251bb2f73dd5ffec5bbc5fbe997842e30" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "m978FuzE" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/sodium.pw.toml new file mode 100644 index 000000000..54741dfcb --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8736a1fa6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" +hash-format = "sha512" +hash = "b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "gBP1GqtK" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/vmp-fabric.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/vmp-fabric.pw.toml new file mode 100644 index 000000000..1b10c4eac --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/sV8lIBhJ/vmp-fabric-mc1.20.1-0.2.0%2Bbeta.7.102-all.jar" +hash-format = "sha512" +hash = "38ba14d870ddbcef233c9baa399005aaccde95d7b77175aa3a795eb9fed1086492b4ac5c6bbc05909dd76dce1b19b5c26613585161c2f3d20f2494beb8b23fe4" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "sV8lIBhJ" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yacl.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yacl.pw.toml new file mode 100644 index 000000000..71a334c77 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yosbr.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yosbr.pw.toml new file mode 100644 index 000000000..679fe0ddc --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/pack.toml new file mode 100644 index 000000000..b7161e4b5 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console Lite" +author = "omo50, JacksTheGreat, Technocality" +version = "1.3.1+mc1.20.2+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "d4cb5492306a69ff97b94f755f0f2e6a5553d52b36c828f42fb3696bfd1cdfe5" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.1" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_mixin.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_options.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_options.json new file mode 100644 index 000000000..8118b6efa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/client_options.json @@ -0,0 +1,172 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.nostalgic_tweaks.next_song": "none", + "component_key.nostalgic_tweaks.open_config": "none", + "component_key.nostalgic_tweaks.stop_song": "none", + "component_key.nostalgic_tweaks.toggle_fog": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlType": "auto", + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.1", + "lastLoadedVersion": "1.8.0.2511.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyOverstackedItems": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "merchantTradingIndicator": true, + "minecartSounds": true, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "tooltipBoxes": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common_mixin.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/global_packs.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/global_packs.json new file mode 100644 index 000000000..c20bb48fa --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/legacy/global_packs.json @@ -0,0 +1,11 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Skins Pack Ordering v3.zip", + "legacy:legacy_resources", + "file/Legacy Worlds.zip", + "file/rcr3.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/badoptimizations.txt b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/badoptimizations.txt new file mode 100644 index 000000000..318a251dd --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/badoptimizations.txt @@ -0,0 +1,76 @@ +# BadOptimizations configuration +# Here you can configure stuff, mostly enabling/disabling specific optimizations. + +# Whether we should cancel updating the lightmap if not needed. +enable_lightmap_caching: true +# How much the in-game time must change in ticks (1/20th of a second) +# for the lightmap to immediately update. +# Higher values will result in less frequent updates +# to block lighting, but better performance. +# Values below 2 will disable hte optimization. +lightmap_time_change_needed_for_update: 20 + +# Whether the sky's color should be cached unless you're on a biome border. +enable_sky_color_caching: true +# How much the in-game time must change in ticks for the sky color to +# be recalculated with our own calculation. Higher values will result in +# the sky updating less frequently, but slightly better performance. +# Values below 2 will all have the same effect. +skycolor_time_change_needed_for_update: 3 + +# Whether we should avoid calling debug renderers +# and their calculations if there are no debug entries to render +enable_debug_renderer_disable_if_not_needed: true + +# +# Micro optimizations +# + +# Whether we should avoid calling the particle manager +# and its calculations if there are no particles. +enable_particle_manager_optimization: true +# Whether we should avoid calling the toast manager +# if there are no toasts +enable_toast_optimizations: true +# Whether the result of getSkyAngle should be cached +# for the entire frame during rendering +enable_sky_angle_caching_in_worldrenderer: true +# Whether entity renderers should be stored directly in EntityType +# instead of a HashMap. +# Disable to fix compatibility with Twilight Forest +enable_entity_renderer_caching: true +# Whether block entity renderers should be stored in BlockEntityType +# instead of a HashMap. +enable_block_entity_renderer_caching: true +# Whether entity flags should be cached instead of calling DataTracker. +# Also removes the unnecessary thread lock in DataTracker +# however this is also done by Lithium (they don't conflict, however). +# This has no effect in 1.20.5+! +enable_entity_flag_caching: true +# Whether we should avoid calling FOV calculations +# if the FOV effect scale is zero. +enable_remove_redundant_fov_calculations: true +# Don't tick the tutorial if the game is not in demo mode. +enable_remove_tutorial_if_not_demo: true + +# +# Other +# + +# Whether BadOptimizations should be added onto +# the left text of the F3 menu. +show_f3_text: true + +# Some config options will be force-disabled if certain mods are present +# due to incompatibilities (e.g. entity rendering caching +# is disabled w/ Twilight Forest). +# However, if you still want to use the optimizations, you can override it +# by setting this to true. Beware of crashes. And Herobrine. +ignore_mod_incompatibilities: false + +# Whether to log the entire config into console when booting up. +# If you plan on reporting an issue, please keep this on. +log_config: true + +# Do not change this +config_version: 3 diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/dynamic_fps.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/dynamic_fps.json new file mode 100644 index 000000000..089741306 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/dynamic_fps.json @@ -0,0 +1,14 @@ +{ + "states": { + "unfocused": { + "frame_rate_target": 2, + "run_garbage_collector": true + }, + "invisible": { + "volume_multipliers": { + "master": 0.25 + }, + "run_garbage_collector": true + } + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/entityculling.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/entityculling.json new file mode 100644 index 000000000..050405b2c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/entityculling.json @@ -0,0 +1,4 @@ +{ + "sleepDelay": 70, + "hitboxLimit": 65 +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/immediatelyfast.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/moreculling.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/config.yml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/sodium-options.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/sodium-options.json new file mode 100644 index 000000000..415c1337b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/sodium-options.json @@ -0,0 +1,5 @@ +{ + "performance": { + "leaf_culling_quality": "SOLID" + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/threadtweak.json b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/threadtweak.json new file mode 100644 index 000000000..fecc05c16 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 3, + "io": 5, + "integratedServer": 8 + } +} diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/vmp.properties b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/options.txt b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/options.txt new file mode 100644 index 000000000..704d081ef --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/config/yosbr/options.txt @@ -0,0 +1,3 @@ +renderDistance:10 +simulationDistance:8 +onboardAccessibility:true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/index.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/index.toml new file mode 100644 index 000000000..38a2f479f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/index.toml @@ -0,0 +1,217 @@ +hash-format = "sha256" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "72601a9c04c5e2ebadc0f7dba9abe2bcc87f5056be9beb90cf37054f33f486b0" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "508aee91243a721cfa5532564e3b4ea82ca868167811a73b00776673b7402d0a" + +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" + +[[files]] +file = "config/yosbr/config/dynamic_fps.json" +hash = "b75ccc24ddb7fdd8e91f16a568885abd88b00876e9ffe40578d1cf0ce6d7371d" + +[[files]] +file = "config/yosbr/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "config/yosbr/config/entityculling.json" +hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb" + +[[files]] +file = "config/yosbr/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "config/yosbr/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "config/yosbr/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "config/yosbr/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "config/yosbr/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "config/yosbr/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "config/yosbr/config/sodium-options.json" +hash = "1570d389b7f47caa8256fcf023243cd510d37eda62a611c8e27936c12d93d806" + +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce" + +[[files]] +file = "config/yosbr/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "config/yosbr/options.txt" +hash = "cfd15bd7cf3b9570c62f5d909136c886a3da3ca71f3dd1b2fb90d4ed21852452" + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "64ea864b923719621ec895ea20ade8c95934a61e2a859eb8b5963e062355fbc1" +metafile = true + +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "178fdca1cae353ee78345d55c833a341ec39a5137f50ffe384cfba4e8cabab4e" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "5abe60e7ac84024aa53004e8a3c064760961393b07157ec3242e53ebb20f5fd8" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ffbf9fef5d2eae9c4d20a038abf358a318611828b20447762d00fb9fc5b1e927" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "21d41d6e5b14a067287e52f2f0caed27ee6c72efedf74b1261ce175823affb86" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "93d0b46b8572882a643de93f128e9b0745e49974e4fbc95560b45bed44937628" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "8435fe34f180c963234295c6bf8de293b3450d74f2ab74389ac9bdf198d84612" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "b1a87a8c85ffcc7e08320350c21ed26b6a445d32afc6077de4bc35f464486eef" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "2b338e9d3f0f2706e4989bb611e408d3b56438df16875358a3080dd26061d5ca" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "c8112405ec97ee1a589bdd9c3ad163e8216ad00f85d64cd9fb9ea7c7b0bbabce" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "ae2c3726856b6fbf07ea0219f6619f0c0bb9e792c6144b9094780c5b49195b17" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "320a389c63a327bb7ded334cf897baa7d6b241db22cdb9ad7913f83cb982cb7a" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "57fc1c61ba53059ccb27647cf44d4b8671ccf284fcd869ec1b6c04a94eb8335e" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "af6cdd0fcc0d327c5d26c3c0fb49cf238d572be9985420aba71a4f2bddc01583" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "f8e878302fc127401fa8c9c07b680c03c70d7640ac7b68cb75296026df5cb8a2" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "668d7660fc50d141d6e955f7a3cd448294553fa3c6e5a373d8980cd9226dd459" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "521c8241593053f877a89ce447c64392c3619e16c2001b3cac7d72cbde8392d0" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "4874b86606b7030836177bfff08fa0faa37d0972aa88bd8ecaf58f1a0fa87b21" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f3e60658ff7a05981f63290f5e467abe8816bf1bd24a060f5a190300dcd9181b" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..2b1f9254b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.2-20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/irRJRJN4/BadOptimizations-2.3.0-1.20.2-20.4.jar" +hash-format = "sha512" +hash = "7e544e5b18ee1b276906f74a65ebfcca4f34b8b1721246dbf0644ed1c76f18f267f1475ba553732255496f41cfd2febf52b9da9181657b53e0b9919340fa5b18" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "irRJRJN4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/c2me-fabric.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/c2me-fabric.pw.toml new file mode 100644 index 000000000..35d6d2a1e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.72.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/1AeveXNt/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.72.jar" +hash-format = "sha512" +hash = "bcc67b816ed01d67b5230d66f408223eb5c6d72f9fd500dab7c007a627d338491e0f1af4ba2929d35089ac9e22c9bc3a8eac48770c7c9aa7c78d70e453892ed1" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "1AeveXNt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml new file mode 100644 index 000000000..892c28cb4 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2deYQULk/cloth-config-13.0.138-fabric.jar" +hash-format = "sha512" +hash = "3863fb95cc57526c6876cb60600f2e4282a5fa8d997d981e984da48f34be654cd0c5fc09e7d77079a393b2d7e3e48baabb756ad84ea58881b22ea771f43baa4a" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2deYQULk" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..2da9280f2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/v5fusHLh/CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +hash-format = "sha512" +hash = "f39907dfa2359338a43febda2fa84243f33008ae84bfdb230e63c6340bff8fde03f94820b6defd4b8614793e1eaa7a42837c3f40d15a0fface8cbb97b5faf1d9" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "v5fusHLh" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..b5c12add7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/fUFzu09A/dynamic-fps-3.9.5%2Bminecraft-1.20.2-fabric.jar" +hash-format = "sha512" +hash = "ee45ecefe91b847064940432b7d34bafc43d3afa5bbd224a7792150cea968291dd4817c17c0c890fdfed9df22307a7b7dec9d253992d0cb775a6bc4ee22c541e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "fUFzu09A" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ebe.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ebe.pw.toml new file mode 100644 index 000000000..294c1058b --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/xUOoKrs2/enhancedblockentities-0.10.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "36885e53d47764060a9fab5953f725c3fb82fa93285a6e5e01f44ffd4df105a9e2d9747ba15fe25462ce0b6909e99db447ef3ea5c0c1ea3a7007eec452adbb8f" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "xUOoKrs2" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/entityculling.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/entityculling.pw.toml new file mode 100644 index 000000000..a55cddf2d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "1951e3a233837cb00cd1ea49bcbb8576bb991b6a4c70f776fc3d1756c7bbdefc7a796f292581c417a5c9a84951c735cf767ab7d082a0f89252d5727ff07b8e23" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "fV7BWjfG" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml new file mode 100644 index 000000000..a3e931fb4 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.97.3+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/BPX6fK06/fabric-api-0.97.3%2B1.20.4.jar" +hash-format = "sha512" +hash = "ea1e47672a1e0fef7fa3fd7f7b396b5a8fb2c46e6ce33dbc4cc2b8d320bc7b775a0de42a478302419c8063c47fbc18bb2ad7551772f54af8059132ac2cb4f108" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "BPX6fK06" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/factory-api.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/factory-api.pw.toml new file mode 100644 index 000000000..6b3896bb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.4-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/PWq2U7zt/FactoryAPI-1.20.4-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "869afdf254b3ff2df6d2c1ace28255c3217ecc962f7ccea354ab9b15cef7b58377f1b0d58fe342177f02fb2608bedc6056e79a4d62b7c2a871f9666c15f7e6f7" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "PWq2U7zt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..3800f6ede --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha512" +hash = "709ab6362dd1dcc432edd1e6c33aafba6f2d12be701bc14911107340f8ac2466779c4e57d8a303f0350c46478f23008e6eeca78e4eadedd0bdee63d4ae72ed9a" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/krypton.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/krypton.pw.toml new file mode 100644 index 000000000..c4e85c253 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar" +hash-format = "sha512" +hash = "a3e4eadcd8074a0a68a1378c90824b58199bedbab2f7eaa3961db9b10b99215805dde4eb73be5ec3118f38fbb0beaa8a1b6f9de6966a741d32dbf181a44ae11b" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "bRcuOnao" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..624c805b6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/usMyk689/legacyskins-1.4.5%2Bfabric%2B1.20.4.jar" +hash-format = "sha512" +hash = "a871225853a52d725acfd4f34daec8501d101ef50d5b4b138c46f8ea79483c07ec37d9e81b20b169ae2d3b10c2dc458c1f67c70975fa52efaf1293e31af37706" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "usMyk689" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml new file mode 100644 index 000000000..ad10bd23a --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/BfGaadfx/Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "235bacacb8482b79cf1e5dbf04b1946a68edbc61b796776a2e212cf72b0a973298910ccdced1403ac6a93fc099043dd21925d6baa764a601c0df02656ff6955e" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "BfGaadfx" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/lithium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/lithium.pw.toml new file mode 100644 index 000000000..bfa0767d5 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +hash-format = "sha512" +hash = "70bea154eaafb2e4b5cb755cdb12c55d50f9296ab4c2855399da548f72d6d24c0a9f77e3da2b2ea5f47fa91d1258df4d08c6c6f24a25da887ed71cea93502508" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "nMhjKWVE" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/modernfix.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/modernfix.pw.toml new file mode 100644 index 000000000..f74b5f5b6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/CV2Vtn5m/modernfix-fabric-5.17.0%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "8404bc285100746ac76467094b2b4feb132e046272780c4c8a6d4bd4336fad70073734438e9f37bf7e46ffa65dbf2f06ab10232b09c3911c08215dfcf71fca0e" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "CV2Vtn5m" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/noisium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/noisium.pw.toml new file mode 100644 index 000000000..533a5a4d3 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/RmNpWBtf/noisium-fabric-2.3.0%2Bmc1.20.2-1.20.4.jar" +hash-format = "sha512" +hash = "249cf90051e808a224a22b6d45812831793368297c5873512a25a7e5f4b866c3d2a625b04f74ed8d9987b6171e7cca085ed8d7a100336f395cc037f1493e0e2b" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "RmNpWBtf" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/servercore.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/servercore.pw.toml new file mode 100644 index 000000000..b473ecd9f --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.0+1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/1mKL7nLt/servercore-fabric-1.5.0%2B1.20.4.jar" +hash-format = "sha512" +hash = "1451929fb75003852545236746d07cefd6a259984570c45589e5bdfe655897c7422250aa1f80e1304fa2f00b3ddc419650bf8d1b2a9c4fe3541266e4c49155a4" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "1mKL7nLt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/sodium.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/sodium.pw.toml new file mode 100644 index 000000000..ee3bfe561 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "bd00b956bde1205171e744a6a3780e835fb6928eb667fb2b56467818c979fb1e8c82561380a71a7dbfa1516cd4b6cf9087ca99f1ae066da6d65af2c828b8d554" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "4GyXKCLd" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8ed12c280 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.4-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/pc1QuN32/threadtweak-fabric-1.20.4-0.1.2.jar" +hash-format = "sha512" +hash = "bb98d2c98c1d2004b7a423ef9ff8259684a6ee4c0821242f541329e56fcf91c6268fbae9a5c33717a23dc646886f10f1f0113c805c55e1ea06f848e553465eff" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "pc1QuN32" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/vmp-fabric.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/vmp-fabric.pw.toml new file mode 100644 index 000000000..f8f55afb7 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar" +hash-format = "sha512" +hash = "527056a673a2d9d0bc39a197f998497bf17ff304cccc8472fd215cc7a816a48fb88ce252dc185bdcbd162d099c5cbf59291b5bcbeb318f71f578bfb2c77513a6" + +[update] +[update.modrinth] +mod-id = "wnEe9KBa" +version = "I8LNJvF3" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yacl.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yacl.pw.toml new file mode 100644 index 000000000..3815224df --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/xBXboBnE/yet_another_config_lib_v3-3.6.6%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "ea5af6c6a95a2c62070b87822d87ad835daae655886f8886a20f71e5b838687c56f06df0d9ba6ab3f5c69c2c1699e1a2400bc8079a6d4d37442d2f4daa696eb1" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "xBXboBnE" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yosbr.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yosbr.pw.toml new file mode 100644 index 000000000..679fe0ddc --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/pack.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/pack.toml new file mode 100644 index 000000000..973c39a3c --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console Lite" +author = "omo50, JacksTheGreat, Technocality" +version = "1.3.1+mc1.20.6+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "1eb273ffc174772f8493beeeaf5281878f7e8ca87443da78d037953c55039b0c" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.4" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console-lite/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/config.toml new file mode 100644 index 000000000..bb93acb3e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "CHANGE_ME" + #Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting. + #If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used. + #Supported values: mclo.gs / gnomebot.dev + upload_to = "gnomebot.dev" + #Show gui on minecraft crashed on modloading and FML error screen displayed. + show_on_fml_error_screen = true + #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[text] + #$CONFIG.text.support_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" + support_name = "example Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#example channel" + #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" + #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. + modpack_name = "Minecraft" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = true + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/modlist.json new file mode 100644 index 000000000..3fedf5f98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/modlist.json @@ -0,0 +1,178 @@ +{ + "architectury-13.0.8-fabric.jar": { + "modId": "architectury", + "version": "13.0.8" + }, + "BadOptimizations-2.2.1-1.21.1.jar": { + "modId": "badoptimizations", + "version": "2.2.1" + }, + "BetterGrassify-1.5.1+fabric.1.21.1.jar": { + "modId": "bettergrass", + "version": "1.5.1+fabric.1.21.1" + }, + "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": { + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "calcmod-1.3.2+fabric.1.21.jar": { + "modId": "calcmod", + "version": "1.3.2+fabric.1.21" + }, + "capes-1.5.4+1.21-fabric.jar": { + "modId": "capes", + "version": "1.5.4+1.21" + }, + "chat_heads-0.13.13-fabric-1.21.jar": { + "modId": "chat_heads", + "version": "0.13.13" + }, + "cloth-config-15.0.140-fabric.jar": { + "modId": "cloth-config", + "version": "15.0.140" + }, + "continuity-3.0.0+1.21.jar": { + "modId": "continuity", + "version": "3.0.0+1.21" + }, + "CraftPresence-2.5.3+1.21.1-fabric.jar": { + "modId": "craftpresence", + "version": "2.5.3" + }, + "crash_assistant-fabric-1.4.3.jar": { + "modId": "crash_assistant", + "version": "1.4.3" + }, + "CustomPlayerModels-Fabric-1.21-0.6.21a.jar": { + "modId": "cpm", + "version": "0.6.21a" + }, + "cwb-fabric-3.0.0+mc1.21.jar": { + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21" + }, + "dynamic-fps-3.9.0+minecraft-1.21.0-fabric.jar": { + "modId": "dynamic_fps", + "version": "3.9.0" + }, + "entity_model_features_fabric_1.21.1-2.4.1.jar": { + "modId": "entity_model_features", + "version": "2.4.1" + }, + "entity_texture_features_fabric_1.21.1-6.2.9.jar": { + "modId": "entity_texture_features", + "version": "6.2.9" + }, + "entityculling-fabric-1.7.3-mc1.21.jar": { + "modId": "entityculling", + "version": "1.7.3" + }, + "fabric-api-0.115.1+1.21.1.jar": { + "modId": "fabric-api", + "version": "0.115.1+1.21.1" + }, + "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar": { + "modId": "fabric-language-kotlin", + "version": "1.13.1+kotlin.2.1.10" + }, + "FactoryAPI-1.21.1-2.2.3-fabric.jar": { + "modId": "factory_api", + "version": "2.2.3" + }, + "fastquit-3.0.0+1.20.6.jar": { + "modId": "fastquit", + "version": "3.0.0+1.20.6" + }, + "ferritecore-7.0.2-hotfix-fabric.jar": { + "modId": "ferritecore", + "version": "7.0.2-hotfix" + }, + "fix-keyboard-on-linux-1.0.1.jar": { + "modId": "fix-keyboard-on-linux", + "version": "1.0.1" + }, + "ImmediatelyFast-Fabric-1.6.1+1.21.1.jar": { + "modId": "immediatelyfast", + "version": "1.6.1+1.21.1" + }, + "iris-fabric-1.8.8+mc1.21.1.jar": { + "modId": "iris", + "version": "1.8.8+mc1.21.1" + }, + "lambdynamiclights-3.1.4+1.21.1.jar": { + "modId": "lambdynlights", + "version": "3.1.4+1.21.1" + }, + "Legacy4J-1.21.1-1.8.0.2511.2-fabric.jar": { + "modId": "legacy", + "version": "1.8.0.2511.2" + }, + "legacyskins-1.4.0+fabric+1.21.1.jar": { + "modId": "legacyskins", + "version": "1.4.0+fabric+1.21.1" + }, + "lithium-fabric-0.15.0+mc1.21.1.jar": { + "modId": "lithium", + "version": "0.15.0+mc1.21.1" + }, + "macos-input-fixes-1.8.jar": { + "modId": "macos_input_fixes", + "version": "1.8" + }, + "modelfix-1.21-1.6-fabric.jar": { + "modId": "modelfix", + "version": "1.21-1.6" + }, + "moderner-beta-2.1.4+1.21-fabric.jar": { + "modId": "moderner_beta", + "version": "2.1.4+1.21" + }, + "modernfix-fabric-5.20.2+mc1.21.1.jar": { + "modId": "modernfix", + "version": "5.20.2+mc1.21.1" + }, + "modmenu-11.0.3.jar": { + "modId": "modmenu", + "version": "11.0.3" + }, + "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.910.jar": { + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.910" + }, + "ok_zoomer-fabric-10.0.0-beta.8.jar": { + "modId": "ok_zoomer", + "version": "10.0.0-beta.8" + }, + "optigui-2.3.0-beta.6.1-modrinth+1.21.jar": { + "modId": "optigui", + "version": "2.3.0-beta.6.1-modrinth+1.21" + }, + "placeholder-api-2.4.2+1.21.jar": { + "modId": "placeholder-api", + "version": "2.4.2+1.21" + }, + "sodium-extra-fabric-0.6.0+mc1.21.1.jar": { + "modId": "sodium-extra", + "version": "0.6.0+mc1.21.1" + }, + "sodium-fabric-0.6.9+mc1.21.1.jar": { + "modId": "sodium", + "version": "0.6.9+mc1.21.1" + }, + "UniLib-1.0.5+1.21.1-fabric.jar": { + "modId": "unilib", + "version": "1.0.5" + }, + "world-host-0.5.1+1.21.1-fabric.jar": { + "modId": "world-host", + "version": "0.5.1+1.21.1-fabric" + }, + "yet_another_config_lib_v3-3.6.3+1.21.1-fabric.jar": { + "modId": "yet_another_config_lib_v3", + "version": "3.6.3+1.21.1-fabric" + }, + "yosbr-0.1.2.jar": { + "modId": "yosbr", + "version": "0.1.2" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json @@ -0,0 +1,6 @@ +{ + "example_modid": { + "msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.", + "should_crash_on_startup": true + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_options.json new file mode 100644 index 000000000..fd4703878 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/client_options.json @@ -0,0 +1,201 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.bigshot.take_screenshot_2x": "none", + "component_key.bigshot.take_screenshot_3x": "none", + "component_key.bigshot.take_screenshot_4x": "none", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.5", + "lastLoadedVersion": "1.8.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json new file mode 100644 index 000000000..948cbede6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json @@ -0,0 +1,9 @@ +{ + "defaultSigningMode": "ON_DEMAND", + "showNCRButton": false, + "showReloadButton": false, + "verifiedIconEnabled": false, + "hideModifiedMessageIndicators": false, + "hideSigningRequestMessage": true, + "skipSigningWarning": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json new file mode 100644 index 000000000..f8f18742f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json @@ -0,0 +1,3 @@ +{ + "addQueryData": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 000000000..5843fd108 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,3 @@ +{ + "showEncryptionButton": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml new file mode 100644 index 000000000..a779670c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml @@ -0,0 +1,9 @@ +mode = "fancy" + +[light_sources] +water_sensitive_check = false +block_entities = false +entities = true +self = true +tnt = "simple" +creeper = "simple" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/index.toml new file mode 100644 index 000000000..deb2b95ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/index.toml @@ -0,0 +1,391 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "8396310b4572149029a81cea139ea333123a68562f081184dd1359754973fc13" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "6e599581cf0400b560021b7abf13202465d11bae611d210932fac5e1381b20af" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "9a2fac8d6897a217b507c12612f365eadfaf2db4d84994abdeba8d93877f2152" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Client.json" +hash = "b9c822c512a6dceb195e2a750cce00759973f4a5d99fe7051f21e837861fbcbf" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Common.json" +hash = "0c6b014a1f61185e88ffac6c2343728c04c6c93de0bccd596f15edb2c81e1943" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Encryption.json" +hash = "34ea70c41ff1600e0b169ab969d9acc21420a1a0078f104edb576b7f8a83fc36" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "b637612c88eeb797ed1b820d70c9ae081b5e6a605291d57e0b67c484e6ced14d" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "616308873c29d4de3410db2fc50e70297e77943698d673025c1e72a31618f57f" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "6c6f2e8a90cd8b8c7a6c70f8c5befd5ff1d79a64d8ec87e7922e9f02bf680317" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "4822d1751f54182e9e675d458b8bcd045e99bc6cc76152bf6945cce6d91c5405" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" + +[[files]] +file = "configureddefaults/config/ryoamiclights.toml" +hash = "14a351043b99f57958700fae31d66bd3f28c68ea0ba0b78dc40644eba97de391" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" + +[[files]] +file = "configureddefaults/options.txt" +hash = "34125ceff04eca1aa64d65fb135c3884214ab2e5b4c5ad987f55b32d72296b19" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "d5943ab71fbeb94cf874507a4920e4cbfe8be65bb4a4f794da181741de1ba73b" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "13ecce49052f17d736375b8f0a8f79f67ca39bc0ca3bb6ff3a0cd25dff580586" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "b3df898da24415c2b8425b8fff735c4755ff43a5c12147acafe46c1465044ee2" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "c9158d38b6d27557c613641c189788a69bd86c27ae92c344508b9331e202eccb" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "d8c187da3b697e086981f570cc3403bfc91ccf902c7fcccce01027567bbae6c0" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "8bcc4b64e20140138893d5dde8e151ef45178639b24d2f5917161a89d6424386" +metafile = true + +[[files]] +file = "mods/bigshot.pw.toml" +hash = "d8a38feb20087b15ce45f7544bda95037b17c3357fd2b11f9a5b8c22ac713e53" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "2cc7206997d323b5ee21c7ca07f628cf059617fbc738f78a0ce93675dc347f78" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "7dd9ceeccf2f33e37734d79b5eacd5fc862f99823c3ee723a2c58ec8cf538c21" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "6220bc6540f2e4cc3107377f5bcc4745401e13f37779aeba93cf6b469ef65a3a" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "8701c8483ca80bab6a9b7c6e5a829436a771a64118f6762960d21b039516dab0" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "0b34f7785d88cc5831233bd61cdf326b54e0c7c0be5a4d75aa3d774b0281058f" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "2ff5b1badc831256f08dcbf046d75aea24dd7190df9ed3aa3ce9883d35940d86" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "df78d31df5a8deae2f3d34e8676792e832475ffea163a0d61ccfee2dc82418c1" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "4fefe42e409ac4ce1e35d27427c3923411517b76b9eaf71d5c289053d32d9c64" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "a81cb3e335b47f288bc6eabfb33e08c741257c09158b24268a7b62c220a30065" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "379568e51b6fb5461772bf8f3b9b038a48698eb31452251283b7dc15c3151485" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "c0cadafea3b9f0665beb679538e12f93645313da5a25798b912607b39922103b" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "0b9a4adc578b0b7550b718d9883fb0fe3af71e94b69324ac293e0f725f860cfe" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "7e73d682c69f92c5adbbda8d6b8c8f844ded8149c686121e81b01695da6c51b6" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "efe049951e2e0f191ab95b4df4303ee0456d3031766b8e7e05578f24ab26a9e4" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "b0bb9e8641c04668c55a61c342a69dfbc9ea302cb92eaa6ec1e14c36a6a9c8e4" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "bcfc0745ea33d808f0db1374a27d41b35bcc2f1f23853db4c521da1316a21a30" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "648a47ce3dcf67062dda5b21533b56d5ac827d3fe3e9b1d40e06bc3a0beeafd9" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "6cf6ae5e1d93484ba3a75adf1795f4c315ba23a99f0fa40efaa5d299ea79c0e7" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "ab68113fd3c6521d3cc9fea8b6c36665efed7fa7c35243dbbd33b394cab50904" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "60adfc1ee75f10a7290e18f3e2b82601a3d3915db0c53dabe08dd17daf1c7d76" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "59b7d88506f6b279df22801e84d6b149c9e0145626904bcccb99ea502352a96f" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "5c71c2f21883f527df22c09dcba2b7673daed9794e243be3e71bacccc38515a0" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "f00d0b47afbe37dac9f79361bafadbc19699a7dd6d5f0af9314bad25dae2dbea" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "cec2888d579001f9d814c71ec6cf271077e64a53b512d41e1c08bffb3536df8f" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "52baf00a7a31509be39ee84d99823befff4bada188f3930d5eda7b87b672debb" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "c09eeb5ca1887a767370439d3bfb45eb2b1272af196c2b8cf2f8fe5edea9f1c7" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "db6d12638e33e1bf130738c62a70c3c8fbadb11fea0bffe82f657545c6f07b6f" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "9efd099b61b8c46a88d1d8483add1456473d206c80e778b25962adae42c16ff0" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "7198ca9010bab0586158bfd46d2c8331c577de56871dec090df6c6853d929130" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "db3a60955705606cd795ba4017b6ab70eced2b42cbd1059eb5af32c099cfb497" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "ceeea3b85840e4dbf569f611a6e27e591897b931e071648a6ec4374d6b8dcbe6" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "bc8f5b71363fc5eb63c9debb4aff5eeaf42870b684a8e31e562734b99c59a818" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "1936cc94f72f7a681b0fa4cd4555246cc1b231d07e345698c8d9fb2a3e10b17e" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "ac569ac4fe0d1f41ac45340a245bcaebc4ed6408eab96aa41679d8008506226b" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "53146c5789b053607c5c87430604e3ac633b17a7c1b12999356948eb94301efc" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "7c8c732322852a3d32187029d25579baec7db4ca056682d0ab67c62516ba74e5" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "393c41c155c9f1f47977da32092ed414954139f63137a38d96b21465b3eabff3" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "635a21286dc3e1d906a00d4ba266b87614f0bbd64e8ee681f05acef64de46065" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "dcd993f616052a924fa86de3e7b34db0ca82523796eb764f043ec19b3fd23f4e" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "66518216cd9073d8407ee148db75ecf0e8d682748b84cf7a7071c71aebc88bd5" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "d968742acbadb8b30e0592ad340c058a558b0420d807e490fc64ae449c728415" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "9d710bdf29b16c3120467a6975c183defa3ee528ad5ac9b9363e21992eac5ed2" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/architectury-api.pw.toml new file mode 100644 index 000000000..43e974042 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5137936 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..c8a57601e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b86ce6a5ed4f71a13f6d2976ffe6471cef29beb7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6742958 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..0de0c332b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "76e1e92f1ed91ef31e4c70ca62186494b2683604" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6071599 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bigshot.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bigshot.pw.toml new file mode 100644 index 000000000..4f2760972 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/bigshot.pw.toml @@ -0,0 +1,13 @@ +name = "BigShot" +filename = "BigShot-fabric-1.20.1-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "62daaf29136ac12cac8c18bffa8b20edc8db8f6e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4937598 +project-id = 947331 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/capes.pw.toml new file mode 100644 index 000000000..115183af9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.2+1.20-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5444e301346383f6133189e66069e970d4a126fc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4580689 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/chat-heads.pw.toml new file mode 100644 index 000000000..9d842a47b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.18-fabric-1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d97263ba0e0edb9089744dd43b4ccab5bd6b9367" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6483022 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml new file mode 100644 index 000000000..c7a099082 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d5fe84a0cc9ed5c7290a76ba570e1f8716afecab" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729104 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..f365992b1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults [Forge & Fabric]" +filename = "ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce849b978af7508d21db92e7e411f78a92727846" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6060025 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/continuity.pw.toml new file mode 100644 index 000000000..b13f67717 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9b3908c93efed3da5ad7caaf733b9d5b678c85f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962874 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..2237d8add --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46de72904dc3c24f09e91704fcd49d45b346a00f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6801233 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..940aff4c2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e303bca92b0724f69ce3d8cdb500fb4040e7482f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855462 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..e3ed2f53c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "197a716987e00f87169ed0048a7ca0b17d057d34" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6787938 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..2419f8980 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b3732a3108a96b0aa94565d16ec536ef8a6dc20" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662020 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..cdb06c607 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "61cfe50f69f8ef9e3640c0269ef158870f5b0410" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4610052 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..628e24ed6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_fabric_1.20.1-2.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "991dc106ff0926524b2493eb60b473c81127f633" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6001135 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..fe51c3bc6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_fabric_1.20.1-6.2.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9b58aefda15d675d7b7da57f743ec34f7521d23a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5982137 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml new file mode 100644 index 000000000..799f35b1f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ec0a88b64f252257df6287e9a1d47ed96331e5d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6601119 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..58e57b77a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2120226cd81107dd52eaf5a9a4607035ff26100c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6688121 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabrishot.pw.toml new file mode 100644 index 000000000..b906b4e3a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.10.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "715edb014f9c41fed4fb1c4ba32d493916f7d89a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4962064 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/factory-api.pw.toml new file mode 100644 index 000000000..3398fd273 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.1-2.2.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f2259e0d78d5a6930919be1b9248ac4a31b2961" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6603554 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fastquit.pw.toml new file mode 100644 index 000000000..ecd61a0f1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "68f080925502a49027e231c63d3b94128ed6499b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4739523 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..c9f08d54d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4810977 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..4d09cc38d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4050cb966b7211c234494075769bc8baf33e3c31" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6745705 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/indium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/indium.pw.toml new file mode 100644 index 000000000..0b52935df --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d824614e7a173d273167969f427702f51846aca7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6237037 +project-id = 459496 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/irisshaders.pw.toml new file mode 100644 index 000000000..f4411eb8d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "880c0b9ce38bb4997645793407c1801df83f4233" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6258195 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..7f25bccc5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "86eb65bb4214136ac9f7e4eb65ff15522af4fa0f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6639151 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/language-reload.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/language-reload.pw.toml new file mode 100644 index 000000000..272613239 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7851c30019c35808d40a88782085d6c641bcc091" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662210 +project-id = 527334 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..ad2eccf0c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "265e1f97ba670b8b2a78e18cc7841153a6cd6134" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6718983 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..4196c0038 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "04309a3ae249edb9a004f584cd5053121f78553b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6487596 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lithium.pw.toml new file mode 100644 index 000000000..e0f061b1a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7dc706d892b4c7cff0f7648e6b6256a64c3abec2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6097158 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..e596f788d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5caeae3c4d11e356c87e9fc791a5f8a4a836673c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6631730 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..ea608c1e7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.1.4+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/7dOlwnsa/moderner-beta-fabric-3.1.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "480a60ebda4314bd0290a563d44cbbb548d2459bfc4733ab4c5d7d0c17588e29e329a79406a04494a44c3887f9aa706c8b1e59165a62a961104e591119dd9d97" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "7dOlwnsa" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modernfix.pw.toml new file mode 100644 index 000000000..c4569ec17 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4709074c94ed778bb6f8bdf2fe94a426b48bec25" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6766125 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modmenu.pw.toml new file mode 100644 index 000000000..9d3bf1b51 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5162837 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/no-chat-reports.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/no-chat-reports.pw.toml new file mode 100644 index 000000000..2dea78352 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4610472 +project-id = 634062 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/noisium.pw.toml new file mode 100644 index 000000000..05ea88505 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be85535cf1efe82bd8c41bcf851becaad498a598" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5650500 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..eebb572ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks (Fabric/NeoForge)" +filename = "NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cd9c9fa2cc03607d76238fd46972f25d796087ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6800428 +project-id = 592465 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..7dd9e5320 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-5.4.0-beta.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca27d2996bd51f0a6b74ddad43bc681688242ea8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6404007 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/optigui.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/optigui.pw.toml new file mode 100644 index 000000000..94a6681c7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-3.0.0-alpha.3+fabric.1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0746c99aa4e85f728c67a9ab137d8434bdefafac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6077175 +project-id = 619986 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/polytone.pw.toml new file mode 100644 index 000000000..ae91c264f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20-3.5.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5d11a091bf1129a5f84b63b01648e4eef83afeb7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6761498 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..9d5a1315f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.5.35.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "29bf1c1dcdbbf2fd11ce14e0edaa6c734b34e6b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6787163 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium-extra.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium-extra.pw.toml new file mode 100644 index 000000000..8612631a9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.9+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0f97ec3f395b223848a63573b1a46cbecf97f19f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6298804 +project-id = 447673 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium.pw.toml new file mode 100644 index 000000000..03974109e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bcdbf37d9494e405cba210d7a80ed58e756297b5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6260639 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..08d6d096c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.1.4+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "722efc56827ba973673b15ccc2e446c269a16faa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6131409 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/yacl.pw.toml new file mode 100644 index 000000000..0b8a2231f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dc5ac6c6c4d1e48e8e520b9a41b41e704e82cf55" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6336639 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/pack.toml new file mode 100644 index 000000000..fc465f68a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50" +version = "2.6.0+mc1.20.2+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "56f5d810e70987f2bb3911eab3223c79c324bb09c81ef5c0b930be48c1faf5a6" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.2" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/config.toml new file mode 100644 index 000000000..bb93acb3e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "CHANGE_ME" + #Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting. + #If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used. + #Supported values: mclo.gs / gnomebot.dev + upload_to = "gnomebot.dev" + #Show gui on minecraft crashed on modloading and FML error screen displayed. + show_on_fml_error_screen = true + #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[text] + #$CONFIG.text.support_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" + support_name = "example Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#example channel" + #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" + #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. + modpack_name = "Minecraft" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = true + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/modlist.json new file mode 100644 index 000000000..3fedf5f98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/modlist.json @@ -0,0 +1,178 @@ +{ + "architectury-13.0.8-fabric.jar": { + "modId": "architectury", + "version": "13.0.8" + }, + "BadOptimizations-2.2.1-1.21.1.jar": { + "modId": "badoptimizations", + "version": "2.2.1" + }, + "BetterGrassify-1.5.1+fabric.1.21.1.jar": { + "modId": "bettergrass", + "version": "1.5.1+fabric.1.21.1" + }, + "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": { + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "calcmod-1.3.2+fabric.1.21.jar": { + "modId": "calcmod", + "version": "1.3.2+fabric.1.21" + }, + "capes-1.5.4+1.21-fabric.jar": { + "modId": "capes", + "version": "1.5.4+1.21" + }, + "chat_heads-0.13.13-fabric-1.21.jar": { + "modId": "chat_heads", + "version": "0.13.13" + }, + "cloth-config-15.0.140-fabric.jar": { + "modId": "cloth-config", + "version": "15.0.140" + }, + "continuity-3.0.0+1.21.jar": { + "modId": "continuity", + "version": "3.0.0+1.21" + }, + "CraftPresence-2.5.3+1.21.1-fabric.jar": { + "modId": "craftpresence", + "version": "2.5.3" + }, + "crash_assistant-fabric-1.4.3.jar": { + "modId": "crash_assistant", + "version": "1.4.3" + }, + "CustomPlayerModels-Fabric-1.21-0.6.21a.jar": { + "modId": "cpm", + "version": "0.6.21a" + }, + "cwb-fabric-3.0.0+mc1.21.jar": { + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21" + }, + "dynamic-fps-3.9.0+minecraft-1.21.0-fabric.jar": { + "modId": "dynamic_fps", + "version": "3.9.0" + }, + "entity_model_features_fabric_1.21.1-2.4.1.jar": { + "modId": "entity_model_features", + "version": "2.4.1" + }, + "entity_texture_features_fabric_1.21.1-6.2.9.jar": { + "modId": "entity_texture_features", + "version": "6.2.9" + }, + "entityculling-fabric-1.7.3-mc1.21.jar": { + "modId": "entityculling", + "version": "1.7.3" + }, + "fabric-api-0.115.1+1.21.1.jar": { + "modId": "fabric-api", + "version": "0.115.1+1.21.1" + }, + "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar": { + "modId": "fabric-language-kotlin", + "version": "1.13.1+kotlin.2.1.10" + }, + "FactoryAPI-1.21.1-2.2.3-fabric.jar": { + "modId": "factory_api", + "version": "2.2.3" + }, + "fastquit-3.0.0+1.20.6.jar": { + "modId": "fastquit", + "version": "3.0.0+1.20.6" + }, + "ferritecore-7.0.2-hotfix-fabric.jar": { + "modId": "ferritecore", + "version": "7.0.2-hotfix" + }, + "fix-keyboard-on-linux-1.0.1.jar": { + "modId": "fix-keyboard-on-linux", + "version": "1.0.1" + }, + "ImmediatelyFast-Fabric-1.6.1+1.21.1.jar": { + "modId": "immediatelyfast", + "version": "1.6.1+1.21.1" + }, + "iris-fabric-1.8.8+mc1.21.1.jar": { + "modId": "iris", + "version": "1.8.8+mc1.21.1" + }, + "lambdynamiclights-3.1.4+1.21.1.jar": { + "modId": "lambdynlights", + "version": "3.1.4+1.21.1" + }, + "Legacy4J-1.21.1-1.8.0.2511.2-fabric.jar": { + "modId": "legacy", + "version": "1.8.0.2511.2" + }, + "legacyskins-1.4.0+fabric+1.21.1.jar": { + "modId": "legacyskins", + "version": "1.4.0+fabric+1.21.1" + }, + "lithium-fabric-0.15.0+mc1.21.1.jar": { + "modId": "lithium", + "version": "0.15.0+mc1.21.1" + }, + "macos-input-fixes-1.8.jar": { + "modId": "macos_input_fixes", + "version": "1.8" + }, + "modelfix-1.21-1.6-fabric.jar": { + "modId": "modelfix", + "version": "1.21-1.6" + }, + "moderner-beta-2.1.4+1.21-fabric.jar": { + "modId": "moderner_beta", + "version": "2.1.4+1.21" + }, + "modernfix-fabric-5.20.2+mc1.21.1.jar": { + "modId": "modernfix", + "version": "5.20.2+mc1.21.1" + }, + "modmenu-11.0.3.jar": { + "modId": "modmenu", + "version": "11.0.3" + }, + "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.910.jar": { + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.910" + }, + "ok_zoomer-fabric-10.0.0-beta.8.jar": { + "modId": "ok_zoomer", + "version": "10.0.0-beta.8" + }, + "optigui-2.3.0-beta.6.1-modrinth+1.21.jar": { + "modId": "optigui", + "version": "2.3.0-beta.6.1-modrinth+1.21" + }, + "placeholder-api-2.4.2+1.21.jar": { + "modId": "placeholder-api", + "version": "2.4.2+1.21" + }, + "sodium-extra-fabric-0.6.0+mc1.21.1.jar": { + "modId": "sodium-extra", + "version": "0.6.0+mc1.21.1" + }, + "sodium-fabric-0.6.9+mc1.21.1.jar": { + "modId": "sodium", + "version": "0.6.9+mc1.21.1" + }, + "UniLib-1.0.5+1.21.1-fabric.jar": { + "modId": "unilib", + "version": "1.0.5" + }, + "world-host-0.5.1+1.21.1-fabric.jar": { + "modId": "world-host", + "version": "0.5.1+1.21.1-fabric" + }, + "yet_another_config_lib_v3-3.6.3+1.21.1-fabric.jar": { + "modId": "yet_another_config_lib_v3", + "version": "3.6.3+1.21.1-fabric" + }, + "yosbr-0.1.2.jar": { + "modId": "yosbr", + "version": "0.1.2" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json @@ -0,0 +1,6 @@ +{ + "example_modid": { + "msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.", + "should_crash_on_startup": true + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_options.json new file mode 100644 index 000000000..fd4703878 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/client_options.json @@ -0,0 +1,201 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.bigshot.take_screenshot_2x": "none", + "component_key.bigshot.take_screenshot_3x": "none", + "component_key.bigshot.take_screenshot_4x": "none", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.5", + "lastLoadedVersion": "1.8.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json new file mode 100644 index 000000000..948cbede6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json @@ -0,0 +1,9 @@ +{ + "defaultSigningMode": "ON_DEMAND", + "showNCRButton": false, + "showReloadButton": false, + "verifiedIconEnabled": false, + "hideModifiedMessageIndicators": false, + "hideSigningRequestMessage": true, + "skipSigningWarning": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json new file mode 100644 index 000000000..f8f18742f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json @@ -0,0 +1,3 @@ +{ + "addQueryData": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 000000000..5843fd108 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,3 @@ +{ + "showEncryptionButton": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml new file mode 100644 index 000000000..a779670c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml @@ -0,0 +1,9 @@ +mode = "fancy" + +[light_sources] +water_sensitive_check = false +block_entities = false +entities = true +self = true +tnt = "simple" +creeper = "simple" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/index.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/index.toml new file mode 100644 index 000000000..9839413b6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/index.toml @@ -0,0 +1,391 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "e201fa917ffd624e255599c43a51dd0e1450b20a587d88086a7c4aa5e16ffaf9" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "e991d9d5def8431a7a765da06eafc9c59f2911a8b39c4d483f96ff8eb0a57560" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "9a2fac8d6897a217b507c12612f365eadfaf2db4d84994abdeba8d93877f2152" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Client.json" +hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Common.json" +hash = "20bb880eb7a4657399b86fd11f6e2ec56c87c04ad037d62c155dcca5d484aa7f" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Encryption.json" +hash = "69b2e8613a2e3084367295c7b74cb598957f97bb9b9cfe56eb7b7a3187d86b66" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[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/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/ryoamiclights.toml" +hash = "d6afc19db2764da5ae94c735f9544987a5a4686305d1478d31fdca800a94444c" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "8c4331db97ea226530fcbb99c18db9ed9d1f54e6447c2a297e898bd8f697f6a2" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "95f5e17cf5ef864ec221bce159f9a3ba20567a82df0b3e8079dc00b6497bb524" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "4787f85c589daa3354184f46392382f017ac7172f543f22504ce5b8755f6f025" +metafile = true + +[[files]] +file = "mods/bigshot.pw.toml" +hash = "6c0b36be8537dba425024461724992b2d45b444a7c1345ff4a1d00c87604b7dc" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "c03db130a2fa422bf31b1ffdf598c79b49795b9e0eaff59efff8254d9bc17fea" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "032af7037fd8fd4f708ede54444a2b6107e75aa846db21c5a55cecd397c564cb" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "0dd83155868dc565552f8ddc313aede3094d3523492f52822ffa341288fc2fc9" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "558e7e2a556d46b24fba83602f413500a4575f1838e48acb43efccf329b40a17" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "47623f35fd6bfdc203656f75b2400708109fb36782f5aa82008039d112d788e4" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "b4bc231191af9af06fc9f33df9140d0505112202e47bb3c55270479a6b17a9c8" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "df4e3de1d55d3b06b47a18a61d64c6e9fb6a8cf483fa2ff09a46bf5ff40f8cb6" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "8105825654be1ac299ff6b409065a91bea3f5496eb7093ecd2f12bccf3af5484" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "fcd6ac00c330b4d90b46e4d6906a3dc4ff64b25625f54fe5fe0b128a5cd3c863" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "55d9fb4d344979174c63eec70bb1139eab91243d6088eaa82d07ee1f5f2828a3" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "0b6b2be912fce39c9e40e7d1cbc2fa8ff3e646626ae043d29c0ae934adc6f4e5" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "f3b89ee3f8a91223837a108c3f63ff33d97036a68a27ebbeefb9613c3fcf6e0d" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "1f005cfa3ecb3c99b1cbe4e339beb74d17e334839384f61899376a2481c691f1" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "e79d224bd664cd189049b6a91b677e2ea6cbc6e27da026c44d73b66cca4d8dc0" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "95ab36f6e7274912947f73edfcd97c5c55ee9b85677184a159abda87961d8c64" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "4c232e2680ad8bb2b06cdd4c8531d19eaa64a361107c69eb7a06d4e7dfd376fe" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "9e6c94b982db7244d7bcbb2f90e65d5778a9e7d123ab34ae1e190eb88405b9c9" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "48f8ca009db92b23ea56c3699e1939dbba14d85f99e11a36c6fec1afc4f5df14" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "f6699bfd27a089571477770e4130c5c5c6429e7d3398934c9ba0d9c4c9b74432" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "21829fcfe024c31224f945753671b15923aeb59d199dc771cc8773f4da81992e" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "9b38b604a7475e8cf3f099c1117598ede3e9dc3588f3c02dce902c783847d090" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "85126c8eec99ce702d2ad00876290834907e90e9973391c94606cc3984ab4efd" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "2569a3872f25279f15530a743bf9cba472b4b458c3b3b2a8cf5e37639569df46" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "fdc885b61eb3ff00afc54a18b5de244394473096db2c488c1747e72d92bc8cb7" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "2497c823910ad053c04b83c195806e1a1f1e42a8276350f2c854a9091e706c03" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "f1e11c6d565cc8b8c6962cde70820e8d3f3b9abad851ef4ddf5f467dc1e272da" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "792a5f0fe941e7c9175cb7234b025c1e661a65f3d7272c1fc4cf8cea4015036e" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "427971d0363f92b6cf0f7462c10c440e788971b03280a6fd71aefb59ec4202f7" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "867bc8c6744ec9b3cbaad5125f1130dba1a5ce1b1f47c090e2dca71c4ecf64cd" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "14622ee629c73092383d44247f21150a22e5022c72f2a0f0484b454815433c50" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "c97e40e9cb7705398823566bfed965fc7c2fc16456ac696f387dbe50f3f780b7" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "a8eaf302915b702e8f86a191b01ec59594b3450cf78ba0f7dd353f6c0dd5dbac" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "c67c982ce530c0f21d90b630f006aa92f054de588c27dcf2d9e95b3bf847b116" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "e0899ece330645744ffa107c994f5684ec24edc22d01e370d3db08abb65aa9bb" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "51d31a32aae0e1cac8e6084472d9ee8bd308165e353060075413b9ff5811aac2" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "d3cef8e44e7f4ca364b7af25740ad5c2a29c14ce9f9847a31f386ce6801ef2ca" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "d88cd6f94947541e635993e458c7bbe3a33ee4371374b69fc763b570fa051417" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "37e917db3cddb70bfdecc62917d37091238f1826ee4630a2ecd381c995ad2ca9" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "ab0970dab91433714f2645b5c62474f7fc4146b18db09a88a32f27b1c10cc39f" +metafile = true + +[[files]] +file = "mods/wi-zoom.pw.toml" +hash = "eb9f2d699bd472dfda5d06f52b0f0ac0a86abc79ee0bfbafd9ee06741b2966a7" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f77b42acff060e866a9c09b31d232ea5eda3286b0d25ce1083b2c96b32ef403d" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/architectury-api.pw.toml new file mode 100644 index 000000000..8fde3a2c1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-11.1.17-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "578b95d1c3631e614739fa4ac1ca773836950540" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5173988 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..ce377746f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.2-20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "70cfad11ea5b8a9b6001d815199f548104fd9d12" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6742972 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..0de0c332b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "76e1e92f1ed91ef31e4c70ca62186494b2683604" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6071599 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bigshot.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bigshot.pw.toml new file mode 100644 index 000000000..bb048116e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/bigshot.pw.toml @@ -0,0 +1,13 @@ +name = "BigShot" +filename = "BigShot-fabric-1.20.4-4.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ae2ed17302f64ce0fd40f14a5b120c902201e49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5025917 +project-id = 947331 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/capes.pw.toml new file mode 100644 index 000000000..58200c340 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.3+1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c1a62a847753d9ae039bff35050326a081d2e500" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4789156 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/chat-heads.pw.toml new file mode 100644 index 000000000..6781a7bdf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.18-fabric-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a4f176f32b3e3292bbb23141ac29824953d67a9d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6483033 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml new file mode 100644 index 000000000..db29d3aae --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e374f80329cea3d73e10e31839fe79d5a4fc0b30" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729136 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..7532c6b9a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults [Forge & Fabric]" +filename = "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "efe4fd9f2f554225c71649341a0d8a2eb6cecd47" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4830120 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/continuity.pw.toml new file mode 100644 index 000000000..8e0fbcd30 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d99ae792024c9ef21c2da8481b3e9e474bdfbe0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962879 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..8c1c5e150 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19.2-1.21.4-1.9.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5dbda39108857d84ca913a1b9a5aefb4faae7c5f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6766302 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..940aff4c2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e303bca92b0724f69ce3d8cdb500fb4040e7482f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855462 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..2e7c65371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dd3fe42ca54d59d6c66bb5582fb648baf4d5e390" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6787941 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..838765449 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2d973072dca9e02b0555ab716d2c4f754d72e293" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662036 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..fadccbc98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f2b182c46486ecce3a2f84893efb1c1b9382e859" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5425012 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..2756602f5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_fabric_1.20.4-2.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9045bcd2ab64d184ca247bf454978305f0ac0dd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6001141 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..9849316fd --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_fabric_1.20.4-6.2.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "577869a6c1b525223b4f327938da3a428dcf61a2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5982145 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml new file mode 100644 index 000000000..9dbf36f20 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.97.3+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a21f3c7e700b9fc3a28e896979a07ec489507143" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6674317 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..58e57b77a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2120226cd81107dd52eaf5a9a4607035ff26100c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6688121 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabrishot.pw.toml new file mode 100644 index 000000000..552a84fb7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.12.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c348c0966a2169a67f6a40f80a85c699104a8642" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4972565 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/factory-api.pw.toml new file mode 100644 index 000000000..78ded3efb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.4-2.2.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b05e5828602aaf0b68646222ac97787bfb8b6b31" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6603550 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fastquit.pw.toml new file mode 100644 index 000000000..72103ebbe --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c1340863cc8d61219785c16163156dc748a70763" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5031377 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..f20d9fc31 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4954177 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..4d09cc38d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4050cb966b7211c234494075769bc8baf33e3c31" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6745705 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/indium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/indium.pw.toml new file mode 100644 index 000000000..d29e1dda0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.31+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe6d0513ac332d890f1bd9bb9354a8e240b8f0e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5416034 +project-id = 459496 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/irisshaders.pw.toml new file mode 100644 index 000000000..4141c84c0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.2+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "acc785418e034a265f99fdb341fbb3b5af3859c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5485655 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..8c61a6715 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.3.4+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b44b10647f170732825b28d8ff44735ae31e3837" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5083619 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/language-reload.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/language-reload.pw.toml new file mode 100644 index 000000000..aa0c289cf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "69692e1057f056668ce738870ceb9395bfd92d81" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662236 +project-id = 527334 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..ce8915f20 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "86e39fa9e54821858da8fc7182010ab8383fa9cd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6718972 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..3a814c791 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94db6f9b2546452a4dd1bea527aeb0dda8373e85" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6487593 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lithium.pw.toml new file mode 100644 index 000000000..74e909849 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4a0744beb2246d93cb475d21a5a53faa556956e0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4972281 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..e596f788d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5caeae3c4d11e356c87e9fc791a5f8a4a836673c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6631730 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..7c5418bb0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-1.4.0+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/vn1jw9C4/moderner-beta-1.4.0%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "c1d5dab976a3b4da320c99828b5aabb0debe648cc44ea6829901e4b6394e4866c84d11290189166cc098b4e6d849f30a2faafecdd6446e11ddabc995ac755869" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "vn1jw9C4" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modernfix.pw.toml new file mode 100644 index 000000000..0feb290eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cf5f1f0db74b0385c2738c6fbf8347e7e68100d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5288159 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modmenu.pw.toml new file mode 100644 index 000000000..6ec87c37a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-9.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8b1e21d42e74c1b4ea16e9846c2198dc84352bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5441535 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/no-chat-reports.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/no-chat-reports.pw.toml new file mode 100644 index 000000000..c7138db13 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f9eb4355b82719c2a40607878dfd61ded138f69e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5312221 +project-id = 634062 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/noisium.pw.toml new file mode 100644 index 000000000..ff04c6db8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31be12110ac95503676adfaca2d9ac179e8b2072" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5650488 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..8d4d1c6b0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks (Fabric/NeoForge)" +filename = "NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3fcba0c6bd5a051f77a2eb0a1fefe1823a416ace" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5604890 +project-id = 592465 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/optigui.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/optigui.pw.toml new file mode 100644 index 000000000..d65d1a926 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-2.3.0-beta.6+1.20.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "332789023872d020b5a30a7167b745e317f0e23c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5795785 +project-id = 619986 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/polytone.pw.toml new file mode 100644 index 000000000..eb55f93f2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20.4-1.18.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "221b6a55e2bea8bbd48c55653b7ac698d8da9e4c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5367744 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..31caded9a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.4-2.5.22.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97b48e6f1cabe3b384effe5958abd55b78574611" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5716563 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium-extra.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium-extra.pw.toml new file mode 100644 index 000000000..ed8a42231 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.4+mc1.20.4-build.116.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5cdad24baaac7c254e07205aef6052946f4a5246" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5063878 +project-id = 447673 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium.pw.toml new file mode 100644 index 000000000..f1c9109e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4c38d7b01660a27a98406767c613b3f28b6c9dfe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5092261 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..6966db9f9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.0-pre.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46a627a2c3883b3681c79209ebd97a3b37fddfe5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5441461 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/wi-zoom.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/wi-zoom.pw.toml new file mode 100644 index 000000000..1d4ef9f98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/wi-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "WI Zoom" +filename = "WI-Zoom-1.5-MC1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7fc577d82eba19174fd654c820563da66bb35e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4936728 +project-id = 349630 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/yacl.pw.toml new file mode 100644 index 000000000..ba721697b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5701869f7eafe1c85306575c19c634d5c1dc3061" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6336638 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/pack.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/pack.toml new file mode 100644 index 000000000..ad7aa8960 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50" +version = "2.6.0+mc1.20.6+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "99d74671af65cee08a4d027316efd6a0a68b0eaa048e083aeafb2893de4d56ed" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.6" diff --git a/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/config.toml new file mode 100644 index 000000000..bb93acb3e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "CHANGE_ME" + #Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting. + #If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used. + #Supported values: mclo.gs / gnomebot.dev + upload_to = "gnomebot.dev" + #Show gui on minecraft crashed on modloading and FML error screen displayed. + show_on_fml_error_screen = true + #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[text] + #$CONFIG.text.support_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" + support_name = "example Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#example channel" + #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" + #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. + modpack_name = "Minecraft" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = true + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/modlist.json new file mode 100644 index 000000000..3fedf5f98 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/modlist.json @@ -0,0 +1,178 @@ +{ + "architectury-13.0.8-fabric.jar": { + "modId": "architectury", + "version": "13.0.8" + }, + "BadOptimizations-2.2.1-1.21.1.jar": { + "modId": "badoptimizations", + "version": "2.2.1" + }, + "BetterGrassify-1.5.1+fabric.1.21.1.jar": { + "modId": "bettergrass", + "version": "1.5.1+fabric.1.21.1" + }, + "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": { + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "calcmod-1.3.2+fabric.1.21.jar": { + "modId": "calcmod", + "version": "1.3.2+fabric.1.21" + }, + "capes-1.5.4+1.21-fabric.jar": { + "modId": "capes", + "version": "1.5.4+1.21" + }, + "chat_heads-0.13.13-fabric-1.21.jar": { + "modId": "chat_heads", + "version": "0.13.13" + }, + "cloth-config-15.0.140-fabric.jar": { + "modId": "cloth-config", + "version": "15.0.140" + }, + "continuity-3.0.0+1.21.jar": { + "modId": "continuity", + "version": "3.0.0+1.21" + }, + "CraftPresence-2.5.3+1.21.1-fabric.jar": { + "modId": "craftpresence", + "version": "2.5.3" + }, + "crash_assistant-fabric-1.4.3.jar": { + "modId": "crash_assistant", + "version": "1.4.3" + }, + "CustomPlayerModels-Fabric-1.21-0.6.21a.jar": { + "modId": "cpm", + "version": "0.6.21a" + }, + "cwb-fabric-3.0.0+mc1.21.jar": { + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21" + }, + "dynamic-fps-3.9.0+minecraft-1.21.0-fabric.jar": { + "modId": "dynamic_fps", + "version": "3.9.0" + }, + "entity_model_features_fabric_1.21.1-2.4.1.jar": { + "modId": "entity_model_features", + "version": "2.4.1" + }, + "entity_texture_features_fabric_1.21.1-6.2.9.jar": { + "modId": "entity_texture_features", + "version": "6.2.9" + }, + "entityculling-fabric-1.7.3-mc1.21.jar": { + "modId": "entityculling", + "version": "1.7.3" + }, + "fabric-api-0.115.1+1.21.1.jar": { + "modId": "fabric-api", + "version": "0.115.1+1.21.1" + }, + "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar": { + "modId": "fabric-language-kotlin", + "version": "1.13.1+kotlin.2.1.10" + }, + "FactoryAPI-1.21.1-2.2.3-fabric.jar": { + "modId": "factory_api", + "version": "2.2.3" + }, + "fastquit-3.0.0+1.20.6.jar": { + "modId": "fastquit", + "version": "3.0.0+1.20.6" + }, + "ferritecore-7.0.2-hotfix-fabric.jar": { + "modId": "ferritecore", + "version": "7.0.2-hotfix" + }, + "fix-keyboard-on-linux-1.0.1.jar": { + "modId": "fix-keyboard-on-linux", + "version": "1.0.1" + }, + "ImmediatelyFast-Fabric-1.6.1+1.21.1.jar": { + "modId": "immediatelyfast", + "version": "1.6.1+1.21.1" + }, + "iris-fabric-1.8.8+mc1.21.1.jar": { + "modId": "iris", + "version": "1.8.8+mc1.21.1" + }, + "lambdynamiclights-3.1.4+1.21.1.jar": { + "modId": "lambdynlights", + "version": "3.1.4+1.21.1" + }, + "Legacy4J-1.21.1-1.8.0.2511.2-fabric.jar": { + "modId": "legacy", + "version": "1.8.0.2511.2" + }, + "legacyskins-1.4.0+fabric+1.21.1.jar": { + "modId": "legacyskins", + "version": "1.4.0+fabric+1.21.1" + }, + "lithium-fabric-0.15.0+mc1.21.1.jar": { + "modId": "lithium", + "version": "0.15.0+mc1.21.1" + }, + "macos-input-fixes-1.8.jar": { + "modId": "macos_input_fixes", + "version": "1.8" + }, + "modelfix-1.21-1.6-fabric.jar": { + "modId": "modelfix", + "version": "1.21-1.6" + }, + "moderner-beta-2.1.4+1.21-fabric.jar": { + "modId": "moderner_beta", + "version": "2.1.4+1.21" + }, + "modernfix-fabric-5.20.2+mc1.21.1.jar": { + "modId": "modernfix", + "version": "5.20.2+mc1.21.1" + }, + "modmenu-11.0.3.jar": { + "modId": "modmenu", + "version": "11.0.3" + }, + "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.910.jar": { + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.910" + }, + "ok_zoomer-fabric-10.0.0-beta.8.jar": { + "modId": "ok_zoomer", + "version": "10.0.0-beta.8" + }, + "optigui-2.3.0-beta.6.1-modrinth+1.21.jar": { + "modId": "optigui", + "version": "2.3.0-beta.6.1-modrinth+1.21" + }, + "placeholder-api-2.4.2+1.21.jar": { + "modId": "placeholder-api", + "version": "2.4.2+1.21" + }, + "sodium-extra-fabric-0.6.0+mc1.21.1.jar": { + "modId": "sodium-extra", + "version": "0.6.0+mc1.21.1" + }, + "sodium-fabric-0.6.9+mc1.21.1.jar": { + "modId": "sodium", + "version": "0.6.9+mc1.21.1" + }, + "UniLib-1.0.5+1.21.1-fabric.jar": { + "modId": "unilib", + "version": "1.0.5" + }, + "world-host-0.5.1+1.21.1-fabric.jar": { + "modId": "world-host", + "version": "0.5.1+1.21.1-fabric" + }, + "yet_another_config_lib_v3-3.6.3+1.21.1-fabric.jar": { + "modId": "yet_another_config_lib_v3", + "version": "3.6.3+1.21.1-fabric" + }, + "yosbr-0.1.2.jar": { + "modId": "yosbr", + "version": "0.1.2" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/crash_assistant/problematic_mods_config.json @@ -0,0 +1,6 @@ +{ + "example_modid": { + "msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.", + "should_crash_on_startup": true + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_options.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_options.json new file mode 100644 index 000000000..d270e2990 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/client_options.json @@ -0,0 +1,201 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.bigshot.take_screenshot_2x": "none", + "component_key.bigshot.take_screenshot_3x": "none", + "component_key.bigshot.take_screenshot_4x": "none", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.5", + "lastLoadedVersion": "1.8.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common.json new file mode 100644 index 000000000..0857fe817 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/global_packs.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/global_packs.json new file mode 100644 index 000000000..c17aa1818 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/legacy/global_packs.json @@ -0,0 +1,21 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.3.0.zip", + "file/Legacy-Skin-Packs-2.3.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Doctor Who Legacy Skins.zip", + "file/Classic MCYT Skin Pack.zip", + "file/Baby Kitty and Friends.zip", + "file/A Minecraft Movie Hero Pack.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "file/Legacy Titles RC.zip", + "legacy:legacy_resources", + "file/1080p-kbm-tooltips.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..89968e19e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,646 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSodiumScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": true + }, + "disabledGlobalSounds": { + "list": [], + "disabled": true + }, + "playMusicWhenPaused": false, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "disableBubbleColumn": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": true + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": true + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": true + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": true + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "disableHitboxOverride": true, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": true + }, + "translucentChests": { + "items": [], + "disabled": true + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": true, + "oldRedstoneTorchModel": true, + "oldSoulTorchModel": true, + "hidePlayerInBed": true, + "hideRecipeToasts": false, + "hideTutorialToasts": false, + "hideAdvancementToasts": false, + "hideAdvancementChats": true, + "hideExperienceBar": false, + "hideHungerBar": false, + "hideStaminaBar": false, + "hideStaminaMoving": false, + "hideStaminaCooldown": false, + "hideStaminaBarInactive": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "showStaminaText": false, + "useDynamicStaminaColor": true, + "altStaminaShowOnActive": false, + "altStaminaCorner": "TOP_LEFT", + "altStaminaOffsetX": 0, + "altStaminaOffsetY": 0, + "altStaminaShadow": true, + "altStaminaText": "Stamina: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": true, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "DISABLED", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": false, + "showDebugRightTextShadow": false, + "showDebugLeftBackground": true, + "showDebugRightBackground": true, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": false, + "showDebugRightTextColor": false, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#FFFFFFFF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "MODERN", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "fixSavingIndicatorOffset": false, + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": false, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": false, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "MODERN", + "oldFurnaceScreen": false, + "furnaceBook": "MODERN", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "levelSelectWhenEmpty": false, + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": false, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": false, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": false, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": true + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "old2dExceptions": { + "items": [ + "minecraft:decorated_pot" + ], + "disabled": true + }, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldNetherLighting": false, + "oldSmoothLighting": false, + "disableSmoothLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": true, + "dynamicLightBrightness": false, + "disableLightBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": true + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": false, + "oldWorldFog": "ALPHA_R164", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": true, + "smoothWaterColor": true, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "renderVoidFog": false, + "creativeVoidFog": true, + "creativeVoidParticles": true, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableSkeletonStrafing": false, + "oldCreeperStrafeOnSwell": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 70, + "animalSpawnCap": 10, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": false, + "attackWhileSwordBlocking": false, + "swordBlockDamageReduction": 50, + "oldDamageValues": false, + "disableCooldown": false, + "disableMissTimer": false, + "disableCriticalHit": false, + "disableSweep": false, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "staminaSprint": false, + "staminaInfinitePeaceful": false, + "staminaRegainWhenMoving": "NORMAL", + "staminaDuration": 5, + "staminaRecharge": 7, + "staminaCooldown": 0, + "staminaSaturationEffect": false, + "staminaHungerEffect": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "oldFishingLoot": false, + "oldFishingLuring": false, + "oldFishingCasting": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "oldFire": false, + "infiniteBurn": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": true, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": false, + "selfBlockDrops": { + "items": [ + "minecraft:iron_ore", + "minecraft:gold_ore", + "minecraft:copper_ore", + "minecraft:deepslate_iron_ore", + "minecraft:deepslate_gold_ore", + "minecraft:deepslate_copper_ore" + ], + "disabled": true + }, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableShovelPathing": false, + "disableAxeStripping": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": true + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": true + }, + "customItemStacking": { + "items": {}, + "disabled": true + } + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": false, + "oldSwingDropping": true, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": false, + "oldItemReequip": true, + "oldToolExplosion": false, + "oldZombieArms": true, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "oldMobDeathTopple": false, + "oldMobHeadBodyTurn": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": true, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": true + }, + "useSwingSpeeds": { + "items": {}, + "disabled": true + } + } +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json new file mode 100644 index 000000000..948cbede6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Client.json @@ -0,0 +1,9 @@ +{ + "defaultSigningMode": "ON_DEMAND", + "showNCRButton": false, + "showReloadButton": false, + "verifiedIconEnabled": false, + "hideModifiedMessageIndicators": false, + "hideSigningRequestMessage": true, + "skipSigningWarning": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json new file mode 100644 index 000000000..f8f18742f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Common.json @@ -0,0 +1,3 @@ +{ + "addQueryData": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 000000000..5843fd108 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,3 @@ +{ + "showEncryptionButton": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml new file mode 100644 index 000000000..a779670c8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/ryoamiclights.toml @@ -0,0 +1,9 @@ +mode = "fancy" + +[light_sources] +water_sensitive_check = false +block_entities = false +entities = true +self = true +tnt = "simple" +creeper = "simple" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/options.txt b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/options.txt new file mode 100644 index 000000000..50ad41325 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/options.txt @@ -0,0 +1,14 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true +key_key.hide_icons:key.keyboard.z +key_key.voice_chat_group:key.keyboard.b diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums.json new file mode 100644 index 000000000..6172fe882 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums.json @@ -0,0 +1,29 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic", + "caribbean", + "super_cute", + "norse", + "festive", + "chinese", + "greek", + "city", + "plastic", + "natural", + "fallout", + "fantasy", + "candy", + "cartoon", + "steampunk", + "pattern", + "n7", + "halloween", + "super_mario", + "animated", + "trailer", + "dark-mode", + "faithful" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/animated.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/animated.json new file mode 100644 index 000000000..365c216ed --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/animated.json @@ -0,0 +1,12 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/FreshAnimations_v1.9.2.zip", + "file/FA+All_Extensions-v1.4.zip", + "file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip" + ], + "id": "animated", + "name": "Animated Texture Pack", + "description": "Start moving like a movie with the Animated Texture Pack!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/candy.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/candy.json new file mode 100644 index 000000000..92e9a621c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/candy.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Candy Texture Pack.zip" + ], + "id": "candy", + "name": "Candy Texture Pack", + "description": "Indulge your sweet tooth with this sugar-coated texture pack!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/caribbean.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/caribbean.json new file mode 100644 index 000000000..2117af74f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/caribbean.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Pirates Of The Caribbean.zip" + ], + "id": "caribbean", + "name": "Pirates Of The Caribbean Mash-up", + "description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/cartoon.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/cartoon.json new file mode 100644 index 000000000..0ddcbbaa5 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/cartoon.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Cartoon Texture Pack.zip" + ], + "id": "cartoon", + "name": "Cartoon Texture Pack", + "description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/chinese.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/chinese.json new file mode 100644 index 000000000..fd7ce8a51 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/chinese.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Chinese Mythology.zip" + ], + "id": "chinese", + "name": "Chinese Mythology", + "description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/city.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/city.json new file mode 100644 index 000000000..57752ad0d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/city.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/City Texture Pack.zip" + ], + "id": "city", + "name": "City Texture Pack", + "description": "A creative texture set, ideal for building structures. The perfect set for the focused builder." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/dark-mode.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/dark-mode.json new file mode 100644 index 000000000..cc80cecc3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/dark-mode.json @@ -0,0 +1,12 @@ +{ + "packs": [ + "vanilla", + "fabric", + "legacy:console_aspects", + "legacy:legacy_waters", + "file/Default-Dark-Mode-Legacy4J-1.20.0+-0.1.1.zip" + ], + "id": "dark-mode", + "name": "Dark-Mode Texture Pack", + "description": "Save your eyes some strain with Default Dark Mode!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/faithful.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/faithful.json new file mode 100644 index 000000000..8105be2c6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/faithful.json @@ -0,0 +1,11 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Faithful 32x - 1.21.1.zip", + "file/Faithful Legacy 2 beta 1.zip" + ], + "id": "faithful", + "name": "High-Resolution Texture Pack", + "description": "The original Minecraft texture feel, with double the resolution and double the fun!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fallout.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fallout.json new file mode 100644 index 000000000..87d3e4799 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fallout.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/FalloutMash-upPack.zip" + ], + "id": "fallout", + "name": "Fallout", + "description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fantasy.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fantasy.json new file mode 100644 index 000000000..e04964866 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/fantasy.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Fantasy Texture Pack.zip" + ], + "id": "fantasy", + "name": "Fantasy Texture Pack", + "description": "The golden times are here. A medieval, fantasy look for your worlds." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/festive.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/festive.json new file mode 100644 index 000000000..bb7a23c5b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/festive.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Festive.zip" + ], + "id": "festive", + "name": "Festive", + "description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/greek.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/greek.json new file mode 100644 index 000000000..95456e62b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/greek.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Greek Mythology.zip" + ], + "id": "greek", + "name": "Greek Mythology", + "description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/halloween.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/halloween.json new file mode 100644 index 000000000..9269d34bf --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/halloween.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Halloween.zip" + ], + "id": "halloween", + "name": "Halloween", + "description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..6ad3ce623 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,22 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "file/SPBR-17_3.zip", + "vanilla", + "fabric", + "legacy:console_aspects", + "file/magmafix.zip", + "file/grassfix", + "file/New Ores 1.16.5 Version 3.zip", + "legacy:legacy_waters" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..b5c54726e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,19 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "file/PACP_Base_Release.zip", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/n7.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/n7.json new file mode 100644 index 000000000..2e5b323b6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/n7.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Mass Effect.zip" + ], + "id": "n7", + "name": "Mass Effect", + "description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/natural.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/natural.json new file mode 100644 index 000000000..362d05715 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/natural.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Natural Texture Pack.zip" + ], + "id": "natural", + "name": "Natural Texture Pack", + "description": "Give your worlds a more natural look. A texture pack based on soft colors and lines." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/norse.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/norse.json new file mode 100644 index 000000000..581615e3e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/norse.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Norse Mythology.zip" + ], + "id": "norse", + "name": "Norse Mythology", + "description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/pattern.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/pattern.json new file mode 100644 index 000000000..8eb7337be --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/pattern.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Pattern Texture Pack.zip" + ], + "id": "pattern", + "name": "Pattern Texture Pack", + "description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/plastic.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/plastic.json new file mode 100644 index 000000000..593754f3f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/plastic.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Plastic Texture Pack.zip" + ], + "id": "plastic", + "name": "Plastic Texture Pack", + "description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/steampunk.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/steampunk.json new file mode 100644 index 000000000..68b47e503 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/steampunk.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Steampunk Texture Pack.zip" + ], + "id": "steampunk", + "name": "Steampunk Texture Pack", + "description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_cute.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_cute.json new file mode 100644 index 000000000..c75717952 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_cute.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Super Cute Texture Pack.zip" + ], + "id": "super_cute", + "name": "Super Cute Texture Pack", + "description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_mario.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_mario.json new file mode 100644 index 000000000..8ca677e71 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/super_mario.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Super Mario Mash-up.zip" + ], + "id": "super_mario", + "name": "Super Mario", + "description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario style Texture Pack, Skin Pack, and a Super Mario themed world to explore!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/trailer.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/trailer.json new file mode 100644 index 000000000..fa431e9e0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/configureddefaults/resource_albums/trailer.json @@ -0,0 +1,11 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/rc1.21.1.zip", + "file/Bare Bones 1.21.7.zip" + ], + "id": "trailer", + "name": "Trailer-Style Texture Pack", + "description": "Experience LCE in the style of the MC trailers" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/index.toml new file mode 100644 index 000000000..8c3628a8e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/index.toml @@ -0,0 +1,739 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "8396310b4572149029a81cea139ea333123a68562f081184dd1359754973fc13" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "6e599581cf0400b560021b7abf13202465d11bae611d210932fac5e1381b20af" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "6394d9c084fd6bccdfcc98469c9d25c72a3c582632f31c2465de658c375e458e" + +[[files]] +file = "config/legacy/common.json" +hash = "b53b37731be8c0b43792606469971acca200596aa957ece8387507daea19b7e8" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "736ce0b1536adedf92e2234129cd757557fe790142823cc54b302e2ace3c99c6" + +[[files]] +file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "f03920579e869b9e443b00ba9a7c44af74a60bcb7625609bfb428c6388cfca18" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Client.json" +hash = "b9c822c512a6dceb195e2a750cce00759973f4a5d99fe7051f21e837861fbcbf" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Common.json" +hash = "0c6b014a1f61185e88ffac6c2343728c04c6c93de0bccd596f15edb2c81e1943" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Encryption.json" +hash = "34ea70c41ff1600e0b169ab969d9acc21420a1a0078f104edb576b7f8a83fc36" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "b637612c88eeb797ed1b820d70c9ae081b5e6a605291d57e0b67c484e6ced14d" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "616308873c29d4de3410db2fc50e70297e77943698d673025c1e72a31618f57f" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "6c6f2e8a90cd8b8c7a6c70f8c5befd5ff1d79a64d8ec87e7922e9f02bf680317" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "4822d1751f54182e9e675d458b8bcd045e99bc6cc76152bf6945cce6d91c5405" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" + +[[files]] +file = "configureddefaults/config/ryoamiclights.toml" +hash = "14a351043b99f57958700fae31d66bd3f28c68ea0ba0b78dc40644eba97de391" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" + +[[files]] +file = "configureddefaults/options.txt" +hash = "4544d130ce928cc0347ac9ce986f90106b5c4421c648272abf274344d1c0240b" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "668524ffc59c29b4ba404c6b79bfaf806ac0cd285f578a8376ed04453ee1e948" + +[[files]] +file = "configureddefaults/resource_albums/animated.json" +hash = "e2db21bc266a289e80c946d6f5fcc8074adc6f4c0be3413c4b152e0757a1f207" + +[[files]] +file = "configureddefaults/resource_albums/candy.json" +hash = "fd3ed1c665ab17d274d7010da30d9bbd4349c7df557fd697c965ddafd76f69ed" + +[[files]] +file = "configureddefaults/resource_albums/caribbean.json" +hash = "948a6a3f7b708cad7feeac620b77aaf57cca8d6052c6ee341ad443241aa3eb36" + +[[files]] +file = "configureddefaults/resource_albums/cartoon.json" +hash = "4bc7db98154db8632d22c503f760ddc2a231d1b2232cbc3e008630c59a74b46b" + +[[files]] +file = "configureddefaults/resource_albums/chinese.json" +hash = "b0a08205514be1f90abd9f73893ba1da17bde852dc78f930dcce0086ce40eb3a" + +[[files]] +file = "configureddefaults/resource_albums/city.json" +hash = "0b6cb147e132150afd6add37f2011b40d7a9838345ba418957253ad9b525f92e" + +[[files]] +file = "configureddefaults/resource_albums/dark-mode.json" +hash = "2c409a632c70dfaf3e90af1aa9aa71c930a3212e66dbfc4bc7a3b3fd24984919" + +[[files]] +file = "configureddefaults/resource_albums/faithful.json" +hash = "b99a39caee5d84cc8a65ca1d6d79e222c17af26224e0e9c7fabb3638c493d80f" + +[[files]] +file = "configureddefaults/resource_albums/fallout.json" +hash = "d0657baf75413d086ce2530f7eeea9030568cfd2cf6ad12e3bc4249137f552e3" + +[[files]] +file = "configureddefaults/resource_albums/fantasy.json" +hash = "f56cb12785e540788b752d740fc45a629cf705096400b36750d3f1ef64b60145" + +[[files]] +file = "configureddefaults/resource_albums/festive.json" +hash = "e5abb09c4fdf9be196331d0595c6dfe34d7aae35d77fd3b8b7c471ac9e80a208" + +[[files]] +file = "configureddefaults/resource_albums/greek.json" +hash = "10e1f59ae61f32a1a907bb6b39dd50cf854cc9622206164ad74fd3ed5ebdc026" + +[[files]] +file = "configureddefaults/resource_albums/halloween.json" +hash = "160af72730d51fa1547a230936c3deba2fedd90ea9d2b661419261943d436dce" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "978375794ec8b8381ab01fbcad3d647b9a0c50e4496c8306895f2b3011b8c781" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "7464c63eeb981fcb7ddf98dc98a8cdbf21fa8f21615501da9b0be2967bac95a6" + +[[files]] +file = "configureddefaults/resource_albums/n7.json" +hash = "1dd5450f9edd84e90caf83a469ec9303f2e9ef47c800d081219cf2842d3d67ed" + +[[files]] +file = "configureddefaults/resource_albums/natural.json" +hash = "ea618658c8b9086acbff3cd9c89a0e5909187263f67047c8838e1120af40af48" + +[[files]] +file = "configureddefaults/resource_albums/norse.json" +hash = "c75481f035185be42e077035bb1a8f5bc06465e0905aa4f5349bf1d0e9c57ffa" + +[[files]] +file = "configureddefaults/resource_albums/pattern.json" +hash = "2627cd48fa453192a661071555eb3c7253eb4b6f62c081a9627c01f1dcb7ff04" + +[[files]] +file = "configureddefaults/resource_albums/plastic.json" +hash = "5963dfc9f69c88930cabdc41bc43c0961974caaaf67a9af33f01a7224522707d" + +[[files]] +file = "configureddefaults/resource_albums/steampunk.json" +hash = "f503d6bb97ff4706bfe4968e095b4d7e4bce85794800e8382eac15756c2d3f66" + +[[files]] +file = "configureddefaults/resource_albums/super_cute.json" +hash = "a257c00c4c02f54d8b2384b3785e7a8e01b07d18f7f2bdbb2e6bb1101f7d20b4" + +[[files]] +file = "configureddefaults/resource_albums/super_mario.json" +hash = "dfaff10d2c8d432900485f60e42bbe525b76f6f7502984001f774e4aaf32fe45" + +[[files]] +file = "configureddefaults/resource_albums/trailer.json" +hash = "6a76ab986fddfc3508f19d314a1c97db830beb80879821d6b5b1b22403bbcab4" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "77ff1432123c57983a848a27047a265ddf10d3a76a17c7c9b2dd7e77a042d711" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "6f513274c71a46f7431362a42682b4a169a1cd3ad22bdaaa720c34016f2eb942" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "49112cb0c8359c39c872f2688b3dbc22fde169a923cf4df92cd1ba60b432119d" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "5eade022da85f205b7f13e0610fb1a9bd8f06d99d584ff5d6bd708e846a87f48" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "cf2310a760e5897e904f8f6351eeb234118ad0729d8e95a5dc704bc71cdfab96" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "2ea660633b80f4d21fb03008958df7a596afe3dfbe9b737dfe12929ed1ef92d0" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "cd7328772a3a25078bc5ae4b49576b953b6dd4234fa58e5702bf097a7c6eefda" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "4737f39234f9cf1faf075ea80228ce38982e56cc9df8a277aff3a0e10e4005ad" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "c427d3474551df681bd66428836486b43b6f0e812b3ced94777e4fd30b76ca6e" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "765c845fe7e63a5d1ce2a4a4f31dac08c8f6a58dc61f73f2556287f72628e6d8" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "d96eefed5a27f169b0fdd431afbd9936c13320d2007c808e7d2ff7cdab4a12bc" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "cdff4bf9b431f146e36ae5bbb5ff99c0268f092f569de9f26606ae08859636e7" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "52355f7f314b3208a1a51ed5ca0ad94986eb22ab174465fbe36b92a3c5b3c7fe" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "250697902d731bc62540960ae7b45a8967d4a603d08891d8d7ea412dfc370cea" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "bd05ca7ea9b33b7b205d5a52fa43a22956411f245c8993c95151d9fc059b8ec7" +metafile = true + +[[files]] +file = "mods/ears.pw.toml" +hash = "d3fdfa20f42ec0f07609c011d454f4dbd43b08afbeb64269d4e81af9abd752ce" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "816b719eb96d91e39a44ead15dbe176951484a1915c52f05eed9100dfadf280d" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "7bc0dd66fb8afaf7859787b09c48f6b4740d03ebf78019627f5f41a80a9aef57" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "c5ad9b253f9b26b478ed931c1761bcd92a50d05be542c9101ead65af2cd42496" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "692bc02798a11f2a479afdb28d6486e1d44ac2987522b20b3e88594a56d1e8d6" +metafile = true + +[[files]] +file = "mods/esf.pw.toml" +hash = "dba3ade9db0b246a4597a450780ed4300329db120eb31a5f16bec4b97d57ab81" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "5aec219adc9536b4554033a54c563a027297a319836ef5e8dd3078fda8ac2e32" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "79422ee22e5cb624dc8b7a144e6ec5269d748434c7c64cb14fe6c0c730b2779f" +metafile = true + +[[files]] +file = "mods/fabricbettergrass.pw.toml" +hash = "dbf70ad0c295b600040bc49c1351e8bc807911efa77086b8e81773aced2bba39" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "e248d23f43fa50e6014902db890fa6546c3763858da8192862bfcc3070bf56be" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "da182789b77634ef2ce6c508087277ac6a1fd78dd12f46f325772de0479dc7e2" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "4a38586bb7b7f27d5d90b4f1b70b5f348d7e8ff73d9d0ced9b24a55d29e5e678" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "7c80079f8907c29bba18bd6bfd1eeeade4be790a39ff0e358d6e72441dd8108f" +metafile = true + +[[files]] +file = "mods/fix-keyboard-on-linux.pw.toml" +hash = "6e572f70d25f8f509761cb13f0d29eb2f9333713e4d32b33ecd576f7545a738e" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "6fdeb8562b9bf3710340cb981225d93dfbc0bef7682d564a87a3d8f0cb9a4c46" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "fe3e6bdf7ee24ca65e68ffe7110f0eb6c9c27bfcb94b190f63063aba4c7ff2bd" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "be540af02cdd45a559222e973788e928646052bbc16b5bb09f5770d061e287d7" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "9e8a8240c3677c46d35b8fe0088592f9abdc99cb2db9a87f8a4a192f458a71bb" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "7164d3f100663723d35fde9fa15873ee4dc4c0c8a5bf27ababfa3ddb9bd6e2ff" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "fbf2449ca1b351c7afe0156afbbc34a8f45dd4a4a1d4a2b0b60f240f12eaf613" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "57a70ca938bcfcaea5669d53ac1942c521fba33e33e23b532c7adaddb3127e1f" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "de21b252a7de6bc60358d42befd12d563a9cdf44657bae5f88a19ebaff4d1070" +metafile = true + +[[files]] +file = "mods/main-menu-credits.pw.toml" +hash = "12183bb89186d0e65f0f03aca20a93eb542a5f173862872be9f4030e9aac2b1d" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "9efd099b61b8c46a88d1d8483add1456473d206c80e778b25962adae42c16ff0" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "3024d2388dafa4e301db77e9a77fa705771e2fa9ba429ba1580bc977dd276c64" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "837915662c472b9672e4a5bed43343a37917fb947b3b86c929bdc73024497fc3" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "5ce2f4ca8c22e9bd1def9f669d7ce1b4f61ed7fcbea57c8678f97239f8f8d94c" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "a1d64a43710c465e4c83eb02686edb1203f00d9583740086cd2ed086e179c25b" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "83035284d88f5e058e17fe35e2aef1f18c41f34d574c496ca7e06ad48ceaa60f" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "32c02532ee4ed6ac98421f1cb635c97708c86595535ed19a05aa112cc1ed9035" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "b2d126346828d612806f54a165f12029d62cfbf5063752b9a1b85cc0436ec7bd" +metafile = true + +[[files]] +file = "mods/placeholder-api.pw.toml" +hash = "40b46bbdea807d74cd5d7dfabc58502219a754b9364ff46ff3e2b243b31351da" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "305248638c353f2a88a5ad3a144c67b1e26061c2609d6cbe31b24a766d8af364" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "152e77bdb27926cbd335b6d9fd47c41558f37f15f1dc7326e8eafa6afd95d2a1" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "f46a28713596f69fcbbd90870844a2e3e6ffc6000ae3ceb6164fc39223bd6175" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "196310c8f35ff43df20828f78aeaa532c62faa036c58a913ca9d419cfa39c2d4" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a5b7358eb8b4795a3ab36872a8c2a0e1c1bf6a518a168f2eb10b695a35cb64b5" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "e64813dffa5ddd31b1bff63d0a37c4c9d9f6c18c32968812664f5fb06d23508d" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "5e42e941f7085f81bf9420691a0ebe0e6ed3dd4db310521eb556e300f22b643e" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "7ec53cd88eefb509a25d5c36ed24743a33e8ee2844f31a6270c376240e11eb90" +metafile = true + +[[files]] +file = "resourcepacks/1080p-kbm-tooltips.pw.toml" +hash = "7f33b842746b73ed35ddd97dc78641fa39df8304a4ab6d37e25eb7356822447e" +metafile = true + +[[files]] +file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" +hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +metafile = true + +[[files]] +file = "resourcepacks/bare-bones.pw.toml" +hash = "a0c0f1572d6def3dec8aa260c860cfcafbbb22e9ed9e6a50a70d814d83c2a610" +metafile = true + +[[files]] +file = "resourcepacks/candy-texture-pack.pw.toml" +hash = "84c328b32a9215713936c1a13e5cdab2e0e511a9ea8f849dd15080c76160bafe" +metafile = true + +[[files]] +file = "resourcepacks/cartoon-texture-pack.pw.toml" +hash = "e42503d3261fdcf5644eca186f0b68beba44392cf89d9822708cfd099843bd7f" +metafile = true + +[[files]] +file = "resourcepacks/chinese-mythology-mash-up.pw.toml" +hash = "ba6eae3109f1d91611d01b8e361b161c22cbc9087e19e2eac4173ec94723898b" +metafile = true + +[[files]] +file = "resourcepacks/city-texture-pack.pw.toml" +hash = "d335fd3cd17a820ecf17e7d2afc6af7990c691a769a24e75eb0491b819b96351" +metafile = true + +[[files]] +file = "resourcepacks/classic-mcyt-sp.pw.toml" +hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +metafile = true + +[[files]] +file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" +hash = "5eab073e0c121e2613ee987b8e92ec5c02fe0db1063a9dbb5c1430184010fb87" +metafile = true + +[[files]] +file = "resourcepacks/faithful-32x.pw.toml" +hash = "fe06c74ea9d960c6af41dbe2a2693adc8ae8997ec3581838a8808be31e589b0b" +metafile = true + +[[files]] +file = "resourcepacks/faithful-legacy.pw.toml" +hash = "ab61332d0a6bb249e26f30c34e7bce7bb88999e2730f186363ef4407857ffd44" +metafile = true + +[[files]] +file = "resourcepacks/fallout-mashup.pw.toml" +hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +metafile = true + +[[files]] +file = "resourcepacks/fantasy-texture-pack.pw.toml" +hash = "7c17b74a319d76cda08a06a88b93ea807729aad35cb8704c441c5dd298c0008c" +metafile = true + +[[files]] +file = "resourcepacks/festive-mash-up.pw.toml" +hash = "4fc1e0436c08581070517a423ba1a7da6d3bbda3b22b49b139a8c3d96796cca8" +metafile = true + +[[files]] +file = "resourcepacks/fresh-animations-extensions.pw.toml" +hash = "1e690507e5762bb3179c19950d765e7aa06a2999cdf18eaa9db4e4ab478fb213" +metafile = true + +[[files]] +file = "resourcepacks/fresh-animations.pw.toml" +hash = "8d4ef54b5da8007d17fea93efb1584d3d41b05e1b6953eeb7dc39210eb9b0255" +metafile = true + +[[files]] +file = "resourcepacks/golden-days.pw.toml" +hash = "3f111fb6b62da7403589c33a4cc9993f827d6c85e27ec9ed4c18de345f76dabc" +metafile = true + +[[files]] +file = "resourcepacks/greek-mythology-mash-up.pw.toml" +hash = "913e9d4aba5249c8370abf66e0d99e5a50af356dda491ac82a124dfa0ade908f" +metafile = true + +[[files]] +file = "resourcepacks/halloween-mash-up.pw.toml" +hash = "bf8bfc6fc05e3687efacf3af997791c3ceee08d779d047ba3eab83bf3612f323" +metafile = true + +[[files]] +file = "resourcepacks/hellokitty-skinpack.pw.toml" +hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +metafile = true + +[[files]] +file = "resourcepacks/lce-panorama-collection.pw.toml" +hash = "abb33d78e21b4534f1a0454f21b3e3908ad5df02af8e985e0221e1804c96e530" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "d72311dd08f9e4d4f2a7b84dd44a3be576f48baa19ce28ecc4db8370cd6a33b5" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" +hash = "91ae0adb7510abb1409444ce55bfa6202cb358a8f1ff37a01dfb3267d57d315c" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "630caa688be90d27ad2953e835ffcc0e3034c011ee836cbd2a2901146efe474f" +metafile = true + +[[files]] +file = "resourcepacks/legacy-titles.pw.toml" +hash = "b3ef3dab7a28b82449657797814ec2a56b248658da95e916b3a0049a22365187" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/mash-up-addon.pw.toml" +hash = "b86eb987d865f884df36c44e293f8a91e624892197abc2058f1442cf7030d12e" +metafile = true + +[[files]] +file = "resourcepacks/mass-effect-mash-up.pw.toml" +hash = "cd55ef8ccfb05c318e8b827ef516e39fed104f9c5d9a897bccebd85783de5732" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "1c1bf5edad56d9b99333055177e61853c6c450521205586beb1eb2554dcfd408" +metafile = true + +[[files]] +file = "resourcepacks/natural-texture-pack.pw.toml" +hash = "c183fc3ffa59372a65c637abfd87faf4d70b3ca1104162dd01a0e5e439da6640" +metafile = true + +[[files]] +file = "resourcepacks/norse-mythology-mash-up.pw.toml" +hash = "64864652c34d7ecbc746576199ec8dac636604ef92957a4a7faab60eeee72607" +metafile = true + +[[files]] +file = "resourcepacks/pacp.pw.toml" +hash = "6c863af9d3705655b0ed7963e3367c0acede5ead408502c73b2401935187b228" +metafile = true + +[[files]] +file = "resourcepacks/pattern-texture-pack.pw.toml" +hash = "d1ec365745f53df196d74b81e91347d2bb62c92c908aa86dfc63340c59ebf2b5" +metafile = true + +[[files]] +file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" +hash = "081794531d6d45d5bb3bb92927a309f1d577d6332db0fc0499aa0266ddc6aa09" +metafile = true + +[[files]] +file = "resourcepacks/plastic-texture-pack.pw.toml" +hash = "3cbe79a7ae0e468ed8b90b8dab6fbc34e0952c3befba1ac8c68867af076921cf" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true + +[[files]] +file = "resourcepacks/steampunk-texture-pack.pw.toml" +hash = "aef8f713818a3e623c259bb705be914e58294c0301d7348fdefa98962883447b" +metafile = true + +[[files]] +file = "resourcepacks/super-cute.pw.toml" +hash = "d8106c8c383f908387b795dfe0dfabbc46dbdf4444f12a346688a2ac8725e18d" +metafile = true + +[[files]] +file = "resourcepacks/super-mario-mash-up.pw.toml" +hash = "b23e120653287a0c24e9595310190b8e4ccbf0feae28e533149c74f1be127537" +metafile = true + +[[files]] +file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" +hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +metafile = true + +[[files]] +file = "resourcepacks/tras-fresh-player.pw.toml" +hash = "32fe0fe8941110f8fba07ce7768faa1797de6b28e961ab65b483c380fc0a365a" +metafile = true + +[[files]] +file = "resourcepacks/tutorial-world-addon.pw.toml" +hash = "de5f3c59c9ec0ad545235dca595c8bb8a28d4c72ba0cfd5a491f234c0e948f44" +metafile = true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/architectury-api.pw.toml new file mode 100644 index 000000000..8257e1b0b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" +hash-format = "sha512" +hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "WbL7MStR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b11c462a1 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" +hash-format = "sha512" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "RPOjbIwJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..03b7ae397 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.20.1-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MS1ZMyR7/versions/FbxcDBxy/BetterPingDisplay-Fabric-1.20.1-1.1.1.jar" +hash-format = "sha512" +hash = "5651a271904dc73f868a8cf307a6a517fc29631472af1258b5da90183afbf770205eb3a6404fa65c599d4fd3c04710ab47fe8339799cce7fc648f4929648c120" + +[update] +[update.modrinth] +mod-id = "MS1ZMyR7" +version = "FbxcDBxy" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..d40ed127d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar" +hash-format = "sha512" +hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8" + +[update] +[update.modrinth] +mod-id = "m5T5xmUy" +version = "GVS6ujFJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bobby.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bobby.pw.toml new file mode 100644 index 000000000..a95b0e0f0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/2cuVyTav/bobby-5.0.1.jar" +hash-format = "sha512" +hash = "2c2872b633f67feef2af378793da928d1595bb0cd841ee8ca6cd2bbbef45d8f9c14456b2d8970d4d92ac2cbefdb753c77c37341dfdbf0d00268f9cf607914391" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "2cuVyTav" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/capes.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/capes.pw.toml new file mode 100644 index 000000000..395c34b85 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes" +filename = "capes-1.5.2+1.20-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/z2zOEvPP/capes-1.5.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "e8e0b46e6a7da55e83a3883497e29666941cf865c6166b319d56ba574a5124d864353be257c05468f3626813c28544c69fb8015fb24acc41a7ef9356b83714eb" + +[update] +[update.modrinth] +mod-id = "89Wsn8GD" +version = "z2zOEvPP" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/chat-heads.pw.toml new file mode 100644 index 000000000..e85010c85 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.18-fabric-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/V9vDVRF6/chat_heads-0.13.18-fabric-1.20.jar" +hash-format = "sha512" +hash = "d657684ab15471b7baad2dcd30d2f4553504742dce19acd92b4760971acf4f404e9f4193da00283cc1b50d772b24190d106aaf99103c1d425a1bdba31e71c675" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "V9vDVRF6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml new file mode 100644 index 000000000..0ebc28733 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..fe751342c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SISoSFPP/versions/40ZQedAc/ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "212148c1e1d33ac714320e8e34b7248cbb5d57f0e397b2f52121e14409ad57fe1f6d48f4f281cd0e251ac3b180451217ab2f04fcccf430e56406d2b26bb2fbc9" + +[update] +[update.modrinth] +mod-id = "SISoSFPP" +version = "40ZQedAc" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/continuity.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/continuity.pw.toml new file mode 100644 index 000000000..1c96ae98a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "qGTDcjHM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/craftpresence.pw.toml new file mode 100644 index 000000000..e81a07572 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.1+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/J3mkfoC1/CraftPresence-2.6.1%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "a6b782597ad77d200cb6a5c6a655f82929d64a2820e4f5a410abb4d3e84683ec5037031a3578f59a367ea150b47bd30cdc64032a57027b2ca325024a2cd2537c" + +[update] +[update.modrinth] +mod-id = "DFqQfIBR" +version = "J3mkfoC1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..4511d2463 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/my0Oto7L/CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar" +hash-format = "sha512" +hash = "cdcc7895de10ca5327119efa954861c70478e48f5b4bfb98fe808983251d77de664b3bb3ba5b8ece1cf97c2503295aba9d9c31bab090cb68fafed5f6e52ea490" + +[update] +[update.modrinth] +mod-id = "ix1qq8Ux" +version = "my0Oto7L" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..892d85367 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/KpTt0KNS/cwb-fabric-3.0.0%2Bmc1.20.jar" +hash-format = "sha512" +hash = "cceb1a648c0465db1232a6a65ceefe4d04af54fdc909a40ee86ade2f2c743d5e96c55f73ab83f515dd53fa36095fe893d218ad56c51c53ad517e3b57441a5f2b" + +[update] +[update.modrinth] +mod-id = "ETlrkaYF" +version = "KpTt0KNS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..373dc410f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/9cSHmRan/CustomPlayerModels-Fabric-1.20-0.6.23a.jar" +hash-format = "sha512" +hash = "96519cfe5f791803fd1c1c349a4370512c0fda9a4349a850b03cd5434a450bbecff2d9cb8fcf2408afc7108fd8797c5f9ebd2f073ea9cfe0a90db47d2de8bef3" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "9cSHmRan" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..6efac40b2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ears.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ears.pw.toml new file mode 100644 index 000000000..5ccff108a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ears.pw.toml @@ -0,0 +1,13 @@ +name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)" +filename = "ears-fabric-1.20-1.4.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/49nmGOvy/ears-fabric-1.20-1.4.7.jar" +hash-format = "sha512" +hash = "853617ac0d17f94d8354ac1c2fcb647e504cc5273673c91142860b21601a5eeac3eb7f80bab0f0c43106e4e91d6e994c8970dce481db2ced7690c2d6a92877bf" + +[update] +[update.modrinth] +mod-id = "mfzaZK3Z" +version = "49nmGOvy" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ebe.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ebe.pw.toml new file mode 100644 index 000000000..a262cfe18 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..2a5fe6071 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Model Features [CEM]" +filename = "entity_model_features_fabric_1.20.1-2.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/X2NBK99f/entity_model_features_fabric_1.20.1-2.4.1.jar" +hash-format = "sha512" +hash = "6b078e98ed5bf6eb6437a2230b15b32bb1579973ccdb418f3778eb1e745289ccc5e202cb0145558fa815a864847ba7396cfe5ba44df561e651d3da5cee7dd33b" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "X2NBK99f" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entityculling.pw.toml new file mode 100644 index 000000000..4ad929bbf --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "79bdedd7fb6eb5a1bd7178e5bce393e51e34d568f2b61ab7129eb93997b73c2cc749a4a20b522e8bb7c99e955ec2438ed4f3a855709ae37a20240abb084721b2" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "3TCgPw5u" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entitytexturefeatures.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entitytexturefeatures.pw.toml new file mode 100644 index 000000000..9e594715c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.1-6.2.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/WvkMQbYb/entity_texture_features_fabric_1.20.1-6.2.9.jar" +hash-format = "sha512" +hash = "56d65ccc56ee45e6a5aeb330bad0e59ddbec47fb3468dad1e42db8952ab70f2fd2eeda1046ff4394ac89e35941261623ee71a7a0e580fffa4f86971f615bbfa8" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "WvkMQbYb" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/esf.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/esf.pw.toml new file mode 100644 index 000000000..02f16177c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/esf.pw.toml @@ -0,0 +1,13 @@ +name = "[ESF] Entity Sound Features" +filename = "entity_sound_features_fabric_1.19.4+-0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IMuO8COj/versions/DYc5ZjK1/entity_sound_features_fabric_1.19.4%2B-0.4.jar" +hash-format = "sha512" +hash = "cf3078396294ce7d25c6d7437e9cc6b023a8586f0c3f4d620c76fb60bd98c8466c314a9440c9f914dfbd565421b96a039b951ed7d3e4dc711839a7b257435b2c" + +[update] +[update.modrinth] +mod-id = "IMuO8COj" +version = "DYc5ZjK1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml new file mode 100644 index 000000000..95ad673c3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..5bfa98841 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +hash-format = "sha512" +hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "mccDBWqV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabricbettergrass.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabricbettergrass.pw.toml new file mode 100644 index 000000000..a5c7b8f5c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabricbettergrass.pw.toml @@ -0,0 +1,13 @@ +name = "FabricBetterGrass" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar" +hash-format = "sha512" +hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8" + +[update] +[update.modrinth] +mod-id = "m5T5xmUy" +version = "GVS6ujFJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabrishot.pw.toml new file mode 100644 index 000000000..001f07343 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.10.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/Rduo9X24/fabrishot-1.10.1.jar" +hash-format = "sha512" +hash = "e1c0417297f4b1e8289ecdec73f660560c8dd623cc536cabb3fca451049de0f8d57c6f09617415091cf9be43cc26bb253801feae9e6ac707a3c1038eb484fad3" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "Rduo9X24" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/factory-api.pw.toml new file mode 100644 index 000000000..74caba172 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.1-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/5auJcBKx/FactoryAPI-1.20.1-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "67687a0ce26d587ad02770354170257b612f71e359d3efea23811270abd081a98e6a55e2feaee1c9b178b7ef5551ad88c85493a16ae4577bca2fa8e509f27651" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "5auJcBKx" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fastquit.pw.toml new file mode 100644 index 000000000..363abf970 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/tNgyOUMr/fastquit-3.0.0%2B1.20%2B.jar" +hash-format = "sha512" +hash = "aa4710b43b9ed8a15f39d83fd0f6fc84f5c1e2348b2bad2e88ab0c0793d308162035f6bbed03488eefe719fe565ed37d6310c710f07349c10502ae5937555133" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "tNgyOUMr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..c44ceae74 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fix-keyboard-on-linux.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fix-keyboard-on-linux.pw.toml new file mode 100644 index 000000000..95ba99660 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/fix-keyboard-on-linux.pw.toml @@ -0,0 +1,13 @@ +name = "Fix Keyboard on Linux" +filename = "fix-keyboard-on-linux-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar" +hash-format = "sha1" +hash = "54f8961e608e0846f2f1feb25846643c2b024af6" + +[update] +[update.modrinth] +mod-id = "siXFh9dn" +version = "ZKDQu5sd" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/indium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/indium.pw.toml new file mode 100644 index 000000000..a66486969 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "nQHYSjxO" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/iris.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/iris.pw.toml new file mode 100644 index 000000000..3c5de1216 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "s5eFLITc" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..da2d05b3a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "Zxi6kGDV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/language-reload.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/language-reload.pw.toml new file mode 100644 index 000000000..2ae9b9b5f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/7g8j3tHH/language-reload-1.7.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "0df0c486b02a86e33a29e48615d5379b5824104a9c34ce76d7072c7cb41a5578e2195fc5bd21c8627869f8101f378b97d620632335dc360e784f67e954ab0290" + +[update] +[update.modrinth] +mod-id = "uLbm7CG6" +version = "7g8j3tHH" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..1824dee39 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/dMoSF6Rf/legacyskins-1.4.5%2Bfabric%2B1.20.1.jar" +hash-format = "sha512" +hash = "0daa4fcb831b5aedfac47ed2c6d34a9f2d976f22ade131802ecd2287b488105286df677d94616f0bb4e14ef02f0f8772f5e0c943365a7145a2e3f0e64213c972" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "dMoSF6Rf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml new file mode 100644 index 000000000..e19bacb32 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/94c3cu9d/Legacy4J-1.20.1-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "77391696e73e789f9ed4f29bc131dea4b3560886e1b56ad5e965c5bb7522eb710131ad05fd9fb4140c1c94517b7ba1cb40981044ab5f6a7a0b715c0f69429ad2" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "94c3cu9d" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lithium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lithium.pw.toml new file mode 100644 index 000000000..565754c27 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..66e045e37 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x9BrsVME/versions/5SH4S7as/macos-input-fixes-1.9.jar" +hash-format = "sha512" +hash = "01238565f39f48fe22a113325b6f1cef75231ff76b862a55a7c0c67d63751d70d9f1903001959cfaaaa2e9f43b50fe469cbc2c266dde9cd4572664c503d8c11f" + +[update] +[update.modrinth] +mod-id = "x9BrsVME" +version = "5SH4S7as" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/main-menu-credits.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/main-menu-credits.pw.toml new file mode 100644 index 000000000..c20c31ecc --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/main-menu-credits.pw.toml @@ -0,0 +1,13 @@ +name = "Main Menu Credits" +filename = "main-menu-credits-1.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar" +hash-format = "sha512" +hash = "ffd34a0fb7d0eda309af8deb0a06cae8c367e954e4452fef50a25bf2e3639aa998b4d1dcf0f74be61e51d7ccca175a80631927878a07103ca9da40492fd43467" + +[update] +[update.modrinth] +mod-id = "qJDfP7WN" +version = "hWX5REu6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..ea608c1e7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.1.4+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/7dOlwnsa/moderner-beta-fabric-3.1.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "480a60ebda4314bd0290a563d44cbbb548d2459bfc4733ab4c5d7d0c17588e29e329a79406a04494a44c3887f9aa706c8b1e59165a62a961104e591119dd9d97" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "7dOlwnsa" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modernfix.pw.toml new file mode 100644 index 000000000..5ebbda418 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Qt5OXLYh/modernfix-fabric-5.24.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f6f9fccf57eb9806d89a5b5d74dd8c22351dccd367860433b32b1bfd364d8192df086bcca9c885371dea7e2de01ab968e97be5b5974282f40db38b118344150b" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "Qt5OXLYh" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modmenu.pw.toml new file mode 100644 index 000000000..dbe985d17 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" +hash-format = "sha512" +hash = "9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "lEkperf6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/no-chat-reports.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/no-chat-reports.pw.toml new file mode 100644 index 000000000..7865ba7f6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "HeZZR2kF" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/noisium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/noisium.pw.toml new file mode 100644 index 000000000..5030125a7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" +hash-format = "sha512" +hash = "f0abcdac514bd2b4eb6af3529eeb9980a6fef534d31244879acb291a9943151aeb34f372bf98ae01f6191870bf95e1c0bc36d522433353a1090b96e7ac03c417" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "erSJnRcq" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..1fafddade --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks" +filename = "NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l1rj36Ob/versions/reUPJIcX/NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar" +hash-format = "sha512" +hash = "30cedcc739b2289524e45573918db292335e5e141a425d82b9f36de86b4e1f735d818699d5be5d236d4eee25055a77a8a63caa720fc1e6f96ce7cfdb93b374f4" + +[update] +[update.modrinth] +mod-id = "l1rj36Ob" +version = "reUPJIcX" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..969d0b918 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer" +filename = "ok_zoomer-fabric-5.4.0-beta.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/d7vfHrR4/ok_zoomer-fabric-5.4.0-beta.8.jar" +hash-format = "sha512" +hash = "bc15792d424d1afbec415cd55b8a60ce8a2da70df134597c2cb2d1b300c586064d88eb04113d6f209bee3a5b9420df8d5b053b012c327dfa9e6e527a5bfb084b" + +[update] +[update.modrinth] +mod-id = "aXf2OSFU" +version = "d7vfHrR4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/optigui.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/optigui.pw.toml new file mode 100644 index 000000000..5cdaa5542 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-2.3.0-beta.6.1-modrinth+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/VOkFcxqC/optigui-2.3.0-beta.6.1-modrinth%2B1.20.jar" +hash-format = "sha512" +hash = "9ee3e3675f1ed345e51392980ec4cf67d6fe9c11085ad70da6b31e199f8b35fc90a1f8719506838ae16cc03d0586f93ecfe4096939348f6c78fb433b2b699c0c" + +[update] +[update.modrinth] +mod-id = "JuksLGBQ" +version = "VOkFcxqC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/placeholder-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/placeholder-api.pw.toml new file mode 100644 index 000000000..1857706d4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.1.4+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eXts2L7r/versions/DaV2ycYi/placeholder-api-2.1.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "80a4721abf9654a8bbfb9e23fbb7493bfa379d3116adb9d0d98f05482b25150d91994346dd230b691935f64f57ce0840deecce6bb279fbfaa3ebab30ad426db8" + +[update] +[update.modrinth] +mod-id = "eXts2L7r" +version = "DaV2ycYi" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/polytone.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/polytone.pw.toml new file mode 100644 index 000000000..37e9fd10f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20-3.5.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/KXgPOV0u/polytone-1.20-3.5.1-fabric.jar" +hash-format = "sha512" +hash = "3bd7b395ef38c6e16b4dd204cde4cdafe1f8f896049dcf0bf6d15c9abbd6ade22950e1a6ca2855909b376473f24e8601afe29bfa26dbd25542ecdcc35133627a" + +[update] +[update.modrinth] +mod-id = "3qAYkBMB" +version = "KXgPOV0u" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..e34980575 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.5.35.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/4DG7BvdF/voicechat-fabric-1.20.1-2.5.35.jar" +hash-format = "sha512" +hash = "216bbd7d28a2c4f7685044360b8a2104666c300659dcab3dc8081665d794611ff2c710d536bf56047480239b8e050cd4b2f31bde8f845bc2222228543c5e3650" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "4DG7BvdF" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium-extra.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium-extra.pw.toml new file mode 100644 index 000000000..b024ac613 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.9+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mDbF0LZT/sodium-extra-0.5.9%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "c47b765f8e062ca7e3471fe5e74aabdf56160d5b67b64dfcca8c177ede914715097ae4e94defe2a6b02bf86ccba1e7bf471073c71bb126e51adf21e54c5864e3" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "mDbF0LZT" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium.pw.toml new file mode 100644 index 000000000..54741dfcb --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8736a1fa6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" +hash-format = "sha512" +hash = "b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "gBP1GqtK" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/unilib.pw.toml new file mode 100644 index 000000000..44e0da76a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.0+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nT86WUER/versions/vZrLmFy5/UniLib-1.1.0%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "f9ee3423c9925ae60b5191a3a134324f9acad1a072d15ea2d5ab9f00436299a9a7669c66936983f384f6c866149a571d21273828dc8a641f8ab89b4ed7d121ef" + +[update] +[update.modrinth] +mod-id = "nT86WUER" +version = "vZrLmFy5" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/world-host.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/world-host.pw.toml new file mode 100644 index 000000000..29b07521f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/aeZLqLcC/world-host-0.5.2%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "38de38b3b6b2763743d765ddabe31c4433bab290ab7ada6d17829f942044e6f69415e6fd1189af5b186713286700d88d614c8136108a9ffde34f73fe767e0057" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "aeZLqLcC" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/yacl.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/yacl.pw.toml new file mode 100644 index 000000000..71a334c77 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/pack.toml new file mode 100644 index 000000000..9b564419e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/pack.toml @@ -0,0 +1,16 @@ +name = "Re-Console" +author = "omo50" +version = "2.6.0+mc1.20.2+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "6a7ce8fa87a1d77aa26f36b58d6ca4e860b6b2797d6e8fe1326282d37d3750fc" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.2" + +[options] +acceptable-game-versions = [] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/1080p-kbm-tooltips.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/1080p-kbm-tooltips.pw.toml new file mode 100644 index 000000000..ddf1228dd --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/1080p-kbm-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "1080p L4J KBM Icons" +filename = "1080p-kbm-tooltips.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/y8lwiGhN/versions/UxGDSHjZ/1080p-kbm-tooltips.zip" +hash-format = "sha512" +hash = "100e08425569672b2c031ac9d994265f46adac2bef9fb1a3008a0d20dce519c4f2916d94b58d5771451cb3a6dc51018117c1fb0ff0a44e51c3bc0c98f493f6a6" + +[update] +[update.modrinth] +mod-id = "y8lwiGhN" +version = "UxGDSHjZ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/a-minecraft-movie-hero-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/a-minecraft-movie-hero-pack.pw.toml new file mode 100644 index 000000000..64fdef7ca --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/a-minecraft-movie-hero-pack.pw.toml @@ -0,0 +1,13 @@ +name = "A Minecraft Movie Hero Pack" +filename = "A Minecraft Movie Hero Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1fU20j7/versions/2aHKlUHr/A%20Minecraft%20Movie%20Hero%20Pack.zip" +hash-format = "sha512" +hash = "e9f4f4f9a70b8ea071db1001fdd8501f2e6c315ade3cd60953030dc67aaa6cae104373768ad78630e873a3e7e6f872ae767f4ac6a80aab697b6c16756e79fc0d" + +[update] +[update.modrinth] +mod-id = "x1fU20j7" +version = "2aHKlUHr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/bare-bones.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/bare-bones.pw.toml new file mode 100644 index 000000000..b8b403e0e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/bare-bones.pw.toml @@ -0,0 +1,13 @@ +name = "Bare Bones" +filename = "Bare Bones 1.21.7.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rox3U8B6/versions/sZROMthE/Bare%20Bones%201.21.7.zip" +hash-format = "sha512" +hash = "9352d872552f7b6b60f48318322763273c244041e9894ea4dcf76fd84ccc1d29d369dc5237733fefe721fdf49af6030165c5df77d273cb06fe7ecf3555fbae58" + +[update] +[update.modrinth] +mod-id = "rox3U8B6" +version = "sZROMthE" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/candy-texture-pack.pw.toml new file mode 100644 index 000000000..b89b14686 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/candy-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Candy Texture Pack" +filename = "Candy Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/R1Wqm66W/Candy%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "af8de6d09baf33e846ba5e401334abac5425ccf61022dd74ae43efaf424b673a36c4f65039d9f75f76346addd6a574f9d034cf47d8b8166acd1093aeb5f6ab6f" + +[update] +[update.modrinth] +mod-id = "NGIRqFgR" +version = "R1Wqm66W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/cartoon-texture-pack.pw.toml new file mode 100644 index 000000000..2e1a34bf6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/cartoon-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Cartoon Texture Pack" +filename = "Cartoon Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/GxSNg9pD/Cartoon%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "cf898828a914d08f53e6248e0fdeff02f281a4a2345840805fe48b0157e06fd12b45f221ef3d4a0a5de268a02825109a011bf809afb859cbba2c42ae939e41d2" + +[update] +[update.modrinth] +mod-id = "I8Wm3eT9" +version = "GxSNg9pD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/chinese-mythology-mash-up.pw.toml new file mode 100644 index 000000000..a42eaffb2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Chinese Mythology Mash-up" +filename = "Chinese Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/Ee6a0JtV/Chinese%20Mythology.zip" +hash-format = "sha512" +hash = "e47e7bb230bde3650fbb4e0ef3f2bcfbe2b7d99f00a384841252db3fe459f84730ed08db1822533b94c07a1efe99c6613ae4e062ec0252d56817f521360494b8" + +[update] +[update.modrinth] +mod-id = "kRsZVu69" +version = "Ee6a0JtV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/city-texture-pack.pw.toml new file mode 100644 index 000000000..7855d39ea --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/city-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "City Texture Pack" +filename = "City Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/hBnIlEqa/City%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "c72a525217678b1019c2d24fdc420c1bc40fc0d6c4c3747327ca1e15c5e3b66068cceab793e02862aa3f7adbcaa0dc9ce2fd3d9e44d315c2983fe8aaabd7600c" + +[update] +[update.modrinth] +mod-id = "IcRlkcNt" +version = "hBnIlEqa" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/classic-mcyt-sp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/classic-mcyt-sp.pw.toml new file mode 100644 index 000000000..1bb512b9f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/classic-mcyt-sp.pw.toml @@ -0,0 +1,13 @@ +name = "Classic Minecraft YouTuber Skin Pack" +filename = "Classic MCYT Skin Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8fM4nRG5/versions/QOretmOo/Classic%20MCYT%20Skin%20Pack.zip" +hash-format = "sha512" +hash = "7fcc94c5479ff11d1b9096a8eb42bfa99c5c40ba2493385460f9fdf9ae80f6270e3843b6d5c37ff9bc55cf1056ca2e51eb538ea8dad1331353f45ab92759795a" + +[update] +[update.modrinth] +mod-id = "8fM4nRG5" +version = "QOretmOo" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/default-dark-mode-legacy4j.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/default-dark-mode-legacy4j.pw.toml new file mode 100644 index 000000000..3cf3ef932 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/default-dark-mode-legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Default Dark Mode: Legacy4J" +filename = "Default-Dark-Mode-Legacy4J-1.20.0+-0.1.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8xdgUCRk/versions/u7J93AuN/Default-Dark-Mode-Legacy4J-1.20.0%2B-0.1.1.zip" +hash-format = "sha512" +hash = "052b822dd361ab7b222003576f08e8b5e19b80648ce63d79db8a609ac9d416e98665652e5361f5c3ff1e9b9728bc40c793dc7bba2bf50174bedc59a1bd3939d1" + +[update] +[update.modrinth] +mod-id = "8xdgUCRk" +version = "u7J93AuN" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-32x.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-32x.pw.toml new file mode 100644 index 000000000..4f0e6dc74 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-32x.pw.toml @@ -0,0 +1,13 @@ +name = "Faithful 32x" +filename = "Faithful 32x - 1.20.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/w0TnApzs/versions/QBd6cboI/Faithful%2032x%20-%201.20.1.zip" +hash-format = "sha512" +hash = "1a2e9973189ba731f466846e11e4c26ad22697f290619b297d1230ef4e5bc953e5e090a979029135ff044dfa549a30a02c4276030d589564bbcf4754ed92f835" + +[update] +[update.modrinth] +mod-id = "w0TnApzs" +version = "QBd6cboI" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-legacy.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-legacy.pw.toml new file mode 100644 index 000000000..e64499b25 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/faithful-legacy.pw.toml @@ -0,0 +1,13 @@ +name = "Faithful Legacy" +filename = "Faithful Legacy 2 beta 1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PbrKfOSH/versions/JSjZwkwO/Faithful%20Legacy%202%20beta%201.zip" +hash-format = "sha512" +hash = "6849ccfae23c26a8ff9e994e79658f31e3a37232558c497782650eb30c481b2bf82f0875b386c5378dcc4e10cddf984cdddb0998e3097ddc678cc61034f0c371" + +[update] +[update.modrinth] +mod-id = "PbrKfOSH" +version = "JSjZwkwO" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fallout-mashup.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fallout-mashup.pw.toml new file mode 100644 index 000000000..d292a03c7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fallout-mashup.pw.toml @@ -0,0 +1,13 @@ +name = "Fallout Mash-up Pack" +filename = "FalloutMash-upPack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YyQcuyAN/versions/UZEBNeOe/FalloutMash-upPack.zip" +hash-format = "sha512" +hash = "b26bc649d6084998f9dd4cd6c2d322013a89b483ed57daee0493a7ee85a94391ac17a7d171ff78a6114aa5e96dd00ce0578ea45ba2a906f02b5428062deaa4f6" + +[update] +[update.modrinth] +mod-id = "YyQcuyAN" +version = "UZEBNeOe" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fantasy-texture-pack.pw.toml new file mode 100644 index 000000000..051f761e0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fantasy-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Fantasy Texture Pack" +filename = "Fantasy Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/kVAVbKuw/Fantasy%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "b9b398bc199f9792d191e1bb58ae0074cb0883e16e06191acd2dd2f21a653dd2d3bcfe5cea6d78bb8c8f6c1a0738eab7cdbe4d195ec6ef2cb925b14a94813cc7" + +[update] +[update.modrinth] +mod-id = "kFbEIMmd" +version = "kVAVbKuw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/festive-mash-up.pw.toml new file mode 100644 index 000000000..6c92f76a0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/festive-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Festive Mash-up" +filename = "Festive.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/bOgVPg6Y/Festive.zip" +hash-format = "sha512" +hash = "9e992d0e12331c3489f8b9ac762d4aab4d0eb919145700b506e53c22c63d311cf685ea3c8b9f719396c241f5fa4c80e15ac5b9f47a4be11495ddbbcb076911c6" + +[update] +[update.modrinth] +mod-id = "pE8Ji9UH" +version = "bOgVPg6Y" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations-extensions.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations-extensions.pw.toml new file mode 100644 index 000000000..bf7522fce --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations-extensions.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations - Extensions" +filename = "FA+Objects-v1.1.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YAVTU8mK/versions/doQyYghr/FA%2BObjects-v1.1.1.zip" +hash-format = "sha512" +hash = "3765d3f556c312b7f2225bbf29b34c1d38c6383ca8608f13fc7cccef70c6fc11a8687c65a209e706704aa37fb3505849eaea4aee9d7edb6c602366381cd1d1b6" + +[update] +[update.modrinth] +mod-id = "YAVTU8mK" +version = "doQyYghr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations.pw.toml new file mode 100644 index 000000000..7bb97e54c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/fresh-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations" +filename = "FreshAnimations_v1.9.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/50dA9Sha/versions/8vtPih5h/FreshAnimations_v1.9.2.zip" +hash-format = "sha512" +hash = "97a387112a5a94b0e7f4d0d2439977a9f28579303ad883ed3d0fcc3277357f8b3ab2418960f698d1a5f435903e0b2f82716fc92f8500cac090f900b2d2135dcf" + +[update] +[update.modrinth] +mod-id = "50dA9Sha" +version = "8vtPih5h" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/golden-days.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/golden-days.pw.toml new file mode 100644 index 000000000..fb8edb84c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/golden-days.pw.toml @@ -0,0 +1,13 @@ +name = "Golden Days Base" +filename = "golden-days-base-1.21.x-1.12.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BFzJ6aQL/versions/FposWE7W/golden-days-base-1.21.x-1.12.3.zip" +hash-format = "sha512" +hash = "9cb78697323fc52c7e73771ec8ea07303f7ba61e1ad7ffb95c271f3ff76f6be8d8aa79ae8b4b5c6a1cd8a7b3f1a3be752f751d76c10ea5a16741cc797bb96b1c" + +[update] +[update.modrinth] +mod-id = "BFzJ6aQL" +version = "FposWE7W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/greek-mythology-mash-up.pw.toml new file mode 100644 index 000000000..a2a1ff58b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/greek-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Greek Mythology Mash-up" +filename = "Greek Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/VVb63nYy/Greek%20Mythology.zip" +hash-format = "sha512" +hash = "d76500834c00a5bfcc0140f06e91928fa876837604b1e01f933e230ca598a6c0357412acab1040609b68d55a61ea2e337091309d30b71a605be7670bd227fe32" + +[update] +[update.modrinth] +mod-id = "WtfCCeNe" +version = "VVb63nYy" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/halloween-mash-up.pw.toml new file mode 100644 index 000000000..fee9bf60f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/halloween-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Halloween Mash-up" +filename = "Halloween.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/rL8PIx1w/Halloween.zip" +hash-format = "sha512" +hash = "92acd2b809673d9ed7b8eeabcc93a11a7c7b3a94432e596b07309c7678d19a38619f8f82e57496af80582ca8b25f0777332d443159774f750dfe1ba5eb694d48" + +[update] +[update.modrinth] +mod-id = "mXZavX3c" +version = "rL8PIx1w" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/hellokitty-skinpack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/hellokitty-skinpack.pw.toml new file mode 100644 index 000000000..797b8162c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/hellokitty-skinpack.pw.toml @@ -0,0 +1,13 @@ +name = "Baby Kitty And Friends" +filename = "Baby Kitty and Friends.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iQdku7XQ/versions/q2UiQ1PD/Baby%20Kitty%20and%20Friends.zip" +hash-format = "sha512" +hash = "d903c0bb45e29dbf2252e14fc4a62cea273746c21f8cd5c1cec9a9d38d03219433b8ab1bbaff16f58d3bf4b3023e9ec002afd84fd6e0392f8ff9dcebf644aa52" + +[update] +[update.modrinth] +mod-id = "iQdku7XQ" +version = "q2UiQ1PD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/lce-panorama-collection.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/lce-panorama-collection.pw.toml new file mode 100644 index 000000000..12b9aa4a4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/lce-panorama-collection.pw.toml @@ -0,0 +1,13 @@ +name = "LCE Panorama Collection" +filename = "tu69.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gHHngSJG/versions/gu46MaMf/tu69.zip" +hash-format = "sha512" +hash = "6f9aea433abe1291a789b26310eb8957a500bf7436340a294689aa9a750074b94dc00509ef5e59960152ee14578d60f05dd04b9920988755eb7c1e409ccb61b1" + +[update] +[update.modrinth] +mod-id = "gHHngSJG" +version = "gu46MaMf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml new file mode 100644 index 000000000..e130d4f56 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins: Doctor Who" +filename = "Doctor Who Legacy Skins.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M4781Cfl/versions/1uAEf2Su/Doctor%20Who%20Legacy%20Skins.zip" +hash-format = "sha512" +hash = "2161a7249818361655d3d2f987d9b14a4a2f1bb256c686f6e46d7c20dc504c2b3e99dc25d87815389a51f4cef97c59833382e8d0ac7f43b1a4e8df248959782e" + +[update] +[update.modrinth] +mod-id = "M4781Cfl" +version = "1uAEf2Su" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-titles.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-titles.pw.toml new file mode 100644 index 000000000..822c58123 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-titles.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Titles" +filename = "Legacy Titles RC.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/o8MTMlkh/versions/fdCg19qt/Legacy%20Titles%20RC.zip" +hash-format = "sha512" +hash = "6e426852db6960c5ab6085ce2307eae91e9227a760cc169361e2febb6888dc1f0c7f2fcf4ac21579dcfed6eb274ac18fa36760ffe1f0c6e459f1011eb6a59f36" + +[update] +[update.modrinth] +mod-id = "o8MTMlkh" +version = "fdCg19qt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mash-up-addon.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mash-up-addon.pw.toml new file mode 100644 index 000000000..7ef527d31 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mash-up-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Mash-Up Addon" +filename = "Mash-Up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/tGogOrip/versions/kLtG84B0/Mash-Up.zip" +hash-format = "sha512" +hash = "ee9fbe61c21e726173bd9f1812c4c1eb49057bc2337fb71d7ebe9da53d87b00e179c183b1c77745c57b07871da76ce8323a19c19d370f1bb810c1a5d709205a3" + +[update] +[update.modrinth] +mod-id = "tGogOrip" +version = "kLtG84B0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mass-effect-mash-up.pw.toml new file mode 100644 index 000000000..9d811a323 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/mass-effect-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Mass Effect Mash-up" +filename = "Mass Effect.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +hash-format = "sha512" +hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" + +[update] +[update.modrinth] +mod-id = "27e5KETs" +version = "8Ya2o6nd" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/natural-texture-pack.pw.toml new file mode 100644 index 000000000..07bfadd13 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/natural-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Natural Texture Pack" +filename = "Natural Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/UEpX1VEY/Natural%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "a5558b57b61955ef24c50bc936b714954092e027eb3c609131c0ef87032d84c4c4708f124f41fba88bd9c2093ba3ca5477a06f88b4bc1055cdd297b90abc8fe4" + +[update] +[update.modrinth] +mod-id = "wl6YG9AY" +version = "UEpX1VEY" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/norse-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/norse-mythology-mash-up.pw.toml new file mode 100644 index 000000000..c7c633aff --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/norse-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Norse Mythology Mash-up" +filename = "Norse Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1COPjvze/versions/awDiobQ0/Norse%20Mythology.zip" +hash-format = "sha512" +hash = "a848f546036bcbc9f21be6c67d24682d2f765ce7edb133969fde8fb87f01be2a038bbdba6035a02b53f580b2db166183e4b566abda8abac0cc2ebb0f7384817e" + +[update] +[update.modrinth] +mod-id = "1COPjvze" +version = "awDiobQ0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pacp.pw.toml new file mode 100644 index 000000000..613ac5911 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pacp.pw.toml @@ -0,0 +1,13 @@ +name = "Programmer Art Continuation Project" +filename = "PACP_Base_Release.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/LAUYJHte/PACP_Base_Release.zip" +hash-format = "sha512" +hash = "b0bde67a439ee8a9928c483b43384299849c99c6a0865c9af2685e9a8af170b2ef4e880fc132f88bef8ebce084912ad57c1fcd944c2e4918b6fcee11af017786" + +[update] +[update.modrinth] +mod-id = "gx2HeuWD" +version = "LAUYJHte" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pattern-texture-pack.pw.toml new file mode 100644 index 000000000..1b196104c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pattern-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Pattern Texture Pack" +filename = "Pattern Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/NNzk1yyo/Pattern%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "99058a09e036347cf27670e8dfbe49ab659445e8be13ff125e4613269e086b3c33242add52c515ad91f0aacf888db17064b11353e4ef862cfe8f6fe9313e9685" + +[update] +[update.modrinth] +mod-id = "2F04lb0o" +version = "NNzk1yyo" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml new file mode 100644 index 000000000..1f251682f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Pirates of the Caribbean Mash-up" +filename = "Pirates Of The Caribbean.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bkDlbAtL/versions/iXaPhWv5/Pirates%20Of%20The%20Caribbean.zip" +hash-format = "sha512" +hash = "4514b0809b65bfec24205c4f2eef6835810b83fe905110d5e19d874bfba36fcc355966984148f264cc364bcd25be329d00a787e38389d6119c416628318eb0c9" + +[update] +[update.modrinth] +mod-id = "bkDlbAtL" +version = "iXaPhWv5" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/plastic-texture-pack.pw.toml new file mode 100644 index 000000000..822ba8817 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/plastic-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Plastic Texture Pack" +filename = "Plastic Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/1MHUWAn1/Plastic%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "199f1a2ba7c906d48cca4a4e478146b30adab17080c61c81ea2cf83d7ef0fca5d3a7f70e8431a5a75167b2f465769483b06dde0e6c84a663c866784f4ad47d21" + +[update] +[update.modrinth] +mod-id = "meEXwbr9" +version = "1MHUWAn1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/steampunk-texture-pack.pw.toml new file mode 100644 index 000000000..8ae548e75 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/steampunk-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Steampunk Texture Pack" +filename = "Steampunk Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/rUVjeX8U/Steampunk%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "4d88c8a8d03debe3c71a254767dadfb4e501d111ea41c86029af92b02e709a269197f188eb3d221e905cebafe41cabc239ee24cbc5dea76e7011d9b0f5cf7e02" + +[update] +[update.modrinth] +mod-id = "iWaY0S0z" +version = "rUVjeX8U" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-cute.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-cute.pw.toml new file mode 100644 index 000000000..75737a3b3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-cute.pw.toml @@ -0,0 +1,13 @@ +name = "Super Cute Texture Pack" +filename = "Super Cute Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ohS9Jkb7/versions/wBB8b81Q/Super%20Cute%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "05d37a8fca3bedaabae7ee49f08a5690b70cf5480c6366831c8010be213d1bcbf51a761dfc1754d78b548e83034394caeb629eaa74cad97c689dfee108438242" + +[update] +[update.modrinth] +mod-id = "ohS9Jkb7" +version = "wBB8b81Q" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-mario-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-mario-mash-up.pw.toml new file mode 100644 index 000000000..923ec66f1 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/super-mario-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Super Mario Mash-up" +filename = "Super Mario Mash-up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ArxJTTKm/versions/WzF8s7qn/Super%20Mario%20Mash-up.zip" +hash-format = "sha512" +hash = "c98dda1e6a3aa7c1da5184dd83f03f8edf7ab7bd64c63093a9eb774166f788777615e066c554dd5c782f7e57daf0aa9589eb4b7832e4ccac7a73f5190ddd7a36" + +[update] +[update.modrinth] +mod-id = "ArxJTTKm" +version = "WzF8s7qn" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/the-garden-awakens-skin-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/the-garden-awakens-skin-pack.pw.toml new file mode 100644 index 000000000..21dd15b45 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/the-garden-awakens-skin-pack.pw.toml @@ -0,0 +1,13 @@ +name = "The Garden Awakens Skin Pack" +filename = "The_Garden_Awakens_v1.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/btzz80tF/versions/N3oRgK5f/The_Garden_Awakens_v1.0.zip" +hash-format = "sha512" +hash = "7ed60857d1ba982b4c189dcd4a6a9488f3f7f1626983bcaeaf558b99ecf28b3d0423fd265424814b0b6a1bf914f8f85e87210c0bbcad90485db1e4ddbc17b65b" + +[update] +[update.modrinth] +mod-id = "btzz80tF" +version = "N3oRgK5f" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tras-fresh-player.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tras-fresh-player.pw.toml new file mode 100644 index 000000000..6fcc5a26f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tras-fresh-player.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Moves" +filename = "-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/slufHzC2/versions/4uyHvhnf/-1.21.2%20Fresh%20Moves%20v3.1%20%28With%20Animated%20Eyes%29.zip" +hash-format = "sha512" +hash = "40daf2d7bbccd19d38637adc2d14df1e16685aacd6c00af22d686b547d8df675246170137b7372139d34dcb9ad4c3f8606222bc771a85a335242c760254c99b3" + +[update] +[update.modrinth] +mod-id = "slufHzC2" +version = "4uyHvhnf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tutorial-world-addon.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tutorial-world-addon.pw.toml new file mode 100644 index 000000000..301c37948 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.2/resourcepacks/tutorial-world-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Tutorial World Addon" +filename = "TutorialWorldAddon.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/If3YYTYV/versions/86E7mD4C/TutorialWorldAddon.zip" +hash-format = "sha512" +hash = "64ecafebbc4e2170f9b4794911a6f7962969e2afd0654a38f2143c088d97d5f6e1d5ef5febb606b5c2a146782b8917331c6b57a3c9a01ad8b79577bb3368edc3" + +[update] +[update.modrinth] +mod-id = "If3YYTYV" +version = "86E7mD4C" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/config.toml new file mode 100644 index 000000000..bb93acb3e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "CHANGE_ME" + #Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting. + #If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used. + #Supported values: mclo.gs / gnomebot.dev + upload_to = "gnomebot.dev" + #Show gui on minecraft crashed on modloading and FML error screen displayed. + show_on_fml_error_screen = true + #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[text] + #$CONFIG.text.support_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" + support_name = "example Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#example channel" + #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. + #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" + #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. + modpack_name = "Minecraft" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = true + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/modlist.json new file mode 100644 index 000000000..3fedf5f98 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/modlist.json @@ -0,0 +1,178 @@ +{ + "architectury-13.0.8-fabric.jar": { + "modId": "architectury", + "version": "13.0.8" + }, + "BadOptimizations-2.2.1-1.21.1.jar": { + "modId": "badoptimizations", + "version": "2.2.1" + }, + "BetterGrassify-1.5.1+fabric.1.21.1.jar": { + "modId": "bettergrass", + "version": "1.5.1+fabric.1.21.1" + }, + "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": { + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "calcmod-1.3.2+fabric.1.21.jar": { + "modId": "calcmod", + "version": "1.3.2+fabric.1.21" + }, + "capes-1.5.4+1.21-fabric.jar": { + "modId": "capes", + "version": "1.5.4+1.21" + }, + "chat_heads-0.13.13-fabric-1.21.jar": { + "modId": "chat_heads", + "version": "0.13.13" + }, + "cloth-config-15.0.140-fabric.jar": { + "modId": "cloth-config", + "version": "15.0.140" + }, + "continuity-3.0.0+1.21.jar": { + "modId": "continuity", + "version": "3.0.0+1.21" + }, + "CraftPresence-2.5.3+1.21.1-fabric.jar": { + "modId": "craftpresence", + "version": "2.5.3" + }, + "crash_assistant-fabric-1.4.3.jar": { + "modId": "crash_assistant", + "version": "1.4.3" + }, + "CustomPlayerModels-Fabric-1.21-0.6.21a.jar": { + "modId": "cpm", + "version": "0.6.21a" + }, + "cwb-fabric-3.0.0+mc1.21.jar": { + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21" + }, + "dynamic-fps-3.9.0+minecraft-1.21.0-fabric.jar": { + "modId": "dynamic_fps", + "version": "3.9.0" + }, + "entity_model_features_fabric_1.21.1-2.4.1.jar": { + "modId": "entity_model_features", + "version": "2.4.1" + }, + "entity_texture_features_fabric_1.21.1-6.2.9.jar": { + "modId": "entity_texture_features", + "version": "6.2.9" + }, + "entityculling-fabric-1.7.3-mc1.21.jar": { + "modId": "entityculling", + "version": "1.7.3" + }, + "fabric-api-0.115.1+1.21.1.jar": { + "modId": "fabric-api", + "version": "0.115.1+1.21.1" + }, + "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar": { + "modId": "fabric-language-kotlin", + "version": "1.13.1+kotlin.2.1.10" + }, + "FactoryAPI-1.21.1-2.2.3-fabric.jar": { + "modId": "factory_api", + "version": "2.2.3" + }, + "fastquit-3.0.0+1.20.6.jar": { + "modId": "fastquit", + "version": "3.0.0+1.20.6" + }, + "ferritecore-7.0.2-hotfix-fabric.jar": { + "modId": "ferritecore", + "version": "7.0.2-hotfix" + }, + "fix-keyboard-on-linux-1.0.1.jar": { + "modId": "fix-keyboard-on-linux", + "version": "1.0.1" + }, + "ImmediatelyFast-Fabric-1.6.1+1.21.1.jar": { + "modId": "immediatelyfast", + "version": "1.6.1+1.21.1" + }, + "iris-fabric-1.8.8+mc1.21.1.jar": { + "modId": "iris", + "version": "1.8.8+mc1.21.1" + }, + "lambdynamiclights-3.1.4+1.21.1.jar": { + "modId": "lambdynlights", + "version": "3.1.4+1.21.1" + }, + "Legacy4J-1.21.1-1.8.0.2511.2-fabric.jar": { + "modId": "legacy", + "version": "1.8.0.2511.2" + }, + "legacyskins-1.4.0+fabric+1.21.1.jar": { + "modId": "legacyskins", + "version": "1.4.0+fabric+1.21.1" + }, + "lithium-fabric-0.15.0+mc1.21.1.jar": { + "modId": "lithium", + "version": "0.15.0+mc1.21.1" + }, + "macos-input-fixes-1.8.jar": { + "modId": "macos_input_fixes", + "version": "1.8" + }, + "modelfix-1.21-1.6-fabric.jar": { + "modId": "modelfix", + "version": "1.21-1.6" + }, + "moderner-beta-2.1.4+1.21-fabric.jar": { + "modId": "moderner_beta", + "version": "2.1.4+1.21" + }, + "modernfix-fabric-5.20.2+mc1.21.1.jar": { + "modId": "modernfix", + "version": "5.20.2+mc1.21.1" + }, + "modmenu-11.0.3.jar": { + "modId": "modmenu", + "version": "11.0.3" + }, + "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.910.jar": { + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.910" + }, + "ok_zoomer-fabric-10.0.0-beta.8.jar": { + "modId": "ok_zoomer", + "version": "10.0.0-beta.8" + }, + "optigui-2.3.0-beta.6.1-modrinth+1.21.jar": { + "modId": "optigui", + "version": "2.3.0-beta.6.1-modrinth+1.21" + }, + "placeholder-api-2.4.2+1.21.jar": { + "modId": "placeholder-api", + "version": "2.4.2+1.21" + }, + "sodium-extra-fabric-0.6.0+mc1.21.1.jar": { + "modId": "sodium-extra", + "version": "0.6.0+mc1.21.1" + }, + "sodium-fabric-0.6.9+mc1.21.1.jar": { + "modId": "sodium", + "version": "0.6.9+mc1.21.1" + }, + "UniLib-1.0.5+1.21.1-fabric.jar": { + "modId": "unilib", + "version": "1.0.5" + }, + "world-host-0.5.1+1.21.1-fabric.jar": { + "modId": "world-host", + "version": "0.5.1+1.21.1-fabric" + }, + "yet_another_config_lib_v3-3.6.3+1.21.1-fabric.jar": { + "modId": "yet_another_config_lib_v3", + "version": "3.6.3+1.21.1-fabric" + }, + "yosbr-0.1.2.jar": { + "modId": "yosbr", + "version": "0.1.2" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/crash_assistant/problematic_mods_config.json @@ -0,0 +1,6 @@ +{ + "example_modid": { + "msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.", + "should_crash_on_startup": true + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_options.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_options.json new file mode 100644 index 000000000..d270e2990 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/client_options.json @@ -0,0 +1,201 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.bigshot.take_screenshot_2x": "none", + "component_key.bigshot.take_screenshot_3x": "none", + "component_key.bigshot.take_screenshot_4x": "none", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerSensitivity": 0.5, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.5", + "lastLoadedVersion": "1.8.2", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common.json new file mode 100644 index 000000000..0857fe817 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/global_packs.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/global_packs.json new file mode 100644 index 000000000..c17aa1818 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/legacy/global_packs.json @@ -0,0 +1,21 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.3.0.zip", + "file/Legacy-Skin-Packs-2.3.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Doctor Who Legacy Skins.zip", + "file/Classic MCYT Skin Pack.zip", + "file/Baby Kitty and Friends.zip", + "file/A Minecraft Movie Hero Pack.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "file/Legacy Titles RC.zip", + "legacy:legacy_resources", + "file/1080p-kbm-tooltips.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..89968e19e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,646 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSodiumScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": true + }, + "disabledGlobalSounds": { + "list": [], + "disabled": true + }, + "playMusicWhenPaused": false, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "disableBubbleColumn": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": true + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": true + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": true + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": true + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "disableHitboxOverride": true, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": true + }, + "translucentChests": { + "items": [], + "disabled": true + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": true, + "oldRedstoneTorchModel": true, + "oldSoulTorchModel": true, + "hidePlayerInBed": true, + "hideRecipeToasts": false, + "hideTutorialToasts": false, + "hideAdvancementToasts": false, + "hideAdvancementChats": true, + "hideExperienceBar": false, + "hideHungerBar": false, + "hideStaminaBar": false, + "hideStaminaMoving": false, + "hideStaminaCooldown": false, + "hideStaminaBarInactive": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "showStaminaText": false, + "useDynamicStaminaColor": true, + "altStaminaShowOnActive": false, + "altStaminaCorner": "TOP_LEFT", + "altStaminaOffsetX": 0, + "altStaminaOffsetY": 0, + "altStaminaShadow": true, + "altStaminaText": "Stamina: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": true, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "DISABLED", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": false, + "showDebugRightTextShadow": false, + "showDebugLeftBackground": true, + "showDebugRightBackground": true, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": false, + "showDebugRightTextColor": false, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#FFFFFFFF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "MODERN", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "fixSavingIndicatorOffset": false, + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": false, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": false, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "MODERN", + "oldFurnaceScreen": false, + "furnaceBook": "MODERN", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "levelSelectWhenEmpty": false, + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": false, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": false, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": false, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": true + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "old2dExceptions": { + "items": [ + "minecraft:decorated_pot" + ], + "disabled": true + }, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldNetherLighting": false, + "oldSmoothLighting": false, + "disableSmoothLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": true, + "dynamicLightBrightness": false, + "disableLightBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": true + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": false, + "oldWorldFog": "ALPHA_R164", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": true, + "smoothWaterColor": true, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "renderVoidFog": false, + "creativeVoidFog": true, + "creativeVoidParticles": true, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableSkeletonStrafing": false, + "oldCreeperStrafeOnSwell": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 70, + "animalSpawnCap": 10, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": false, + "attackWhileSwordBlocking": false, + "swordBlockDamageReduction": 50, + "oldDamageValues": false, + "disableCooldown": false, + "disableMissTimer": false, + "disableCriticalHit": false, + "disableSweep": false, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "staminaSprint": false, + "staminaInfinitePeaceful": false, + "staminaRegainWhenMoving": "NORMAL", + "staminaDuration": 5, + "staminaRecharge": 7, + "staminaCooldown": 0, + "staminaSaturationEffect": false, + "staminaHungerEffect": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "oldFishingLoot": false, + "oldFishingLuring": false, + "oldFishingCasting": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "oldFire": false, + "infiniteBurn": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": true, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": false, + "selfBlockDrops": { + "items": [ + "minecraft:iron_ore", + "minecraft:gold_ore", + "minecraft:copper_ore", + "minecraft:deepslate_iron_ore", + "minecraft:deepslate_gold_ore", + "minecraft:deepslate_copper_ore" + ], + "disabled": true + }, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableShovelPathing": false, + "disableAxeStripping": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": true + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": true + }, + "customItemStacking": { + "items": {}, + "disabled": true + } + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": false, + "oldSwingDropping": true, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": false, + "oldItemReequip": true, + "oldToolExplosion": false, + "oldZombieArms": true, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "oldMobDeathTopple": false, + "oldMobHeadBodyTurn": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": true, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": true + }, + "useSwingSpeeds": { + "items": {}, + "disabled": true + } + } +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json new file mode 100644 index 000000000..948cbede6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Client.json @@ -0,0 +1,9 @@ +{ + "defaultSigningMode": "ON_DEMAND", + "showNCRButton": false, + "showReloadButton": false, + "verifiedIconEnabled": false, + "hideModifiedMessageIndicators": false, + "hideSigningRequestMessage": true, + "skipSigningWarning": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json new file mode 100644 index 000000000..f8f18742f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Common.json @@ -0,0 +1,3 @@ +{ + "addQueryData": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 000000000..5843fd108 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,3 @@ +{ + "showEncryptionButton": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..afe232701 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,3 @@ +{ + "experimental_screen_batching": true +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..4626a3f93 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,15 @@ +# This config file is taken from Simply Optimized 6.2.2, and the following +# patches that SO enables are removed for stability and compatibility: +# mixin.bugfix.packet_leak | experimental +# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods +# mixin.perf.remove_spawn_chunks | breaks vanilla parity +# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods +# +# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :) +# +# For more information on the ModernFix patches and what they do, see the +# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki + +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml new file mode 100644 index 000000000..a779670c8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/ryoamiclights.toml @@ -0,0 +1,9 @@ +mode = "fancy" + +[light_sources] +water_sensitive_check = false +block_entities = false +entities = true +self = true +tnt = "simple" +creeper = "simple" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/options.txt b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/options.txt new file mode 100644 index 000000000..50ad41325 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/options.txt @@ -0,0 +1,14 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true +key_key.hide_icons:key.keyboard.z +key_key.voice_chat_group:key.keyboard.b diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums.json new file mode 100644 index 000000000..6172fe882 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums.json @@ -0,0 +1,29 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic", + "caribbean", + "super_cute", + "norse", + "festive", + "chinese", + "greek", + "city", + "plastic", + "natural", + "fallout", + "fantasy", + "candy", + "cartoon", + "steampunk", + "pattern", + "n7", + "halloween", + "super_mario", + "animated", + "trailer", + "dark-mode", + "faithful" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/animated.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/animated.json new file mode 100644 index 000000000..365c216ed --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/animated.json @@ -0,0 +1,12 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/FreshAnimations_v1.9.2.zip", + "file/FA+All_Extensions-v1.4.zip", + "file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip" + ], + "id": "animated", + "name": "Animated Texture Pack", + "description": "Start moving like a movie with the Animated Texture Pack!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/candy.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/candy.json new file mode 100644 index 000000000..92e9a621c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/candy.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Candy Texture Pack.zip" + ], + "id": "candy", + "name": "Candy Texture Pack", + "description": "Indulge your sweet tooth with this sugar-coated texture pack!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/caribbean.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/caribbean.json new file mode 100644 index 000000000..2117af74f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/caribbean.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Pirates Of The Caribbean.zip" + ], + "id": "caribbean", + "name": "Pirates Of The Caribbean Mash-up", + "description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/cartoon.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/cartoon.json new file mode 100644 index 000000000..0ddcbbaa5 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/cartoon.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Cartoon Texture Pack.zip" + ], + "id": "cartoon", + "name": "Cartoon Texture Pack", + "description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/chinese.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/chinese.json new file mode 100644 index 000000000..fd7ce8a51 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/chinese.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Chinese Mythology.zip" + ], + "id": "chinese", + "name": "Chinese Mythology", + "description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/city.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/city.json new file mode 100644 index 000000000..57752ad0d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/city.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/City Texture Pack.zip" + ], + "id": "city", + "name": "City Texture Pack", + "description": "A creative texture set, ideal for building structures. The perfect set for the focused builder." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/dark-mode.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/dark-mode.json new file mode 100644 index 000000000..cc80cecc3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/dark-mode.json @@ -0,0 +1,12 @@ +{ + "packs": [ + "vanilla", + "fabric", + "legacy:console_aspects", + "legacy:legacy_waters", + "file/Default-Dark-Mode-Legacy4J-1.20.0+-0.1.1.zip" + ], + "id": "dark-mode", + "name": "Dark-Mode Texture Pack", + "description": "Save your eyes some strain with Default Dark Mode!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/faithful.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/faithful.json new file mode 100644 index 000000000..00fb1d684 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/faithful.json @@ -0,0 +1,11 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Faithful 32x - 1.20.4.zip", + "file/Faithful Legacy 1.2.zip" + ], + "id": "faithful", + "name": "High-Resolution Texture Pack", + "description": "The original Minecraft texture feel, with double the resolution and double the fun!" +} diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fallout.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fallout.json new file mode 100644 index 000000000..87d3e4799 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fallout.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/FalloutMash-upPack.zip" + ], + "id": "fallout", + "name": "Fallout", + "description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fantasy.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fantasy.json new file mode 100644 index 000000000..e04964866 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/fantasy.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Fantasy Texture Pack.zip" + ], + "id": "fantasy", + "name": "Fantasy Texture Pack", + "description": "The golden times are here. A medieval, fantasy look for your worlds." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/festive.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/festive.json new file mode 100644 index 000000000..4141e239d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/festive.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Festive Mash-up.zip" + ], + "id": "festive", + "name": "Festive", + "description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/greek.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/greek.json new file mode 100644 index 000000000..95456e62b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/greek.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Greek Mythology.zip" + ], + "id": "greek", + "name": "Greek Mythology", + "description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/halloween.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/halloween.json new file mode 100644 index 000000000..f9c47cf42 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/halloween.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Halloween Mash-up.zip" + ], + "id": "halloween", + "name": "Halloween", + "description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..6ad3ce623 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,22 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "file/SPBR-17_3.zip", + "vanilla", + "fabric", + "legacy:console_aspects", + "file/magmafix.zip", + "file/grassfix", + "file/New Ores 1.16.5 Version 3.zip", + "legacy:legacy_waters" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..b5c54726e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,19 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "file/PACP_Base_Release.zip", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/n7.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/n7.json new file mode 100644 index 000000000..2e5b323b6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/n7.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Mass Effect.zip" + ], + "id": "n7", + "name": "Mass Effect", + "description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/natural.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/natural.json new file mode 100644 index 000000000..362d05715 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/natural.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Natural Texture Pack.zip" + ], + "id": "natural", + "name": "Natural Texture Pack", + "description": "Give your worlds a more natural look. A texture pack based on soft colors and lines." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/norse.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/norse.json new file mode 100644 index 000000000..581615e3e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/norse.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Norse Mythology.zip" + ], + "id": "norse", + "name": "Norse Mythology", + "description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/pattern.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/pattern.json new file mode 100644 index 000000000..8eb7337be --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/pattern.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Pattern Texture Pack.zip" + ], + "id": "pattern", + "name": "Pattern Texture Pack", + "description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/plastic.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/plastic.json new file mode 100644 index 000000000..593754f3f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/plastic.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Plastic Texture Pack.zip" + ], + "id": "plastic", + "name": "Plastic Texture Pack", + "description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons." +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/steampunk.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/steampunk.json new file mode 100644 index 000000000..68b47e503 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/steampunk.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Steampunk Texture Pack.zip" + ], + "id": "steampunk", + "name": "Steampunk Texture Pack", + "description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_cute.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_cute.json new file mode 100644 index 000000000..c75717952 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_cute.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Super Cute Texture Pack.zip" + ], + "id": "super_cute", + "name": "Super Cute Texture Pack", + "description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_mario.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_mario.json new file mode 100644 index 000000000..8ca677e71 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/super_mario.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Super Mario Mash-up.zip" + ], + "id": "super_mario", + "name": "Super Mario", + "description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario style Texture Pack, Skin Pack, and a Super Mario themed world to explore!" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/trailer.json b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/trailer.json new file mode 100644 index 000000000..70bf20728 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/configureddefaults/resource_albums/trailer.json @@ -0,0 +1,10 @@ +{ + "packs": [ + "vanilla", + "fabric", + "file/Bare Bones 1.21.7.zip" + ], + "id": "trailer", + "name": "Trailer-Style Texture Pack", + "description": "Experience LCE in the style of the MC trailers" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/index.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/index.toml new file mode 100644 index 000000000..f85f27402 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/index.toml @@ -0,0 +1,734 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "e201fa917ffd624e255599c43a51dd0e1450b20a587d88086a7c4aa5e16ffaf9" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "e991d9d5def8431a7a765da06eafc9c59f2911a8b39c4d483f96ff8eb0a57560" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "config/legacy/client_options.json" +hash = "b4b40bbd8a1f9c47272ca0fcab90646cc623755ea4f70e9d329bdac71561980c" + +[[files]] +file = "config/legacy/common.json" +hash = "7645adf521ca9a6a2d83bbe25cd45b2f4915c8ad293938e0650ec5c5106eba4d" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "736ce0b1536adedf92e2234129cd757557fe790142823cc54b302e2ace3c99c6" + +[[files]] +file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "0b28776b9a2d82a0090aef9ff1b0f35f2a2a5cbb4b9bd52ee994b5db0d208da4" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Client.json" +hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Common.json" +hash = "20bb880eb7a4657399b86fd11f6e2ec56c87c04ad037d62c155dcca5d484aa7f" + +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Encryption.json" +hash = "69b2e8613a2e3084367295c7b74cb598957f97bb9b9cfe56eb7b7a3187d86b66" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[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/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/ryoamiclights.toml" +hash = "d6afc19db2764da5ae94c735f9544987a5a4686305d1478d31fdca800a94444c" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "6e4b49de48e23c6f98f066954046e842c07f484e1241b8a67a35408e2c2ffce2" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ae594f2d7529d608294fa7dd4ed996ad18c101e92a1b16e641a18529c2af2b1a" + +[[files]] +file = "configureddefaults/resource_albums/animated.json" +hash = "923361410515fb8f88cfe289e64300af9e02b02757a99d05c01e63dcbaec06a8" + +[[files]] +file = "configureddefaults/resource_albums/candy.json" +hash = "a7c29ee726a0f5dd81f32f3d9e7dfaab3693fe1cd3d1d856aefc3ab1a061ca66" + +[[files]] +file = "configureddefaults/resource_albums/caribbean.json" +hash = "1d799d8281351028bb1a1ff2633b24b45874535b7cec666c0a6045cc71807a8c" + +[[files]] +file = "configureddefaults/resource_albums/cartoon.json" +hash = "7fdc1efa3460feaaf647e6b0f7e2008c8c2986ca93345035c77e05f6ac8c45d4" + +[[files]] +file = "configureddefaults/resource_albums/chinese.json" +hash = "628f0bfefe2f9d4df0de8dd54c24562a97c2e1cc17a82598d67e9f49bf94f4e9" + +[[files]] +file = "configureddefaults/resource_albums/city.json" +hash = "310a902277600bdbd6d86b250b752d7005dae4b926f81100ae880a90a7cf2438" + +[[files]] +file = "configureddefaults/resource_albums/dark-mode.json" +hash = "e0b21c5b36cda0c86b3b69d5bcf25c28dc1a7effd6d7a324de535d02c9f68781" + +[[files]] +file = "configureddefaults/resource_albums/faithful.json" +hash = "accaa0c1ee4a3ceb064ad5cafc0fabae514b293852cd3b9720a1d2ca78725ee4" + +[[files]] +file = "configureddefaults/resource_albums/fallout.json" +hash = "afe0c8adbbf46d9f2016681924ecfb9413d706fce4ea0a6f787ec32c37f4bc7e" + +[[files]] +file = "configureddefaults/resource_albums/fantasy.json" +hash = "e8bcff5c4e59a15e384d53a7647df0f2b1dcfb7cedb8c1852af13261ec1edf8c" + +[[files]] +file = "configureddefaults/resource_albums/festive.json" +hash = "db75f39dff917036bb9e00c0bd6b5cbc05c25f92d824e9078859ef12c3b3a811" + +[[files]] +file = "configureddefaults/resource_albums/greek.json" +hash = "cae024cf5d68566f96d67a40ab70a10babbcea23a454b9095179b985ed6a4e05" + +[[files]] +file = "configureddefaults/resource_albums/halloween.json" +hash = "343e397e323485ebf9f7f9f532ac5a4015a1494d0cada70fc6000a9be579fc8f" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "69977fd4c551f74ac64b597cc2e27db08a7b87f280122e3b1566396b7c127012" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "709ed06c68edc26b7dfcc0848b348ab27ec31fbbb50a8f9f7be82f62ab147672" + +[[files]] +file = "configureddefaults/resource_albums/n7.json" +hash = "a261d185affe5f70f53cc9c6cee793b14f1f5eea0f58b6ffce8a3cd6dc8e15f1" + +[[files]] +file = "configureddefaults/resource_albums/natural.json" +hash = "0a1b7bec1ce379348bc6c4f170ad8bc94778997fd89d036af475df5826e0dbff" + +[[files]] +file = "configureddefaults/resource_albums/norse.json" +hash = "3f1401e51dab65369e9ae184e2e26b21cf4de647abc62edf16fcd67b403d9d19" + +[[files]] +file = "configureddefaults/resource_albums/pattern.json" +hash = "6ca2b2d74983b303aaaf4a148eecdb51047fcef0b72d73048f8a21a3e64b945d" + +[[files]] +file = "configureddefaults/resource_albums/plastic.json" +hash = "b1567697534396d4673154b2950b3c00a3710ef1ce890f97f4e0c6b76fef0491" + +[[files]] +file = "configureddefaults/resource_albums/steampunk.json" +hash = "5459c5d11c6a58e86baa05ac9c4b5e509f2965bec537f68af03b632a6770ddd3" + +[[files]] +file = "configureddefaults/resource_albums/super_cute.json" +hash = "8d141c928bc4fd9caabb299cfbdeb122518ecada561a9ab135bb6377bec76626" + +[[files]] +file = "configureddefaults/resource_albums/super_mario.json" +hash = "efb257b4e29d9255551b73607445326c013cdd97abd3444eb9ca445f2e0649df" + +[[files]] +file = "configureddefaults/resource_albums/trailer.json" +hash = "6e59de8b509f5fc7cd083486e235e594eccb85b035c7520bc900533ff68bc0fb" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "9caa254bdbb9dbafd1cc29616cd6aa26f4972eb583961225cf8a8b4836071bfb" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "64ea864b923719621ec895ea20ade8c95934a61e2a859eb8b5963e062355fbc1" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "40793db49830d0a7eb27276fcf9fb885c80c111263df4ab3d777cf5d8eb7b6ab" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "444dc7b515acd2e5a5b399c78fe89758f43bfe962a453472ad18a50193eae8b6" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "b98eb37aef91f0e3e488cddd3b0156f8a4006b4d0131ecece85f632facbdc18e" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "157b2335b6bd4af70e30c2808bd2e9b3332f8d2c40528aefe7320ebfbba983f8" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "7c293b14a198d5fdbec6810a9e8e51124e98d584d32633d61596926d2be62f7c" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "fbfb27fa8d27ecb7591ac88adf72575afdf2ca48882e7aa0ed34bcee569c2e24" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "dded3880e723049a3d26ce915edf37ea1a86b4e45fc8fa47a9ec96b85596f36e" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "062321bd26844698587e5ac38def50311c6e978df0a5640d041419dd3d3494d4" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "f61d3c9ef332795927f1a23d02f0df54fc2cf693b0f04797f973f7a77793dfb7" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" +metafile = true + +[[files]] +file = "mods/custom-player-models.pw.toml" +hash = "5abe60e7ac84024aa53004e8a3c064760961393b07157ec3242e53ebb20f5fd8" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ffbf9fef5d2eae9c4d20a038abf358a318611828b20447762d00fb9fc5b1e927" +metafile = true + +[[files]] +file = "mods/ears.pw.toml" +hash = "746693b31c0464b1c3247052a699caa6ed999bcb53272949217708e83f0c8c2b" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "21d41d6e5b14a067287e52f2f0caed27ee6c72efedf74b1261ce175823affb86" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "082ec5113a9965f58b2a435a85fb10fa6f066f2a00a8cac3b5cff505ce0948c4" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "93d0b46b8572882a643de93f128e9b0745e49974e4fbc95560b45bed44937628" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "17608262936c32a3f52849b856d3e8cd38a359556566a785183c9df3bd972595" +metafile = true + +[[files]] +file = "mods/esf.pw.toml" +hash = "a200126de897cb674e4a5095ecec2afa3eaf2d2480e75cb9931011a3477bea45" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "8435fe34f180c963234295c6bf8de293b3450d74f2ab74389ac9bdf198d84612" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" +metafile = true + +[[files]] +file = "mods/fabricbettergrass.pw.toml" +hash = "9f4b3ab255d63cd35fd021a474113d121cf87f1e888ce648e9f66c8450aa9c5e" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "e41e9711b1cb8f81b3aeca084079a35d1f95350ea8d101a64d87bfa2371aa954" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "b1a87a8c85ffcc7e08320350c21ed26b6a445d32afc6077de4bc35f464486eef" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "e11805b0466105e48d2888e12bcd89a620880a9181018f7b080983ee58875ae5" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "2b338e9d3f0f2706e4989bb611e408d3b56438df16875358a3080dd26061d5ca" +metafile = true + +[[files]] +file = "mods/fix-keyboard-on-linux.pw.toml" +hash = "6e572f70d25f8f509761cb13f0d29eb2f9333713e4d32b33ecd576f7545a738e" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "db812a9b3a4a8ea011eedc44bdc4df13a1f3cfb67130fe57d3990342566d03a8" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "96cafb1b451ce577f0a74045704c2f51c3ab34d63fbba81df669c21646d33bff" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "eddd674d049de54d9dafdbb9200ffb2e333cef4349a0fd080767d2dff09b6729" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "aef267b1c5d346743f8634d446df201557919d701c7dbb922b664fc36197c91a" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "ae2c3726856b6fbf07ea0219f6619f0c0bb9e792c6144b9094780c5b49195b17" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "320a389c63a327bb7ded334cf897baa7d6b241db22cdb9ad7913f83cb982cb7a" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "57fc1c61ba53059ccb27647cf44d4b8671ccf284fcd869ec1b6c04a94eb8335e" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "e4562622be1286bf8f2c8af9e3fc4e6052c9cd51c67c70f2bfce0fd9d26c31bb" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "427971d0363f92b6cf0f7462c10c440e788971b03280a6fd71aefb59ec4202f7" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "af6cdd0fcc0d327c5d26c3c0fb49cf238d572be9985420aba71a4f2bddc01583" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "07114208e332aa5fbc3e7144c2bac58ea74e50d4eaeac2b6c6cc5c41286bb335" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "56365fcf55b2679a8f2ceefe5c3f949854d13945963a421d178145d0551b2fac" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "f8e878302fc127401fa8c9c07b680c03c70d7640ac7b68cb75296026df5cb8a2" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "37cd4e629cbe91250e65d24b67b2917140462748742d4ceb83363bc76a647b10" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "fe43b2d8ec4bc4a44246996e3a99342a09b8e134168f5c32795e1b1054222531" +metafile = true + +[[files]] +file = "mods/placeholder-api.pw.toml" +hash = "de46918876de129bf08aa27420ec9b99b373dbccac7acaebd82e46b4c28836b5" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "63b8e38fc76e93fbbb9465e6c20b7a37c0830868aa65ed9855f690b27ed10d87" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "ac864c3d643a5dd028abbd6a417109ecc3219220cc8e1e3ab7badb04e0450277" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "cab2936a9939350acb6733ebe405e110743f5dfef4afec31ba0d34d759819ced" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "521c8241593053f877a89ce447c64392c3619e16c2001b3cac7d72cbde8392d0" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "9544681bdeae3860237ec6a82207e7aff2921424c7ac82e7109db6fa4d8f1d2c" +metafile = true + +[[files]] +file = "mods/wi-zoom.pw.toml" +hash = "514f97b1f5d71a986e5d2e6bf2a55eceaa16491bf4825c347c9b434db1f2f9ca" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "5e6628f91c3a9f900452157ee8570dc1a4d65916bfba9528b1df5cb8f7dabcf8" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "b424b2e66611b4eca4a79f4d09318ee68fcbdb7b70b077a91e0e5682accec905" +metafile = true + +[[files]] +file = "resourcepacks/1080p-kbm-tooltips.pw.toml" +hash = "e75ef3005c71b6bb4150355414523f3e2c3a2a37fcba572533b960b847efd4ac" +metafile = true + +[[files]] +file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" +metafile = true + +[[files]] +file = "resourcepacks/bare-bones.pw.toml" +hash = "dc14773605ec2aaba3dabe92bfb6269e2a3fa95116630b8ce51efeff3a54468e" +metafile = true + +[[files]] +file = "resourcepacks/candy-texture-pack.pw.toml" +hash = "27cd9d97680710cbf5f04d41a4ea3dfcc4a732ab11dbf14fcf16e40c77d1b3ae" +metafile = true + +[[files]] +file = "resourcepacks/cartoon-texture-pack.pw.toml" +hash = "f77cfb206b291303d6b16c765cc6a09b9114ceaa4210e6f8d8f00917f8fa9622" +metafile = true + +[[files]] +file = "resourcepacks/chinese-mythology-mash-up.pw.toml" +hash = "efde47d0d91609b82948cf74c40a87a727c56684a1a50ef1a2efeff23605a3aa" +metafile = true + +[[files]] +file = "resourcepacks/city-texture-pack.pw.toml" +hash = "42cfddc6d1700f776d8ca4edeb252f5a2bbc2c859c8dd18d862ed6a854afa46f" +metafile = true + +[[files]] +file = "resourcepacks/classic-mcyt-sp.pw.toml" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" +metafile = true + +[[files]] +file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" +hash = "fd375c309944fcc600d90d8da75a32701f28242eae6ffc7aeb18ac0a5dd089cb" +metafile = true + +[[files]] +file = "resourcepacks/faithful-32x.pw.toml" +hash = "0fe574cb93e30666574919cf4c23576502d192de7fd6a22d7f4a2ef39a14cf7b" +metafile = true + +[[files]] +file = "resourcepacks/faithful-legacy.pw.toml" +hash = "e0e2a38f191b57c82dd418388b9a16661d6e4ee2322187c504ef5a0d13b36186" +metafile = true + +[[files]] +file = "resourcepacks/fallout-mashup.pw.toml" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" +metafile = true + +[[files]] +file = "resourcepacks/fantasy-texture-pack.pw.toml" +hash = "b21ceb7c67553fcdf261bc927a5e98ff5ce1cafb75f8e796ba98a3058a1e483f" +metafile = true + +[[files]] +file = "resourcepacks/festive-mash-up.pw.toml" +hash = "2161da4b14e49f2bcc9cccd731c89db931329db1b53b8d385ea37b978a70e12f" +metafile = true + +[[files]] +file = "resourcepacks/fresh-animations-extensions.pw.toml" +hash = "1e690507e5762bb3179c19950d765e7aa06a2999cdf18eaa9db4e4ab478fb213" +metafile = true + +[[files]] +file = "resourcepacks/fresh-animations.pw.toml" +hash = "b96abadb2cdb56d53145609e6a8ee9fd70171878bb5414412dddee1fca902a7b" +metafile = true + +[[files]] +file = "resourcepacks/golden-days.pw.toml" +hash = "62548c1e52d6629ce3e73e373e3fcc157c76a24b208d44f8536e4eff1ff3a33b" +metafile = true + +[[files]] +file = "resourcepacks/greek-mythology-mash-up.pw.toml" +hash = "b877eddde330c47843e1341d16cebc631eddea1e97fc1d07fc0fca6ff15c238b" +metafile = true + +[[files]] +file = "resourcepacks/halloween-mash-up.pw.toml" +hash = "ba2eb159a792da34e4e4b21d87ed383e0daf4a17362109bd8674bd62fc5b25a3" +metafile = true + +[[files]] +file = "resourcepacks/hellokitty-skinpack.pw.toml" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" +metafile = true + +[[files]] +file = "resourcepacks/lce-panorama-collection.pw.toml" +hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skin-packs.pw.toml" +hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" +hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" +metafile = true + +[[files]] +file = "resourcepacks/legacy-skins-pack-ordering.pw.toml" +hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46" +metafile = true + +[[files]] +file = "resourcepacks/legacy-titles.pw.toml" +hash = "725372b322820bf03094e773d336c3182e7c1566f92f4f4530598e4e5a22454e" +metafile = true + +[[files]] +file = "resourcepacks/legacy-worlds.pw.toml" +hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1" +metafile = true + +[[files]] +file = "resourcepacks/mash-up-addon.pw.toml" +hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9" +metafile = true + +[[files]] +file = "resourcepacks/mass-effect-mash-up.pw.toml" +hash = "e80ce3af117b1634a4c9b6caee8fc5abbe82a36874a53f6da7d9dd5c8f87fcbf" +metafile = true + +[[files]] +file = "resourcepacks/modern-skin-packs.pw.toml" +hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982" +metafile = true + +[[files]] +file = "resourcepacks/natural-texture-pack.pw.toml" +hash = "b72229504ef405837eb996757cc4fe731ff172a1b44cd83320376d779ab02631" +metafile = true + +[[files]] +file = "resourcepacks/norse-mythology-mash-up.pw.toml" +hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e" +metafile = true + +[[files]] +file = "resourcepacks/pacp.pw.toml" +hash = "6c863af9d3705655b0ed7963e3367c0acede5ead408502c73b2401935187b228" +metafile = true + +[[files]] +file = "resourcepacks/pattern-texture-pack.pw.toml" +hash = "296aa718e18d2956304a18eb9e33d7e27bec172a45323916ebaf969c49a9e092" +metafile = true + +[[files]] +file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" +hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1" +metafile = true + +[[files]] +file = "resourcepacks/plastic-texture-pack.pw.toml" +hash = "354a9a257312c5e11b2bcf657a3c9f6593227d45e14b42f3328d1b9c4ba67ea6" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48" +metafile = true + +[[files]] +file = "resourcepacks/steampunk-texture-pack.pw.toml" +hash = "cd2eaaacb7195dece088c9ab5f9eaa6004953b039f7e17c9f26c835886e698b8" +metafile = true + +[[files]] +file = "resourcepacks/super-cute.pw.toml" +hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7" +metafile = true + +[[files]] +file = "resourcepacks/super-mario-mash-up.pw.toml" +hash = "071f1d112077ace598834a46cc6988d5e98e9bdcbf98404d1d64fcb46482dfd6" +metafile = true + +[[files]] +file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" +metafile = true + +[[files]] +file = "resourcepacks/tras-fresh-player.pw.toml" +hash = "32fe0fe8941110f8fba07ce7768faa1797de6b28e961ab65b483c380fc0a365a" +metafile = true + +[[files]] +file = "resourcepacks/tutorial-world-addon.pw.toml" +hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04" +metafile = true diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/architectury-api.pw.toml new file mode 100644 index 000000000..8bcc14f1b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-11.1.17-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/kVjQWX0l/architectury-11.1.17-fabric.jar" +hash-format = "sha512" +hash = "294112b2db8b5cef2051fede57dfacfb00cc7fce737cbf7db3c2de8b81f0cd17bd29a3e2849c3e05bd9e801fbfa3d14e5a83b6531b3d37e5d7c650cff4714362" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "kVjQWX0l" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..2b1f9254b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.2-20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/irRJRJN4/BadOptimizations-2.3.0-1.20.2-20.4.jar" +hash-format = "sha512" +hash = "7e544e5b18ee1b276906f74a65ebfcca4f34b8b1721246dbf0644ed1c76f18f267f1475ba553732255496f41cfd2febf52b9da9181657b53e0b9919340fa5b18" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "irRJRJN4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..13398df89 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.20.4-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MS1ZMyR7/versions/cSYrag8g/BetterPingDisplay-Fabric-1.20.4-1.1.1.jar" +hash-format = "sha512" +hash = "cd53097052299f0a7fc7d31d2b6587eba3d2c76141b1a898d97d5b27eeb74184385fa5a02b5e92a98a7b48327baa609456c1a09ff824223a58ac316e0ffa4f78" + +[update] +[update.modrinth] +mod-id = "MS1ZMyR7" +version = "cSYrag8g" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..d40ed127d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar" +hash-format = "sha512" +hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8" + +[update] +[update.modrinth] +mod-id = "m5T5xmUy" +version = "GVS6ujFJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bobby.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bobby.pw.toml new file mode 100644 index 000000000..81af72e62 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.1.0+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/jGGumR4a/bobby-5.1.0%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "6a8dc5f6b724191cef7919c42593571bfbeb143777cc3ba9c5fc109182f48fed11bfbf8969f3fc250ef0b009c9c9b7535528c319e9d1d838dd5096eefba5acf6" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "jGGumR4a" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/capes.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/capes.pw.toml new file mode 100644 index 000000000..c78ef3bb9 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes" +filename = "capes-1.5.3+1.20.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/dEq1ncBU/capes-1.5.3%2B1.20.2-fabric.jar" +hash-format = "sha512" +hash = "385be9c93aa4d4ed4e8225c9a1ca6c4dc93ed0dfd0d645b3760b7e4bf6288d7bc0d5cbe256c5faffc2b27e9db6905612b7153f56bcc463abfe9e2c66ec9c0b34" + +[update] +[update.modrinth] +mod-id = "89Wsn8GD" +version = "dEq1ncBU" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/chat-heads.pw.toml new file mode 100644 index 000000000..9543c26ab --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.18-fabric-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/SDYmA9xO/chat_heads-0.13.18-fabric-1.20.4.jar" +hash-format = "sha512" +hash = "c360ce3917d30e02271f313c2f24989b93aa669397c64b48a7f63bcef8460cd7587114b95ece961ba53c184ae59a274d46efec684c902d46b3f6f6213c77a689" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "SDYmA9xO" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml new file mode 100644 index 000000000..892c28cb4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2deYQULk/cloth-config-13.0.138-fabric.jar" +hash-format = "sha512" +hash = "3863fb95cc57526c6876cb60600f2e4282a5fa8d997d981e984da48f34be654cd0c5fc09e7d77079a393b2d7e3e48baabb756ad84ea58881b22ea771f43baa4a" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2deYQULk" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..66103281b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SISoSFPP/versions/hOcrPrzr/ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "b8da63a987067be039f4535afdf450d28fc150b2446a7008064bca3ccddf7e0fbfaf0b813d69229e8cadb48634851fbf3eeb47e3fc2e667267a7bbc29e989b07" + +[update] +[update.modrinth] +mod-id = "SISoSFPP" +version = "hOcrPrzr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/continuity.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/continuity.pw.toml new file mode 100644 index 000000000..133577280 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/WMwDkIY8/continuity-3.0.0%2B1.20.2.jar" +hash-format = "sha512" +hash = "99e5e88a6bdbed440d6971a2718f2178efb7f7c1b1e2bf7166f2d7a7edf4f659683c7f9105a90b77b16fd4bc67e4b6330bf5a6e3e7befc5235eb9cd937d174c3" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "WMwDkIY8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/craftpresence.pw.toml new file mode 100644 index 000000000..162813bde --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.1+1.20.4-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/JBFpxJ3f/CraftPresence-2.6.1%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "f9dd15a69043b05c8b76492c3e3cfe68b9400aec0d7687eab013205db300600e5f7c712eaf6f8855746cf933f5b740a4db56aa64cc4e31f922c0b5c498dfe234" + +[update] +[update.modrinth] +mod-id = "DFqQfIBR" +version = "JBFpxJ3f" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..e968564a4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19.2-1.21.4-1.9.12.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/PiWBn8yW/CrashAssistant-fabric-1.19.2-1.21.4-1.9.12.jar" +hash-format = "sha512" +hash = "61467fa5ca5bcbcc73c60d1ea89b85587edfc4e22b010550d27dfc9656b536c64582e8bd1b085bc9efd1f55667d70b96413dcc55916f187d3779a78b47aea25d" + +[update] +[update.modrinth] +mod-id = "ix1qq8Ux" +version = "PiWBn8yW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..892d85367 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/KpTt0KNS/cwb-fabric-3.0.0%2Bmc1.20.jar" +hash-format = "sha512" +hash = "cceb1a648c0465db1232a6a65ceefe4d04af54fdc909a40ee86ade2f2c743d5e96c55f73ab83f515dd53fa36095fe893d218ad56c51c53ad517e3b57441a5f2b" + +[update] +[update.modrinth] +mod-id = "ETlrkaYF" +version = "KpTt0KNS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml new file mode 100644 index 000000000..2da9280f2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/custom-player-models.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/v5fusHLh/CustomPlayerModels-Fabric-1.20.4-0.6.23a.jar" +hash-format = "sha512" +hash = "f39907dfa2359338a43febda2fa84243f33008ae84bfdb230e63c6340bff8fde03f94820b6defd4b8614793e1eaa7a42837c3f40d15a0fface8cbb97b5faf1d9" + +[update] +[update.modrinth] +mod-id = "h1E7sQNL" +version = "v5fusHLh" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..b5c12add7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/fUFzu09A/dynamic-fps-3.9.5%2Bminecraft-1.20.2-fabric.jar" +hash-format = "sha512" +hash = "ee45ecefe91b847064940432b7d34bafc43d3afa5bbd224a7792150cea968291dd4817c17c0c890fdfed9df22307a7b7dec9d253992d0cb775a6bc4ee22c541e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "fUFzu09A" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ears.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ears.pw.toml new file mode 100644 index 000000000..10f83fbb7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ears.pw.toml @@ -0,0 +1,13 @@ +name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)" +filename = "ears-fabric-1.20.2-1.4.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/90nzKLG6/ears-fabric-1.20.2-1.4.6.jar" +hash-format = "sha512" +hash = "3715e14219fa9b4448029349558fa9082d1f401389fb8facea21a775111c7d023e46d94b18f239e92be8d522cf1ac0b06d5e831e345712d3b08cd20c68b3bae8" + +[update] +[update.modrinth] +mod-id = "mfzaZK3Z" +version = "90nzKLG6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ebe.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ebe.pw.toml new file mode 100644 index 000000000..294c1058b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/xUOoKrs2/enhancedblockentities-0.10.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "36885e53d47764060a9fab5953f725c3fb82fa93285a6e5e01f44ffd4df105a9e2d9747ba15fe25462ce0b6909e99db447ef3ea5c0c1ea3a7007eec452adbb8f" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "xUOoKrs2" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..71f75b59c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Model Features [CEM]" +filename = "entity_model_features_fabric_1.20.4-2.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/MUf4aZCO/entity_model_features_fabric_1.20.4-2.4.1.jar" +hash-format = "sha512" +hash = "fd8c5b113d4c6e891e51273e27513311f54cca0ebec54c8b88080232b2fea4ebbba1250e8750b3a7988ae9e647f73b53bfa2e79a542f3a319445962d3baf8943" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "MUf4aZCO" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entityculling.pw.toml new file mode 100644 index 000000000..a55cddf2d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-1.8.2-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" +hash-format = "sha512" +hash = "1951e3a233837cb00cd1ea49bcbb8576bb991b6a4c70f776fc3d1756c7bbdefc7a796f292581c417a5c9a84951c735cf767ab7d082a0f89252d5727ff07b8e23" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "fV7BWjfG" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entitytexturefeatures.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entitytexturefeatures.pw.toml new file mode 100644 index 000000000..47fc2ec63 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.4-6.2.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/8ASyZh01/entity_texture_features_fabric_1.20.4-6.2.9.jar" +hash-format = "sha512" +hash = "65f1b2cda2a1e217a5e8683cd66daef187ae47e718623addd39c1ab9374fe5ca2a9c97c2cab4a78758881a6f9c8a00170c2080d969c816ea3905d11161c0ba80" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "8ASyZh01" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/esf.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/esf.pw.toml new file mode 100644 index 000000000..02f16177c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/esf.pw.toml @@ -0,0 +1,13 @@ +name = "[ESF] Entity Sound Features" +filename = "entity_sound_features_fabric_1.19.4+-0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IMuO8COj/versions/DYc5ZjK1/entity_sound_features_fabric_1.19.4%2B-0.4.jar" +hash-format = "sha512" +hash = "cf3078396294ce7d25c6d7437e9cc6b023a8586f0c3f4d620c76fb60bd98c8466c314a9440c9f914dfbd565421b96a039b951ed7d3e4dc711839a7b257435b2c" + +[update] +[update.modrinth] +mod-id = "IMuO8COj" +version = "DYc5ZjK1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml new file mode 100644 index 000000000..a3e931fb4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.97.3+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/BPX6fK06/fabric-api-0.97.3%2B1.20.4.jar" +hash-format = "sha512" +hash = "ea1e47672a1e0fef7fa3fd7f7b396b5a8fb2c46e6ce33dbc4cc2b8d320bc7b775a0de42a478302419c8063c47fbc18bb2ad7551772f54af8059132ac2cb4f108" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "BPX6fK06" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..5bfa98841 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +hash-format = "sha512" +hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "mccDBWqV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabricbettergrass.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabricbettergrass.pw.toml new file mode 100644 index 000000000..a5c7b8f5c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabricbettergrass.pw.toml @@ -0,0 +1,13 @@ +name = "FabricBetterGrass" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar" +hash-format = "sha512" +hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8" + +[update] +[update.modrinth] +mod-id = "m5T5xmUy" +version = "GVS6ujFJ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabrishot.pw.toml new file mode 100644 index 000000000..31b445072 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.12.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/crC7YOpw/fabrishot-1.12.1.jar" +hash-format = "sha512" +hash = "b9dd8ec0dc7d78ca3b339c20428ab12e7fd099873f418a22d02d91a3605c9f47260bcbcc5977d19c4b5049eb8f69557c2157f83c96b1e1b90f7395ea6f44f675" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "crC7YOpw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/factory-api.pw.toml new file mode 100644 index 000000000..6b3896bb6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.4-2.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/PWq2U7zt/FactoryAPI-1.20.4-2.2.5-fabric.jar" +hash-format = "sha512" +hash = "869afdf254b3ff2df6d2c1ace28255c3217ecc962f7ccea354ab9b15cef7b58377f1b0d58fe342177f02fb2608bedc6056e79a4d62b7c2a871f9666c15f7e6f7" + +[update] +[update.modrinth] +mod-id = "nkTZHOLD" +version = "PWq2U7zt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fastquit.pw.toml new file mode 100644 index 000000000..e6bbe5d1f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/vOAKK0JB/fastquit-3.0.0%2B1.20.4.jar" +hash-format = "sha512" +hash = "88cedc8a360b3ba08d37cf5d3963a5fe089aaffc37f1123ba1d157362f5514dee773b8b9c048cebf0dfa528b6d895a02741ab9f2c2c7c6b2e52b58ba474bb4d5" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "vOAKK0JB" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml new file mode 100644 index 000000000..3800f6ede --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha512" +hash = "709ab6362dd1dcc432edd1e6c33aafba6f2d12be701bc14911107340f8ac2466779c4e57d8a303f0350c46478f23008e6eeca78e4eadedd0bdee63d4ae72ed9a" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fix-keyboard-on-linux.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fix-keyboard-on-linux.pw.toml new file mode 100644 index 000000000..95ba99660 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/fix-keyboard-on-linux.pw.toml @@ -0,0 +1,13 @@ +name = "Fix Keyboard on Linux" +filename = "fix-keyboard-on-linux-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar" +hash-format = "sha1" +hash = "54f8961e608e0846f2f1feb25846643c2b024af6" + +[update] +[update.modrinth] +mod-id = "siXFh9dn" +version = "ZKDQu5sd" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..38954fd5d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/indium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/indium.pw.toml new file mode 100644 index 000000000..03f2de789 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.31+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/VlLxDisa/indium-1.0.31%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "27b4a73ca990742e27eee4348553c86c96c19fddcd0763892029f67ddbde42dc03c0ac21230403ae6b4ce4da315d0d49f582d3daab413b9ea84fd6d172ee7c4f" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "VlLxDisa" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/iris.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/iris.pw.toml new file mode 100644 index 000000000..0be46d1b2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.2+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/hq98tuSS/iris-1.7.2%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "3c2f88abfa60c7e46c720663511a4f2ac7c4b3f59ce9af8d0d5d2d48b109310aade0128c8e24313ee8ec46094659eac525eed7cecd6d4eb85c0822942b30cc0c" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "hq98tuSS" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..75c8b86cb --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.3.4+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/mrQ8ZiyU/lambdynamiclights-2.3.4%2B1.20.4.jar" +hash-format = "sha512" +hash = "fe30491cf6f94c9672aa8a3941231773349268da7e06108d98e43f59d9c0323cbb5cebd9fabfde52bcd01dd061a4ffb2a69e02f8203aeb13f8a7fd4e8d0a3cdb" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "mrQ8ZiyU" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/language-reload.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/language-reload.pw.toml new file mode 100644 index 000000000..c21f0c15b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/tkqfgWVo/language-reload-1.7.4%2B1.20.4.jar" +hash-format = "sha512" +hash = "9191e5cf309cf946cb5f0c3c1a31349ef84414052b313f9aa789c82c9708fcaad6c71810b3cc6d0e6315e7cbeb843606c1ab851d07ed77e7d9ad101a830ae3ef" + +[update] +[update.modrinth] +mod-id = "uLbm7CG6" +version = "tkqfgWVo" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..624c805b6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.5+fabric+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4UNJZ4cX/versions/usMyk689/legacyskins-1.4.5%2Bfabric%2B1.20.4.jar" +hash-format = "sha512" +hash = "a871225853a52d725acfd4f34daec8501d101ef50d5b4b138c46f8ea79483c07ec37d9e81b20b169ae2d3b10c2dc458c1f67c70975fa52efaf1293e31af37706" + +[update] +[update.modrinth] +mod-id = "4UNJZ4cX" +version = "usMyk689" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml new file mode 100644 index 000000000..ad10bd23a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHvKJofA/versions/BfGaadfx/Legacy4J-1.20.4-1.8.3-lts-fabric.jar" +hash-format = "sha512" +hash = "235bacacb8482b79cf1e5dbf04b1946a68edbc61b796776a2e212cf72b0a973298910ccdced1403ac6a93fc099043dd21925d6baa764a601c0df02656ff6955e" + +[update] +[update.modrinth] +mod-id = "gHvKJofA" +version = "BfGaadfx" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lithium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lithium.pw.toml new file mode 100644 index 000000000..bfa0767d5 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +hash-format = "sha512" +hash = "70bea154eaafb2e4b5cb755cdb12c55d50f9296ab4c2855399da548f72d6d24c0a9f77e3da2b2ea5f47fa91d1258df4d08c6c6f24a25da887ed71cea93502508" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "nMhjKWVE" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..66e045e37 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x9BrsVME/versions/5SH4S7as/macos-input-fixes-1.9.jar" +hash-format = "sha512" +hash = "01238565f39f48fe22a113325b6f1cef75231ff76b862a55a7c0c67d63751d70d9f1903001959cfaaaa2e9f43b50fe469cbc2c266dde9cd4572664c503d8c11f" + +[update] +[update.modrinth] +mod-id = "x9BrsVME" +version = "5SH4S7as" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..7c5418bb0 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-1.4.0+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/vn1jw9C4/moderner-beta-1.4.0%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "c1d5dab976a3b4da320c99828b5aabb0debe648cc44ea6829901e4b6394e4866c84d11290189166cc098b4e6d849f30a2faafecdd6446e11ddabc995ac755869" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "vn1jw9C4" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modernfix.pw.toml new file mode 100644 index 000000000..f74b5f5b6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/CV2Vtn5m/modernfix-fabric-5.17.0%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "8404bc285100746ac76467094b2b4feb132e046272780c4c8a6d4bd4336fad70073734438e9f37bf7e46ffa65dbf2f06ab10232b09c3911c08215dfcf71fca0e" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "CV2Vtn5m" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modmenu.pw.toml new file mode 100644 index 000000000..566cd2105 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-9.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/FawTQg29/modmenu-9.2.0.jar" +hash-format = "sha512" +hash = "30e8075a4228ee11eb8b0e85d950a69c8d2df57e05b0da5268e6b0129eea5e69ac30e6eb1b4c93348bb8acfdc53c22b2866288d76f7446b51b79355f4eada87a" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "FawTQg29" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/no-chat-reports.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/no-chat-reports.pw.toml new file mode 100644 index 000000000..52ca73aa9 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +hash-format = "sha512" +hash = "a2ca389f4024a2089dd1224713e23f356067fbfd27aaf6f3aa74ad28b75d6f0d19e0ed07e721035943964730a2d2a09473067d0d4db34ce7d5b7d6a15a6a5b42" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "Pjto4zdj" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/noisium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/noisium.pw.toml new file mode 100644 index 000000000..533a5a4d3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/RmNpWBtf/noisium-fabric-2.3.0%2Bmc1.20.2-1.20.4.jar" +hash-format = "sha512" +hash = "249cf90051e808a224a22b6d45812831793368297c5873512a25a7e5f4b866c3d2a625b04f74ed8d9987b6171e7cca085ed8d7a100336f395cc037f1493e0e2b" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "RmNpWBtf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..c5be25ba8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks" +filename = "NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l1rj36Ob/versions/qKC2gUYX/NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar" +hash-format = "sha512" +hash = "0162b9431733f366df3011af7fab62bd81f0c1cc27b554b39c680bdcec2d9783d909af237da230811e4b216b28052bad9fb169d23b7eea70df71058f68de38d4" + +[update] +[update.modrinth] +mod-id = "l1rj36Ob" +version = "qKC2gUYX" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/optigui.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/optigui.pw.toml new file mode 100644 index 000000000..a0404b961 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-2.3.0-beta.6+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/5X90cSj7/optigui-2.3.0-beta.6%2B1.20.2.jar" +hash-format = "sha512" +hash = "fc5ad00d8f76daead7f16e037772efdb2abc106b8f4f3788a06bc34bf0d1fe290bd1ed05b3258eb5b19673dedb8d746e74c205bf64abf02674281014f0ff72b0" + +[update] +[update.modrinth] +mod-id = "JuksLGBQ" +version = "5X90cSj7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/placeholder-api.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/placeholder-api.pw.toml new file mode 100644 index 000000000..fe45ac53b --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.0-pre.3+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eXts2L7r/versions/VYMQNs7A/placeholder-api-2.4.0-pre.3%2B1.20.4.jar" +hash-format = "sha512" +hash = "d2044d957b8f07f08ef4bf154c720803a5cac3e9eac504fc127321ea6ca08ed9f06a6bb3e433814b292c8bb6152b513fd6275a81aa168e9185b7c9f167d6d3a5" + +[update] +[update.modrinth] +mod-id = "eXts2L7r" +version = "VYMQNs7A" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/polytone.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/polytone.pw.toml new file mode 100644 index 000000000..e90704932 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20.4-1.18.10-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/J39ptUd8/polytone-1.20.4-1.18.10-fabric.jar" +hash-format = "sha512" +hash = "7376ba3f16d99875e194b48067c61ec25a8636b75a30ade7dc637abdc58168f6025d597c548b0c17e38e5a4741b834c90def3a9a4f6d2af514912b04c387a6dd" + +[update] +[update.modrinth] +mod-id = "3qAYkBMB" +version = "J39ptUd8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..9b9539e22 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.4-2.5.22.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/VRNP2Gm6/voicechat-fabric-1.20.4-2.5.22.jar" +hash-format = "sha512" +hash = "74ee9c6d8925305dae9938c60bfeffa39ea0bee13295faf286801429719ba645216640e86c0bde5cdb9699fcc7aab666ac937a54d6dcdf40acaa519a13fd3c51" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "VRNP2Gm6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium-extra.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium-extra.pw.toml new file mode 100644 index 000000000..ab3dfc098 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.4+mc1.20.4-build.116.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/M0ndiav7/sodium-extra-0.5.4%2Bmc1.20.4-build.116.jar" +hash-format = "sha512" +hash = "6db6380831823af00e9646969276a10ba8a82c78df3318af5b562e5c9975e4af7e463f689ef6182a75b52d56591cc0dc9bdfbaaf78c92bc5b415e06ca65fda90" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "M0ndiav7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium.pw.toml new file mode 100644 index 000000000..ee3bfe561 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.jar" +hash-format = "sha512" +hash = "bd00b956bde1205171e744a6a3780e835fb6928eb667fb2b56467818c979fb1e8c82561380a71a7dbfa1516cd4b6cf9087ca99f1ae066da6d65af2c828b8d554" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "4GyXKCLd" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8ed12c280 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.4-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/pc1QuN32/threadtweak-fabric-1.20.4-0.1.2.jar" +hash-format = "sha512" +hash = "bb98d2c98c1d2004b7a423ef9ff8259684a6ee4c0821242f541329e56fcf91c6268fbae9a5c33717a23dc646886f10f1f0113c805c55e1ea06f848e553465eff" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "pc1QuN32" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/unilib.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/unilib.pw.toml new file mode 100644 index 000000000..6da486606 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.0+1.20.4-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nT86WUER/versions/N09wVEoD/UniLib-1.1.0%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "b2c9efeabb999e1c5f6da1e4f6b452261440c02d23250890e4986f8e173728ba85eaab13898520b2d5d25f1635ebb62c88bea53916a4cb0dc589beacd7c4e77c" + +[update] +[update.modrinth] +mod-id = "nT86WUER" +version = "N09wVEoD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/wi-zoom.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/wi-zoom.pw.toml new file mode 100644 index 000000000..36c817b98 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/wi-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "WI Zoom" +filename = "WI-Zoom-1.5-MC1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/o7DitHWP/versions/qm9wM46U/WI-Zoom-1.5-MC1.20.4.jar" +hash-format = "sha512" +hash = "678b08dc17461c6547d8230805ce8ea4b3ceecb382dcaa7f8ed9d730de1c7f3051c24dd60b71edf3c66f1cfd8dc365db0274d75708497ad0bbcbbc76b24662e9" + +[update] +[update.modrinth] +mod-id = "o7DitHWP" +version = "qm9wM46U" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/world-host.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/world-host.pw.toml new file mode 100644 index 000000000..161eeab5a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.20.4-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/Nm70PqEv/world-host-0.5.2%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "e0060fdcd578bd2a0e2e576586ac72a7b000a51d312ebf854312a60d7f1aae54acb8b869b3ba0e5a4e768a46c22874e26d4f06e266310373b64bfe25444ee296" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "Nm70PqEv" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/yacl.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/yacl.pw.toml new file mode 100644 index 000000000..60aeba0ba --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/xBXboBnE/yet_another_config_lib_v3-3.6.6%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "ea5af6c6a95a2c62070b87822d87ad835daae655886f8886a20f71e5b838687c56f06df0d9ba6ab3f5c69c2c1699e1a2400bc8079a6d4d37442d2f4daa696eb1" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "xBXboBnE" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/pack.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/pack.toml new file mode 100644 index 000000000..e0e36253a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/pack.toml @@ -0,0 +1,16 @@ +name = "Re-Console" +author = "omo50" +version = "2.6.0+mc1.20.6+fabric" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "3058bfa62a7f76f382b9641903e35b217ebba549b9504da73fa0bacf5de82c49" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.6" + +[options] +acceptable-game-versions = [] diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/1080p-kbm-tooltips.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/1080p-kbm-tooltips.pw.toml new file mode 100644 index 000000000..ddf1228dd --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/1080p-kbm-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "1080p L4J KBM Icons" +filename = "1080p-kbm-tooltips.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/y8lwiGhN/versions/UxGDSHjZ/1080p-kbm-tooltips.zip" +hash-format = "sha512" +hash = "100e08425569672b2c031ac9d994265f46adac2bef9fb1a3008a0d20dce519c4f2916d94b58d5771451cb3a6dc51018117c1fb0ff0a44e51c3bc0c98f493f6a6" + +[update] +[update.modrinth] +mod-id = "y8lwiGhN" +version = "UxGDSHjZ" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/a-minecraft-movie-hero-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/a-minecraft-movie-hero-pack.pw.toml new file mode 100644 index 000000000..64fdef7ca --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/a-minecraft-movie-hero-pack.pw.toml @@ -0,0 +1,13 @@ +name = "A Minecraft Movie Hero Pack" +filename = "A Minecraft Movie Hero Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1fU20j7/versions/2aHKlUHr/A%20Minecraft%20Movie%20Hero%20Pack.zip" +hash-format = "sha512" +hash = "e9f4f4f9a70b8ea071db1001fdd8501f2e6c315ade3cd60953030dc67aaa6cae104373768ad78630e873a3e7e6f872ae767f4ac6a80aab697b6c16756e79fc0d" + +[update] +[update.modrinth] +mod-id = "x1fU20j7" +version = "2aHKlUHr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/bare-bones.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/bare-bones.pw.toml new file mode 100644 index 000000000..1c60e5e7a --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/bare-bones.pw.toml @@ -0,0 +1,13 @@ +name = "Bare Bones" +filename = "Bare Bones 1.20.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rox3U8B6/versions/s3lwqPHV/Bare%20Bones%201.20.zip" +hash-format = "sha512" +hash = "2a7b9ab20e5a0437ffddf553087fce5f9163032eed7369a566f5876332ec398dc1ab095f360fdf4d7eb27a77b32982335029ac9bb3843785e9e875e6fae15932" + +[update] +[update.modrinth] +mod-id = "rox3U8B6" +version = "s3lwqPHV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/candy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/candy-texture-pack.pw.toml new file mode 100644 index 000000000..380644269 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/candy-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Candy Texture Pack" +filename = "Candy Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/uRI9VIvW/Candy%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "1c538c2f193cca3323e0eb3101bdf3559feb2a7501358127076ebe95c063a910ed27709cfb4b5f8611b4d4898edd2d854f80ebd72cb9957eaa7ba677bcbef5b3" + +[update] +[update.modrinth] +mod-id = "NGIRqFgR" +version = "uRI9VIvW" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/cartoon-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/cartoon-texture-pack.pw.toml new file mode 100644 index 000000000..2e1a34bf6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/cartoon-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Cartoon Texture Pack" +filename = "Cartoon Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/GxSNg9pD/Cartoon%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "cf898828a914d08f53e6248e0fdeff02f281a4a2345840805fe48b0157e06fd12b45f221ef3d4a0a5de268a02825109a011bf809afb859cbba2c42ae939e41d2" + +[update] +[update.modrinth] +mod-id = "I8Wm3eT9" +version = "GxSNg9pD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/chinese-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/chinese-mythology-mash-up.pw.toml new file mode 100644 index 000000000..a42eaffb2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/chinese-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Chinese Mythology Mash-up" +filename = "Chinese Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kRsZVu69/versions/Ee6a0JtV/Chinese%20Mythology.zip" +hash-format = "sha512" +hash = "e47e7bb230bde3650fbb4e0ef3f2bcfbe2b7d99f00a384841252db3fe459f84730ed08db1822533b94c07a1efe99c6613ae4e062ec0252d56817f521360494b8" + +[update] +[update.modrinth] +mod-id = "kRsZVu69" +version = "Ee6a0JtV" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/city-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/city-texture-pack.pw.toml new file mode 100644 index 000000000..6bb7738d6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/city-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "City Texture Pack" +filename = "City Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/rb2fb4aM/City%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "9dfe4545ad66b9a46f4537fb214df782cd85191e5ba858caf8586ed710cccdf81dbd44f70f96a50b0f61d6a40e796f8cb8dfefa4b1bd4c5ed0461fcf73d420ec" + +[update] +[update.modrinth] +mod-id = "IcRlkcNt" +version = "rb2fb4aM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/classic-mcyt-sp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/classic-mcyt-sp.pw.toml new file mode 100644 index 000000000..1bb512b9f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/classic-mcyt-sp.pw.toml @@ -0,0 +1,13 @@ +name = "Classic Minecraft YouTuber Skin Pack" +filename = "Classic MCYT Skin Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8fM4nRG5/versions/QOretmOo/Classic%20MCYT%20Skin%20Pack.zip" +hash-format = "sha512" +hash = "7fcc94c5479ff11d1b9096a8eb42bfa99c5c40ba2493385460f9fdf9ae80f6270e3843b6d5c37ff9bc55cf1056ca2e51eb538ea8dad1331353f45ab92759795a" + +[update] +[update.modrinth] +mod-id = "8fM4nRG5" +version = "QOretmOo" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/default-dark-mode-legacy4j.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/default-dark-mode-legacy4j.pw.toml new file mode 100644 index 000000000..3cf3ef932 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/default-dark-mode-legacy4j.pw.toml @@ -0,0 +1,13 @@ +name = "Default Dark Mode: Legacy4J" +filename = "Default-Dark-Mode-Legacy4J-1.20.0+-0.1.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8xdgUCRk/versions/u7J93AuN/Default-Dark-Mode-Legacy4J-1.20.0%2B-0.1.1.zip" +hash-format = "sha512" +hash = "052b822dd361ab7b222003576f08e8b5e19b80648ce63d79db8a609ac9d416e98665652e5361f5c3ff1e9b9728bc40c793dc7bba2bf50174bedc59a1bd3939d1" + +[update] +[update.modrinth] +mod-id = "8xdgUCRk" +version = "u7J93AuN" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-32x.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-32x.pw.toml new file mode 100644 index 000000000..2f8f88476 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-32x.pw.toml @@ -0,0 +1,13 @@ +name = "Faithful 32x" +filename = "Faithful 32x - 1.20.4.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/w0TnApzs/versions/sm5Mzzyw/Faithful%2032x%20-%201.20.4.zip" +hash-format = "sha512" +hash = "a5e9a9618bbf8b2a895222bafbbcd7367f72b326dde20514355d200141fe642f9bab99dfb7f20f8bb435e7d55585e68d26a94260ac7f29a3cb93c6e70d3450f5" + +[update] +[update.modrinth] +mod-id = "w0TnApzs" +version = "sm5Mzzyw" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-legacy.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-legacy.pw.toml new file mode 100644 index 000000000..564345638 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/faithful-legacy.pw.toml @@ -0,0 +1,13 @@ +name = "Faithful Legacy" +filename = "Faithful Legacy 1.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PbrKfOSH/versions/GVufsAUM/Faithful%20Legacy%201.2.zip" +hash-format = "sha512" +hash = "78c4b0d5ce0db2671718bf14d7aa4af29cdeb39d45d0680c3493dba276e874518bd731278501c40690b2afed14d3cbe088c20f920829470d8ac057a50f243fbb" + +[update] +[update.modrinth] +mod-id = "PbrKfOSH" +version = "GVufsAUM" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fallout-mashup.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fallout-mashup.pw.toml new file mode 100644 index 000000000..d292a03c7 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fallout-mashup.pw.toml @@ -0,0 +1,13 @@ +name = "Fallout Mash-up Pack" +filename = "FalloutMash-upPack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YyQcuyAN/versions/UZEBNeOe/FalloutMash-upPack.zip" +hash-format = "sha512" +hash = "b26bc649d6084998f9dd4cd6c2d322013a89b483ed57daee0493a7ee85a94391ac17a7d171ff78a6114aa5e96dd00ce0578ea45ba2a906f02b5428062deaa4f6" + +[update] +[update.modrinth] +mod-id = "YyQcuyAN" +version = "UZEBNeOe" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fantasy-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fantasy-texture-pack.pw.toml new file mode 100644 index 000000000..bb33f8464 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fantasy-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Fantasy Texture Pack" +filename = "Fantasy Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/8Z2aMcT1/Fantasy%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "3c7935625cc24e2c904cd1a9e2a146f1235c7bdeccf18cf676e9c0c26e2e6ea79c872e5616b4a9d8815b9afa514372d9ba601d05f82e508f92de3651d3b9effa" + +[update] +[update.modrinth] +mod-id = "kFbEIMmd" +version = "8Z2aMcT1" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/festive-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/festive-mash-up.pw.toml new file mode 100644 index 000000000..cb3d3ac38 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/festive-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Festive Mash-up" +filename = "Festive Mash-up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/arnVWi0O/Festive%20Mash-up.zip" +hash-format = "sha512" +hash = "4169764f6d88320376425d02f5824637a00879965ec8c1c1fe720528023314f29e07596a527ec9ef981743ab4a368d3f4ef579a019084c8fa3fa6a8314b9a492" + +[update] +[update.modrinth] +mod-id = "pE8Ji9UH" +version = "arnVWi0O" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations-extensions.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations-extensions.pw.toml new file mode 100644 index 000000000..bf7522fce --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations-extensions.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations - Extensions" +filename = "FA+Objects-v1.1.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YAVTU8mK/versions/doQyYghr/FA%2BObjects-v1.1.1.zip" +hash-format = "sha512" +hash = "3765d3f556c312b7f2225bbf29b34c1d38c6383ca8608f13fc7cccef70c6fc11a8687c65a209e706704aa37fb3505849eaea4aee9d7edb6c602366381cd1d1b6" + +[update] +[update.modrinth] +mod-id = "YAVTU8mK" +version = "doQyYghr" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations.pw.toml new file mode 100644 index 000000000..7bb97e54c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/fresh-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations" +filename = "FreshAnimations_v1.9.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/50dA9Sha/versions/8vtPih5h/FreshAnimations_v1.9.2.zip" +hash-format = "sha512" +hash = "97a387112a5a94b0e7f4d0d2439977a9f28579303ad883ed3d0fcc3277357f8b3ab2418960f698d1a5f435903e0b2f82716fc92f8500cac090f900b2d2135dcf" + +[update] +[update.modrinth] +mod-id = "50dA9Sha" +version = "8vtPih5h" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/golden-days.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/golden-days.pw.toml new file mode 100644 index 000000000..fb8edb84c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/golden-days.pw.toml @@ -0,0 +1,13 @@ +name = "Golden Days Base" +filename = "golden-days-base-1.21.x-1.12.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BFzJ6aQL/versions/FposWE7W/golden-days-base-1.21.x-1.12.3.zip" +hash-format = "sha512" +hash = "9cb78697323fc52c7e73771ec8ea07303f7ba61e1ad7ffb95c271f3ff76f6be8d8aa79ae8b4b5c6a1cd8a7b3f1a3be752f751d76c10ea5a16741cc797bb96b1c" + +[update] +[update.modrinth] +mod-id = "BFzJ6aQL" +version = "FposWE7W" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/greek-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/greek-mythology-mash-up.pw.toml new file mode 100644 index 000000000..dda53f8f8 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/greek-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Greek Mythology Mash-up" +filename = "Greek Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/VeYZ7Wzv/Greek%20Mythology.zip" +hash-format = "sha512" +hash = "c121c8e91fb63e0101f61b6f2aa107b3753b554e4a5ca7e32760d0b94d0162a4e25c548e2160062985dbbb3cada6399d21d0c2c1e8e6973a2b21a5d70c3f8d60" + +[update] +[update.modrinth] +mod-id = "WtfCCeNe" +version = "VeYZ7Wzv" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/halloween-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/halloween-mash-up.pw.toml new file mode 100644 index 000000000..0e254fd00 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/halloween-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Halloween Mash-up" +filename = "Halloween Mash-up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mXZavX3c/versions/tV6XVtiy/Halloween%20Mash-up.zip" +hash-format = "sha512" +hash = "8109713aa0f7b20640e1142dffd6a450494efc4633c23daa21c2591c985740eacf4eda3155ab476b8c6d09c1d39594600c3df8966a10212f1a3d3194becd6639" + +[update] +[update.modrinth] +mod-id = "mXZavX3c" +version = "tV6XVtiy" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/hellokitty-skinpack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/hellokitty-skinpack.pw.toml new file mode 100644 index 000000000..797b8162c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/hellokitty-skinpack.pw.toml @@ -0,0 +1,13 @@ +name = "Baby Kitty And Friends" +filename = "Baby Kitty and Friends.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iQdku7XQ/versions/q2UiQ1PD/Baby%20Kitty%20and%20Friends.zip" +hash-format = "sha512" +hash = "d903c0bb45e29dbf2252e14fc4a62cea273746c21f8cd5c1cec9a9d38d03219433b8ab1bbaff16f58d3bf4b3023e9ec002afd84fd6e0392f8ff9dcebf644aa52" + +[update] +[update.modrinth] +mod-id = "iQdku7XQ" +version = "q2UiQ1PD" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/lce-panorama-collection.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/lce-panorama-collection.pw.toml new file mode 100644 index 000000000..12b9aa4a4 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/lce-panorama-collection.pw.toml @@ -0,0 +1,13 @@ +name = "LCE Panorama Collection" +filename = "tu69.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gHHngSJG/versions/gu46MaMf/tu69.zip" +hash-format = "sha512" +hash = "6f9aea433abe1291a789b26310eb8957a500bf7436340a294689aa9a750074b94dc00509ef5e59960152ee14578d60f05dd04b9920988755eb7c1e409ccb61b1" + +[update] +[update.modrinth] +mod-id = "gHHngSJG" +version = "gu46MaMf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml new file mode 100644 index 000000000..c84c5cec2 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skin Packs" +filename = "Legacy-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IU7pUM86/versions/OWs9AFVt/Legacy-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "83e4bdcf813b56ab871a5ddc4ae822f934bf83b078152eeeb97909d0f0acb4fa93556e7f9e6c64f7ee8692152f3defc0962ec65c88bc6a45b03a9c9d2cb0191c" + +[update] +[update.modrinth] +mod-id = "IU7pUM86" +version = "OWs9AFVt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml new file mode 100644 index 000000000..e130d4f56 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins: Doctor Who" +filename = "Doctor Who Legacy Skins.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M4781Cfl/versions/1uAEf2Su/Doctor%20Who%20Legacy%20Skins.zip" +hash-format = "sha512" +hash = "2161a7249818361655d3d2f987d9b14a4a2f1bb256c686f6e46d7c20dc504c2b3e99dc25d87815389a51f4cef97c59833382e8d0ac7f43b1a4e8df248959782e" + +[update] +[update.modrinth] +mod-id = "M4781Cfl" +version = "1uAEf2Su" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml new file mode 100644 index 000000000..dfd861f1d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-skins-pack-ordering.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins Pack Ordering" +filename = "Legacy Skins Pack Ordering v3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3ikLYLCy/versions/IcTLuAR8/Legacy%20Skins%20Pack%20Ordering%20v3.zip" +hash-format = "sha512" +hash = "8c6e5dc8dd9f2ce351153ccc0578c40a5604962c94b0e764152abcedef56d72bd752bac728e6fce68d83932dba4ba89a0114f2fe267e3b17f2f622343c010a29" + +[update] +[update.modrinth] +mod-id = "3ikLYLCy" +version = "IcTLuAR8" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-titles.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-titles.pw.toml new file mode 100644 index 000000000..822c58123 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-titles.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Titles" +filename = "Legacy Titles RC.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/o8MTMlkh/versions/fdCg19qt/Legacy%20Titles%20RC.zip" +hash-format = "sha512" +hash = "6e426852db6960c5ab6085ce2307eae91e9227a760cc169361e2febb6888dc1f0c7f2fcf4ac21579dcfed6eb274ac18fa36760ffe1f0c6e459f1011eb6a59f36" + +[update] +[update.modrinth] +mod-id = "o8MTMlkh" +version = "fdCg19qt" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml new file mode 100644 index 000000000..bef51efb6 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/legacy-worlds.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Worlds" +filename = "Legacy Worlds.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/jRg7JZzz/Legacy%20Worlds.zip" +hash-format = "sha512" +hash = "3165c7984efde37754ea23e08169c0b963ad0d4cb7568da339baba8222473739aa97250122975174725adaad50f0b83d6f83e5a68ef0409e8a5ab4ea6e07a73b" + +[update] +[update.modrinth] +mod-id = "IFQ5IZDt" +version = "jRg7JZzz" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mash-up-addon.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mash-up-addon.pw.toml new file mode 100644 index 000000000..7ef527d31 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mash-up-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Mash-Up Addon" +filename = "Mash-Up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/tGogOrip/versions/kLtG84B0/Mash-Up.zip" +hash-format = "sha512" +hash = "ee9fbe61c21e726173bd9f1812c4c1eb49057bc2337fb71d7ebe9da53d87b00e179c183b1c77745c57b07871da76ce8323a19c19d370f1bb810c1a5d709205a3" + +[update] +[update.modrinth] +mod-id = "tGogOrip" +version = "kLtG84B0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mass-effect-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mass-effect-mash-up.pw.toml new file mode 100644 index 000000000..9d811a323 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/mass-effect-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Mass Effect Mash-up" +filename = "Mass Effect.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/27e5KETs/versions/8Ya2o6nd/Mass%20Effect.zip" +hash-format = "sha512" +hash = "1f4139997f5faf8862d7c8160864515e71e6bff97fa244f896410e5c76acef814b54944150571ac3db353383586f19aaf9f5fa7b1b41255e8ca1a67b75868218" + +[update] +[update.modrinth] +mod-id = "27e5KETs" +version = "8Ya2o6nd" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml new file mode 100644 index 000000000..d717f8f0e --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/modern-skin-packs.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Skin Packs" +filename = "Modern-Skin-Packs-2.3.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/fiPDWlSR/Modern-Skin-Packs-2.3.0.zip" +hash-format = "sha512" +hash = "76bea41e10242418833c9c01c13bee07fc5b1a64d86c7e8857e936dceb8107ffb38d8c3d3a4e3be5b9add863c1c97279bf9a80b7e4b0462a507b5bdc1dc6b7dc" + +[update] +[update.modrinth] +mod-id = "UJZvIuVv" +version = "fiPDWlSR" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/natural-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/natural-texture-pack.pw.toml new file mode 100644 index 000000000..2532fe644 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/natural-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Natural Texture Pack" +filename = "Natural Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/FxzAYT5u/Natural%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "405944fb863c6a3f3434eea71c6364407cd685889be0e83886e6af595f7b0d933616b5c229899807558526fa0e6337eec5761c7072d894cf478ec702589045b7" + +[update] +[update.modrinth] +mod-id = "wl6YG9AY" +version = "FxzAYT5u" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/norse-mythology-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/norse-mythology-mash-up.pw.toml new file mode 100644 index 000000000..c7c633aff --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/norse-mythology-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Norse Mythology Mash-up" +filename = "Norse Mythology.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1COPjvze/versions/awDiobQ0/Norse%20Mythology.zip" +hash-format = "sha512" +hash = "a848f546036bcbc9f21be6c67d24682d2f765ce7edb133969fde8fb87f01be2a038bbdba6035a02b53f580b2db166183e4b566abda8abac0cc2ebb0f7384817e" + +[update] +[update.modrinth] +mod-id = "1COPjvze" +version = "awDiobQ0" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pacp.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pacp.pw.toml new file mode 100644 index 000000000..613ac5911 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pacp.pw.toml @@ -0,0 +1,13 @@ +name = "Programmer Art Continuation Project" +filename = "PACP_Base_Release.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/LAUYJHte/PACP_Base_Release.zip" +hash-format = "sha512" +hash = "b0bde67a439ee8a9928c483b43384299849c99c6a0865c9af2685e9a8af170b2ef4e880fc132f88bef8ebce084912ad57c1fcd944c2e4918b6fcee11af017786" + +[update] +[update.modrinth] +mod-id = "gx2HeuWD" +version = "LAUYJHte" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pattern-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pattern-texture-pack.pw.toml new file mode 100644 index 000000000..1b196104c --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pattern-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Pattern Texture Pack" +filename = "Pattern Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2F04lb0o/versions/NNzk1yyo/Pattern%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "99058a09e036347cf27670e8dfbe49ab659445e8be13ff125e4613269e086b3c33242add52c515ad91f0aacf888db17064b11353e4ef862cfe8f6fe9313e9685" + +[update] +[update.modrinth] +mod-id = "2F04lb0o" +version = "NNzk1yyo" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml new file mode 100644 index 000000000..1f251682f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Pirates of the Caribbean Mash-up" +filename = "Pirates Of The Caribbean.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bkDlbAtL/versions/iXaPhWv5/Pirates%20Of%20The%20Caribbean.zip" +hash-format = "sha512" +hash = "4514b0809b65bfec24205c4f2eef6835810b83fe905110d5e19d874bfba36fcc355966984148f264cc364bcd25be329d00a787e38389d6119c416628318eb0c9" + +[update] +[update.modrinth] +mod-id = "bkDlbAtL" +version = "iXaPhWv5" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/plastic-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/plastic-texture-pack.pw.toml new file mode 100644 index 000000000..b339c1484 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/plastic-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Plastic Texture Pack" +filename = "Plastic Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/meEXwbr9/versions/tM9knGy6/Plastic%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "cd4eebe15a8af70ba924f43c986110a0fa561a53d7d40d2147e6e22ca50aa8a24f97cf9719bed47a2ebe65f67c80b588acd45c1d129ddc818ee9f6b6829a2614" + +[update] +[update.modrinth] +mod-id = "meEXwbr9" +version = "tM9knGy6" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..001fa4c0d --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/9a4ihgC7/rcr3.zip" +hash-format = "sha512" +hash = "7af337da98e07df23d934148a42bb5744dd760cfa526ec90d9b5964b42cb986f804544ce011c0553025992075974727e3423d05e02856478ae603bb35867c345" + +[update] +[update.modrinth] +mod-id = "WUq4Lff9" +version = "9a4ihgC7" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/steampunk-texture-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/steampunk-texture-pack.pw.toml new file mode 100644 index 000000000..8ae548e75 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/steampunk-texture-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Steampunk Texture Pack" +filename = "Steampunk Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/rUVjeX8U/Steampunk%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "4d88c8a8d03debe3c71a254767dadfb4e501d111ea41c86029af92b02e709a269197f188eb3d221e905cebafe41cabc239ee24cbc5dea76e7011d9b0f5cf7e02" + +[update] +[update.modrinth] +mod-id = "iWaY0S0z" +version = "rUVjeX8U" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-cute.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-cute.pw.toml new file mode 100644 index 000000000..75737a3b3 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-cute.pw.toml @@ -0,0 +1,13 @@ +name = "Super Cute Texture Pack" +filename = "Super Cute Texture Pack.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ohS9Jkb7/versions/wBB8b81Q/Super%20Cute%20Texture%20Pack.zip" +hash-format = "sha512" +hash = "05d37a8fca3bedaabae7ee49f08a5690b70cf5480c6366831c8010be213d1bcbf51a761dfc1754d78b548e83034394caeb629eaa74cad97c689dfee108438242" + +[update] +[update.modrinth] +mod-id = "ohS9Jkb7" +version = "wBB8b81Q" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-mario-mash-up.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-mario-mash-up.pw.toml new file mode 100644 index 000000000..923ec66f1 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/super-mario-mash-up.pw.toml @@ -0,0 +1,13 @@ +name = "Super Mario Mash-up" +filename = "Super Mario Mash-up.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ArxJTTKm/versions/WzF8s7qn/Super%20Mario%20Mash-up.zip" +hash-format = "sha512" +hash = "c98dda1e6a3aa7c1da5184dd83f03f8edf7ab7bd64c63093a9eb774166f788777615e066c554dd5c782f7e57daf0aa9589eb4b7832e4ccac7a73f5190ddd7a36" + +[update] +[update.modrinth] +mod-id = "ArxJTTKm" +version = "WzF8s7qn" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/the-garden-awakens-skin-pack.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/the-garden-awakens-skin-pack.pw.toml new file mode 100644 index 000000000..21dd15b45 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/the-garden-awakens-skin-pack.pw.toml @@ -0,0 +1,13 @@ +name = "The Garden Awakens Skin Pack" +filename = "The_Garden_Awakens_v1.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/btzz80tF/versions/N3oRgK5f/The_Garden_Awakens_v1.0.zip" +hash-format = "sha512" +hash = "7ed60857d1ba982b4c189dcd4a6a9488f3f7f1626983bcaeaf558b99ecf28b3d0423fd265424814b0b6a1bf914f8f85e87210c0bbcad90485db1e4ddbc17b65b" + +[update] +[update.modrinth] +mod-id = "btzz80tF" +version = "N3oRgK5f" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tras-fresh-player.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tras-fresh-player.pw.toml new file mode 100644 index 000000000..6fcc5a26f --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tras-fresh-player.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Moves" +filename = "-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/slufHzC2/versions/4uyHvhnf/-1.21.2%20Fresh%20Moves%20v3.1%20%28With%20Animated%20Eyes%29.zip" +hash-format = "sha512" +hash = "40daf2d7bbccd19d38637adc2d14df1e16685aacd6c00af22d686b547d8df675246170137b7372139d34dcb9ad4c3f8606222bc771a85a335242c760254c99b3" + +[update] +[update.modrinth] +mod-id = "slufHzC2" +version = "4uyHvhnf" diff --git a/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tutorial-world-addon.pw.toml b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tutorial-world-addon.pw.toml new file mode 100644 index 000000000..301c37948 --- /dev/null +++ b/versions/vanilla/src/re-console/modrinth/fabric/1.20.6/resourcepacks/tutorial-world-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Tutorial World Addon" +filename = "TutorialWorldAddon.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/If3YYTYV/versions/86E7mD4C/TutorialWorldAddon.zip" +hash-format = "sha512" +hash = "64ecafebbc4e2170f9b4794911a6f7962969e2afd0654a38f2143c088d97d5f6e1d5ef5febb606b5c2a146782b8917331c6b57a3c9a01ad8b79577bb3368edc3" + +[update] +[update.modrinth] +mod-id = "If3YYTYV" +version = "86E7mD4C"