├── .gitattributes ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── mod-request.yml │ ├── problem-report.yml │ ├── setting-request.yml │ ├── xmod-removal.yml │ └── zmeta.md ├── pull_request_template.md ├── stale.yml └── workflows │ ├── auto-publish.yml │ └── git-repo-sync.yml ├── .gitignore ├── CHANGELOG.md ├── CLI tools ├── CurseForge to MultiMC-Git.py ├── CurseForge to Packwiz-Modrinth.py ├── MultiMC to Git.py ├── README.md └── Update version.py ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── CurseForge ├── manifest.json ├── modlist.html └── overrides │ ├── config │ └── Readme.md │ ├── mods │ └── .gitkeep │ └── resourcepacks │ └── Readme.md ├── DEVELOPER-README.md ├── INCLUDED-MODS.md ├── LICENSE.md ├── Modrinth ├── README.md ├── mmc-export.toml ├── modrinth.index.json └── overrides │ ├── config │ ├── mods │ └── .gitkeep │ └── resourcepacks ├── MultiMC-Packwiz └── Fabulously Optimized (auto-update) │ ├── .packignore │ ├── instance.cfg │ ├── mmc-pack.json │ └── pack.png ├── MultiMC └── Fabulously Optimized x.y.z │ ├── .packignore │ ├── instance.cfg │ ├── minecraft │ ├── Install instructions.url │ ├── config │ ├── mods │ │ └── .gitkeep │ └── resourcepacks │ ├── mmc-pack.json │ └── pack.png ├── Packwiz ├── 1.16.5 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── midnightlib.json │ │ ├── modmenu.json │ │ ├── slightguimodifications │ │ │ └── cts.groovy │ │ ├── sodium-mixins.properties │ │ └── yosbr │ │ │ ├── config │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── colormatic.properties │ │ │ ├── cullleaves.json │ │ │ ├── dynamicfps.toml │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── slightguimodifications │ │ │ │ └── config.json5 │ │ │ ├── sodium-mixins.properties │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.toml │ │ ├── antighost.toml │ │ ├── architectury-fabric.toml │ │ ├── better-beds.toml │ │ ├── borderless-mining.toml │ │ ├── capes.toml │ │ ├── cloth-api.toml │ │ ├── cloth-config.toml │ │ ├── colormatic.toml │ │ ├── cull-leaves.toml │ │ ├── custom-entity-models-cem.toml │ │ ├── custom-fog.toml │ │ ├── dynamic-fps.toml │ │ ├── entityculling.toml │ │ ├── fabric-api.toml │ │ ├── fabric-language-kotlin.toml │ │ ├── fabrishot.toml │ │ ├── fastchest.toml │ │ ├── fastopenlinksandfolders.toml │ │ ├── ferritecore-fabric.toml │ │ ├── hydrogen.toml │ │ ├── indium.toml │ │ ├── irisshaders.toml │ │ ├── item-model-fix.toml │ │ ├── lambdabettergrass.toml │ │ ├── lambdynamiclights.toml │ │ ├── lazydfu.toml │ │ ├── lithium.toml │ │ ├── modmenu.toml │ │ ├── no-fade.toml │ │ ├── no-potion-offset.toml │ │ ├── not-enough-crashes.toml │ │ ├── phosphor.toml │ │ ├── reeses-sodium-options.toml │ │ ├── slight-gui-modifications.toml │ │ ├── smooth-boot.toml │ │ ├── sodium-extra.toml │ │ ├── sodium.toml │ │ ├── tooltipfix.toml │ │ ├── wi-zoom.toml │ │ └── yosbr.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.17.1 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── midnightlib.json │ │ ├── modmenu.json │ │ ├── slightguimodifications │ │ │ └── cts.groovy │ │ ├── sodium-mixins.properties │ │ └── yosbr │ │ │ ├── config │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── colormatic.properties │ │ │ ├── cullleaves.json │ │ │ ├── dynamicfps.toml │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── slightguimodifications │ │ │ │ └── config.json5 │ │ │ ├── sodium-mixins.properties │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.toml │ │ ├── animatica.toml │ │ ├── antighost.toml │ │ ├── architectury-fabric.toml │ │ ├── arrp.toml │ │ ├── better-mount-hud.toml │ │ ├── borderless-mining.toml │ │ ├── capes.toml │ │ ├── cit-resewn.toml │ │ ├── cloth-api.toml │ │ ├── cloth-config.toml │ │ ├── colormatic.toml │ │ ├── completeconfig.toml │ │ ├── continuity.toml │ │ ├── cull-leaves.toml │ │ ├── custom-entity-models-cem.toml │ │ ├── dont-clear-chat-history.toml │ │ ├── dynamic-fps.toml │ │ ├── enhanced-block-entities.toml │ │ ├── entityculling.toml │ │ ├── fabric-api.toml │ │ ├── fabric-language-kotlin.toml │ │ ├── fabrishot.toml │ │ ├── fastopenlinksandfolders.toml │ │ ├── ferritecore-fabric.toml │ │ ├── hydrogen.toml │ │ ├── indium.toml │ │ ├── irisshaders.toml │ │ ├── item-model-fix.toml │ │ ├── lambdabettergrass.toml │ │ ├── lambdynamiclights.toml │ │ ├── language-reload.toml │ │ ├── lazydfu.toml │ │ ├── lithium.toml │ │ ├── littletweaks.toml │ │ ├── modmenu.toml │ │ ├── more-chat-history.toml │ │ ├── no-fade.toml │ │ ├── no-potion-offset.toml │ │ ├── not-enough-crashes.toml │ │ ├── phosphor.toml │ │ ├── reeses-sodium-options.toml │ │ ├── slight-gui-modifications.toml │ │ ├── smooth-boot.toml │ │ ├── sodium-extra.toml │ │ ├── sodium.toml │ │ ├── tooltipfix.toml │ │ ├── wi-zoom.toml │ │ └── yosbr.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.18.1 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── midnightlib.json │ │ ├── modmenu.json │ │ ├── puzzle.json │ │ ├── slightguimodifications │ │ │ └── cts.groovy │ │ ├── tiefix.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── colormatic.properties │ │ │ ├── cullleaves.json │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── puzzle.json │ │ │ ├── slightguimodifications │ │ │ │ └── config.json5 │ │ │ ├── sodium-options.json │ │ │ └── tiefix.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.toml │ │ ├── animatica.toml │ │ ├── antighost.toml │ │ ├── architectury-fabric.toml │ │ ├── arrp.toml │ │ ├── better-mount-hud.toml │ │ ├── borderless-mining.toml │ │ ├── capes.toml │ │ ├── cit-resewn.toml │ │ ├── cloth-api.toml │ │ ├── cloth-config.toml │ │ ├── colormatic.toml │ │ ├── completeconfig.toml │ │ ├── continuity.toml │ │ ├── cull-leaves.toml │ │ ├── custom-entity-models-cem.toml │ │ ├── dont-clear-chat-history.toml │ │ ├── dynamic-fps.toml │ │ ├── enhanced-block-entities.toml │ │ ├── entity-texture-features-fabric.toml │ │ ├── entityculling.toml │ │ ├── fabric-api.toml │ │ ├── fabric-language-kotlin.toml │ │ ├── fabrishot.toml │ │ ├── fastopenlinksandfolders.toml │ │ ├── ferritecore-fabric.toml │ │ ├── indium.toml │ │ ├── irisshaders.toml │ │ ├── item-model-fix.toml │ │ ├── lambdabettergrass.toml │ │ ├── lambdynamiclights.toml │ │ ├── language-reload.toml │ │ ├── lazydfu.toml │ │ ├── lithium.toml │ │ ├── midnightlib.toml │ │ ├── modmenu.toml │ │ ├── more-chat-history.toml │ │ ├── no-fade.toml │ │ ├── not-enough-crashes.toml │ │ ├── puzzle.toml │ │ ├── reeses-sodium-options.toml │ │ ├── slight-gui-modifications.toml │ │ ├── smooth-boot.toml │ │ ├── sodium-extra.toml │ │ ├── sodium.toml │ │ ├── starlight.toml │ │ ├── tiefix.toml │ │ ├── tooltipfix.toml │ │ ├── yosbr.toml │ │ └── zoomify.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.18.2 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ ├── puzzle.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── bobby.conf │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── sodium-options.json │ │ │ └── zoomify.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cem.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── colormatic.pw.toml │ │ ├── continuity.pw.toml │ │ ├── cull-less-leaves.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dont-clear-chat-history.pw.toml │ │ ├── dynamicfps.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabric.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── itemmodelfix.pw.toml │ │ ├── lambdabettergrass.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lazydfu.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── smoothboot.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── tooltipfix.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.18 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── midnightlib.json │ │ ├── modmenu.json │ │ ├── slightguimodifications │ │ │ └── cts.groovy │ │ ├── sodium-mixins.properties │ │ └── yosbr │ │ │ ├── config │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── colormatic.properties │ │ │ ├── cullleaves.json │ │ │ ├── dynamicfps.toml │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── slightguimodifications │ │ │ │ └── config.json5 │ │ │ ├── sodium-mixins.properties │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.toml │ │ ├── animatica.toml │ │ ├── antighost.toml │ │ ├── architectury-fabric.toml │ │ ├── better-mount-hud.toml │ │ ├── borderless-mining.toml │ │ ├── capes.toml │ │ ├── cit-resewn.toml │ │ ├── cloth-api.toml │ │ ├── cloth-config.toml │ │ ├── colormatic.toml │ │ ├── completeconfig.toml │ │ ├── continuity.toml │ │ ├── custom-entity-models-cem.toml │ │ ├── dont-clear-chat-history.toml │ │ ├── dynamic-fps.toml │ │ ├── enhanced-block-entities.toml │ │ ├── entityculling.toml │ │ ├── fabric-api.toml │ │ ├── fabric-language-kotlin.toml │ │ ├── fabrishot.toml │ │ ├── fastopenlinksandfolders.toml │ │ ├── ferritecore-fabric.toml │ │ ├── indium.toml │ │ ├── irisshaders.toml │ │ ├── item-model-fix.toml │ │ ├── lambdabettergrass.toml │ │ ├── lambdynamiclights.toml │ │ ├── language-reload.toml │ │ ├── lazydfu.toml │ │ ├── lithium.toml │ │ ├── modmenu.toml │ │ ├── more-chat-history.toml │ │ ├── no-fade.toml │ │ ├── no-telemetry.toml │ │ ├── not-enough-crashes.toml │ │ ├── reeses-sodium-options.toml │ │ ├── slight-gui-modifications.toml │ │ ├── smooth-boot.toml │ │ ├── sodium-extra.toml │ │ ├── sodium.toml │ │ ├── tooltipfix.toml │ │ ├── wi-zoom.toml │ │ └── yosbr.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.19.1 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ ├── puzzle.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports.json │ │ │ ├── bobby.conf │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── moreculling.toml │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── better-mount-hud.pw.toml │ │ ├── borderless-mining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cit-resewn.pw.toml │ │ ├── colormatic.pw.toml │ │ ├── continuity.pw.toml │ │ ├── cull-less-leaves.pw.toml │ │ ├── custom-entity-models-cem.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic-fps.pw.toml │ │ ├── enhanced-block-entities.pw.toml │ │ ├── entity-texture-features-fabric.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── ferritecore-fabric.pw.toml │ │ ├── indium.pw.toml │ │ ├── irisshaders.pw.toml │ │ ├── item-model-fix.pw.toml │ │ ├── lambdabettergrass.pw.toml │ │ ├── lambdynamiclights.pw.toml │ │ ├── language-reload.pw.toml │ │ ├── lazydfu.pw.toml │ │ ├── lithium.pw.toml │ │ ├── main-menu-credits.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixin-conflict-helper.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── more-chat-history.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── no-chat-reports.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── not-enough-crashes.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── smooth-boot.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── tooltipfix.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.19.2 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ ├── puzzle.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── holdthatchunk.json │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cem.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── colormatic.pw.toml │ │ ├── continuity.pw.toml │ │ ├── cull-less-leaves.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamicfps.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── itemmodelfix.pw.toml │ │ ├── lambdabettergrass.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lazydfu.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixin-conflict-helper.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── smoothboot.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── yet-another-config-lib.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.19.3 │ ├── .packwizignore │ ├── config │ │ ├── NoChatReports │ │ │ └── NCR-Client.json │ │ ├── capes.json5 │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── borderlessmining.json │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fastquit-config.txt │ │ │ ├── holdthatchunk.json │ │ │ ├── iris.properties │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cem.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamicfps.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lazydfu.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixin-conflict-helper.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── yet-another-config-lib.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat Reporting Helper.zip │ │ ├── Fast_Better_Grass.pw.toml │ │ └── Mod Menu Helper.zip ├── 1.19.4 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── debugify.json │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fastquit-config.txt │ │ │ ├── holdthatchunk.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamicfps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ └── Mod Menu Helper.zip ├── 1.19 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ ├── puzzle.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── bobby.conf │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── iris.properties │ │ │ ├── lambdabettergrass.toml │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── moreculling.toml │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── antighost.pw.toml │ │ ├── better-mount-hud.pw.toml │ │ ├── borderless-mining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cit-resewn.pw.toml │ │ ├── colormatic.pw.toml │ │ ├── continuity.pw.toml │ │ ├── cull-less-leaves.pw.toml │ │ ├── custom-entity-models-cem.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic-fps.pw.toml │ │ ├── enhanced-block-entities.pw.toml │ │ ├── entity-texture-features-fabric.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── farsight-fabric.pw.toml │ │ ├── ferritecore-fabric.pw.toml │ │ ├── indium.pw.toml │ │ ├── irisshaders.pw.toml │ │ ├── item-model-fix.pw.toml │ │ ├── lambdabettergrass.pw.toml │ │ ├── lambdynamiclights.pw.toml │ │ ├── language-reload.pw.toml │ │ ├── lazydfu.pw.toml │ │ ├── lithium.pw.toml │ │ ├── main-menu-credits.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixin-conflict-helper.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── more-chat-history.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── no-chat-reports.pw.toml │ │ ├── no-fade.pw.toml │ │ ├── not-enough-crashes.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── smooth-boot.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── starlight.pw.toml │ │ ├── tooltipfix.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ └── Mod Menu Helper.zip ├── 1.20.1 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── advancementinfo.pw.toml │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fadeless.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ ├── SodiumTranslations.pw.toml │ │ └── Translations_for_Sodium.pw.toml ├── 1.20.2 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── immediatelyfast.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ ├── SodiumTranslations.pw.toml │ │ └── Translations_for_Sodium.pw.toml ├── 1.20.3 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── immediatelyfast.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ ├── SodiumTranslations.pw.toml │ │ └── Translations_for_Sodium.pw.toml ├── 1.20.4 │ ├── .packwizignore │ ├── config │ │ ├── dynamic_fps.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── immediatelyfast.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.20.5 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modmenu.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── immediatelyfast.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ ├── SodiumTranslations.pw.toml │ │ └── Translations_for_Sodium.pw.toml ├── 1.20.6 │ ├── .packwizignore │ ├── config │ │ ├── capes.json5 │ │ ├── entity_texture_features.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── immediatelyfast.json │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.20 │ ├── .packwizignore │ ├── config │ │ ├── citresewn.json │ │ ├── debugify.json │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── borderlessmining.json │ │ │ ├── capes.json5 │ │ │ ├── cem.conf │ │ │ ├── dynamicfps.toml │ │ │ ├── entity_texture_features.json │ │ │ ├── fabric_loader_dependencies.json │ │ │ ├── fastquit-config.txt │ │ │ ├── holdthatchunk.json │ │ │ ├── iris.properties │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightcontrols.json │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── sodium-options.json │ │ │ └── tr7zwDonorSettings.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── antighost.pw.toml │ │ ├── betterbeds.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── borderlessmining.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamicfps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fadeless.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── holdthatchunk.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── memoryleakfix.pw.toml │ │ ├── midnightcontrols.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ └── Mod Menu Helper.zip ├── 1.21.1 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettergrass.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── citresewn.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.21.2 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── iris.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── main-menu-credits.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ └── yosbr.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.21.3 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── betterbeds.pw.toml │ │ ├── bettergrass.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── forgeconfigapiport.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── iris.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── main-menu-credits.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.21.4 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ ├── modernfix-mixins.properties │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── bettergrass.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── forgeconfigapiport.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── moremcmeta.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.21.5 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ └── NCR-Common.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modernfix-mixins.properties │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── bettergrass.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── bigshot.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── forgeconfigapiport.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── iris.pw.toml │ │ ├── isxander-main-menu-credits.pw.toml │ │ ├── lambdynlights.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── 1.21 │ ├── .packwizignore │ ├── config │ │ ├── fabric_loader_dependencies.json │ │ ├── immediatelyfast.json │ │ ├── isxander-main-menu-credits.json │ │ └── yosbr │ │ │ ├── config │ │ │ ├── NoChatReports │ │ │ │ ├── NCR-Client.json │ │ │ │ ├── NCR-Common.json │ │ │ │ └── NCR-Encryption.json │ │ │ ├── PaginatedAdvancements.json5 │ │ │ ├── capes.json5 │ │ │ ├── citresewn.json │ │ │ ├── controlify.json │ │ │ ├── debugify.json │ │ │ ├── dynamic_fps.json │ │ │ ├── entity_texture_features.json │ │ │ ├── fabrishot.properties │ │ │ ├── fastquit.toml │ │ │ ├── iris.properties │ │ │ ├── isxander-main-menu-credits.json │ │ │ ├── lambdynlights.toml │ │ │ ├── midnightlib.json │ │ │ ├── modmenu.json │ │ │ ├── moreculling.toml │ │ │ ├── puzzle.json │ │ │ ├── rrls.toml │ │ │ └── sodium-options.json │ │ │ └── options.txt │ ├── index.toml │ ├── mods │ │ ├── animatica.pw.toml │ │ ├── bettermounthud.pw.toml │ │ ├── capes.pw.toml │ │ ├── cloth-config.pw.toml │ │ ├── continuity.pw.toml │ │ ├── controlify.pw.toml │ │ ├── cubes-without-borders.pw.toml │ │ ├── debugify.pw.toml │ │ ├── dynamic_fps.pw.toml │ │ ├── e4mc_minecraft.pw.toml │ │ ├── enhancedblockentities.pw.toml │ │ ├── entity_model_features.pw.toml │ │ ├── entity_texture_features.pw.toml │ │ ├── entityculling.pw.toml │ │ ├── fabric-api.pw.toml │ │ ├── fabric-language-kotlin.pw.toml │ │ ├── fabricskyboxes.pw.toml │ │ ├── fabrishot.pw.toml │ │ ├── fastquit.pw.toml │ │ ├── ferritecore.pw.toml │ │ ├── fsb-interop.pw.toml │ │ ├── immediatelyfast.pw.toml │ │ ├── indium.pw.toml │ │ ├── iris.pw.toml │ │ ├── languagereload.pw.toml │ │ ├── lithium.pw.toml │ │ ├── main-menu-credits.pw.toml │ │ ├── mixintrace.pw.toml │ │ ├── modelfix.pw.toml │ │ ├── modernfix.pw.toml │ │ ├── modmenu.pw.toml │ │ ├── morechathistory.pw.toml │ │ ├── moreculling.pw.toml │ │ ├── nochatreports.pw.toml │ │ ├── optigui.pw.toml │ │ ├── paginatedadvancements.pw.toml │ │ ├── polytone.pw.toml │ │ ├── puzzle.pw.toml │ │ ├── reeses-sodium-options.pw.toml │ │ ├── rrls.pw.toml │ │ ├── sodium-extra.pw.toml │ │ ├── sodium.pw.toml │ │ ├── yet_another_config_lib_v3.pw.toml │ │ ├── yosbr.pw.toml │ │ └── zoomify.pw.toml │ ├── pack.toml │ └── resourcepacks │ │ ├── Chat_Reporting_Helper.pw.toml │ │ ├── Fast_Better_Grass.pw.toml │ │ ├── Mod Menu Helper.zip │ │ └── Translations_for_Sodium.pw.toml ├── README.md ├── mmc-export.toml ├── post-exit.ps1 ├── post-exit.sh ├── pre-launch.ps1 └── pre-launch.sh ├── README.md ├── Resource Packs ├── Chat Reporting Helper │ ├── License.txt │ ├── assets │ │ ├── fo │ │ │ └── lang │ │ │ │ ├── be_by.json │ │ │ │ ├── de_de.json │ │ │ │ ├── en_au.json │ │ │ │ ├── en_ca.json │ │ │ │ ├── en_gb.json │ │ │ │ ├── en_nz.json │ │ │ │ ├── en_pt.json │ │ │ │ ├── en_us.json │ │ │ │ ├── enp.json │ │ │ │ ├── es_es.json │ │ │ │ ├── et_ee.json │ │ │ │ ├── fr_fr.json │ │ │ │ ├── he_il.json │ │ │ │ ├── it_it.json │ │ │ │ ├── ko_kr.json │ │ │ │ ├── ms_my.json │ │ │ │ ├── pl_pl.json │ │ │ │ ├── pt_br.json │ │ │ │ ├── pt_pt.json │ │ │ │ ├── ro_ro.json │ │ │ │ ├── ru_ru.json │ │ │ │ ├── tr_tr.json │ │ │ │ ├── uk_ua.json │ │ │ │ ├── vi_vn.json │ │ │ │ ├── zh_cn.json │ │ │ │ ├── zh_hk.json │ │ │ │ ├── zh_tw.json │ │ │ │ └── zlm_arab.json │ │ └── nochatreports │ │ │ └── textures │ │ │ └── gui │ │ │ └── sprites │ │ │ ├── safety_state │ │ │ ├── insecure.png │ │ │ ├── insecure_disabled.png │ │ │ ├── insecure_hovered.png │ │ │ ├── realms.png │ │ │ ├── realms_disabled.png │ │ │ ├── realms_hovered.png │ │ │ ├── secure.png │ │ │ ├── secure_disabled.png │ │ │ ├── secure_hovered.png │ │ │ ├── undefined.png │ │ │ ├── undefined_disabled.png │ │ │ ├── undefined_hovered.png │ │ │ ├── unintrusive.png │ │ │ ├── unintrusive_disabled.png │ │ │ ├── unintrusive_hovered.png │ │ │ ├── unknown.png │ │ │ ├── unknown_disabled.png │ │ │ └── unknown_hovered.png │ │ │ └── verified_server.png │ ├── pack.mcmeta │ └── pack.png ├── Fast Better Grass │ ├── License.txt │ ├── assets │ │ └── minecraft │ │ │ ├── blockstates │ │ │ ├── crimson_nylium.json │ │ │ ├── dirt_path.json │ │ │ ├── grass_block.json │ │ │ ├── mycelium.json │ │ │ ├── podzol.json │ │ │ └── warped_nylium.json │ │ │ └── models │ │ │ └── block │ │ │ ├── crimson_nylium.json │ │ │ ├── dirt_path.json │ │ │ ├── fast_better_grass.json │ │ │ ├── grass_block.json │ │ │ ├── grass_block_snow.json │ │ │ ├── mycelium.json │ │ │ ├── podzol.json │ │ │ └── warped_nylium.json │ ├── pack.mcmeta │ └── pack.png └── Mod Menu Helper │ ├── License.txt │ ├── assets │ └── fo │ │ └── lang │ │ ├── be_by.json │ │ ├── de_de.json │ │ ├── el_gr.json │ │ ├── en_au.json │ │ ├── en_ca.json │ │ ├── en_gb.json │ │ ├── en_nz.json │ │ ├── en_pt.json │ │ ├── en_us.json │ │ ├── enp.json │ │ ├── es_es.json │ │ ├── es_ve.json │ │ ├── et_ee.json │ │ ├── fr_fr.json │ │ ├── he_il.json │ │ ├── it_it.json │ │ ├── ko_kr.json │ │ ├── ms_my.json │ │ ├── pl_pl.json │ │ ├── pt_br.json │ │ ├── pt_pt.json │ │ ├── ro_ro.json │ │ ├── ru_ru.json │ │ ├── tr_tr.json │ │ ├── uk_ua.json │ │ ├── vi_vn.json │ │ ├── zh_cn.json │ │ ├── zh_hk.json │ │ ├── zh_tw.json │ │ └── zlm_arab.json │ ├── pack.mcmeta │ └── pack.png ├── cape.png └── crowdin.yml /.gitattributes: -------------------------------------------------------------------------------- 1 | * -text 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Questions and support 4 | url: https://download.fo/discord 5 | about: General questions and support will be provided on the modpack's Discord 6 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/zmeta.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Meta issue 3 | about: Use this issue type only if the creator told you to do that 4 | labels: meta 5 | --- 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.jar 2 | *.exe 3 | Packwiz/packwiz 4 | Packwiz/*/resourcepacks/Fast Better Grass.zip 5 | Packwiz/*/resourcepacks/Chat Reporting Helper.zip 6 | Packwiz/*/resourcepacks/SodiumTranslations.zip 7 | -------------------------------------------------------------------------------- /CLI tools/README.md: -------------------------------------------------------------------------------- 1 | These files are for the maintainer(s) of Fabulously Optimized, used to copy files faster across folders. Feel free to improve them by making a PR. 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # [This page has moved, click here](https://download.fo/thanks) 2 | -------------------------------------------------------------------------------- /CurseForge/overrides/config/Readme.md: -------------------------------------------------------------------------------- 1 | See the latest Packwiz folder for config settings. -------------------------------------------------------------------------------- /CurseForge/overrides/mods/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/CurseForge/overrides/mods/.gitkeep -------------------------------------------------------------------------------- /CurseForge/overrides/resourcepacks/Readme.md: -------------------------------------------------------------------------------- 1 | See the latest Packwiz folder for resource packs. -------------------------------------------------------------------------------- /Modrinth/README.md: -------------------------------------------------------------------------------- 1 | Modrinth packs are generated with [packwiz](https://github.com/packwiz/packwiz) or [mmc-export](https://github.com/RozeFound/mmc-export) using the scripts [CurseForge to Packwiz-Modrinth.py](https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/CLI%20tools/CurseForge%20to%20Packwiz-Modrinth.py). 2 | -------------------------------------------------------------------------------- /Modrinth/overrides/config: -------------------------------------------------------------------------------- 1 | ../../Curseforge/overrides/config -------------------------------------------------------------------------------- /Modrinth/overrides/mods/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Modrinth/overrides/mods/.gitkeep -------------------------------------------------------------------------------- /Modrinth/overrides/resourcepacks: -------------------------------------------------------------------------------- 1 | ../../Curseforge/overrides/resourcepacks -------------------------------------------------------------------------------- /MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore: -------------------------------------------------------------------------------- 1 | ../../MultiMC/Fabulously Optimized x.y.z/.packignore -------------------------------------------------------------------------------- /MultiMC-Packwiz/Fabulously Optimized (auto-update)/mmc-pack.json: -------------------------------------------------------------------------------- 1 | ../../MultiMC/Fabulously Optimized x.y.z/mmc-pack.json -------------------------------------------------------------------------------- /MultiMC-Packwiz/Fabulously Optimized (auto-update)/pack.png: -------------------------------------------------------------------------------- 1 | ../../MultiMC/Fabulously Optimized x.y.z/pack.png -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/instance.cfg: -------------------------------------------------------------------------------- 1 | InstanceType=OneSix 2 | iconKey=pack 3 | name=Fabulously Optimized 9.0.0-beta.4 4 | notes=This MultiMC installation method is deprecated, please install new versions through Add Instance -> Modrinth -> Fabulously Optimized. Full instructions: https://download.fo/install -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/minecraft/Install instructions.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://download.fo/install 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/minecraft/config: -------------------------------------------------------------------------------- 1 | ../../../Curseforge/overrides/config -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/minecraft/mods/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/MultiMC/Fabulously Optimized x.y.z/minecraft/mods/.gitkeep -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/minecraft/resourcepacks: -------------------------------------------------------------------------------- 1 | ../../../Curseforge/overrides/resourcepacks -------------------------------------------------------------------------------- /MultiMC/Fabulously Optimized x.y.z/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/MultiMC/Fabulously Optimized x.y.z/pack.png -------------------------------------------------------------------------------- /Packwiz/1.16.5/.packwizignore: -------------------------------------------------------------------------------- 1 | packwiz 2 | Readme.md 3 | *.exe 4 | *.bat 5 | *.jar 6 | *.url -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | { 2 | "clientCapeType": "MINECRAFTCAPES", 3 | "glint": false, 4 | "enableOptifine": true, 5 | "enableLabyMod": true, 6 | "enableWynntils": true, 7 | "enableMinecraftCapesMod": true 8 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_new_model_creation_fix"=true 2 | "use_optifine_folder"=true 3 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/colormatic.properties: -------------------------------------------------------------------------------- 1 | #Colormatic Config 2 | #Wed Aug 25 14:41:01 EEST 2021 3 | fog.clearSky=false 4 | light.flickerBlockLight=true 5 | fog.clearVoid=false 6 | light.blendSkyLight=true 7 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/cullleaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true 3 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | reduceFPSWhenUnfocused = true 2 | unfocusedFPS = 1 3 | restoreFPSWhenHovered = true 4 | runGCOnUnfocus = true 5 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | #This file stores configuration options for Iris, such as the currently active shaderpack 2 | #Thu Dec 02 19:14:14 EET 2021 3 | maxShadowRenderDistance=6 4 | shaderPack= 5 | enableShaders=false 6 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | { 2 | "quality": { 3 | "weather_quality": "FAST", 4 | "leaves_quality": "DEFAULT", 5 | "enable_vignette": true 6 | }, 7 | "notifications": { 8 | "hide_donation_button": true 9 | } 10 | } -------------------------------------------------------------------------------- /Packwiz/1.16.5/mods/capes.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Capes" 2 | filename = "capes-1.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3299/645/capes-1.1.2.jar" 7 | hash-format = "sha1" 8 | hash = "414c76405104d97c5536abcda0aab966dbc151fb" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3299645 13 | project-id = 408481 14 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/mods/lazydfu.toml: -------------------------------------------------------------------------------- 1 | name = "LazyDFU" 2 | filename = "lazydfu-0.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3209/972/lazydfu-0.1.2.jar" 7 | hash-format = "sha1" 8 | hash = "2efec5781f1271bdcdae462eee402ccb97bff6fe" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3209972 13 | project-id = 433518 14 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | version = "1.12.3" 3 | pack-format = "packwiz:1.0.0" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "b7b65b5aabcd53cacf2d840ea269f0bc319c8007fc2d90995953ec039e40eec6" 9 | 10 | [versions] 11 | fabric = "0.13.3" 12 | minecraft = "1.16.5" 13 | -------------------------------------------------------------------------------- /Packwiz/1.16.5/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.16.5/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.17.1/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | { 2 | "clientCapeType": "MINECRAFTCAPES", 3 | "glint": false, 4 | "enableOptifine": true, 5 | "enableLabyMod": true, 6 | "enableWynntils": true, 7 | "enableMinecraftCapesMod": true 8 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_new_model_creation_fix"=true 2 | "use_optifine_folder"=true 3 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/colormatic.properties: -------------------------------------------------------------------------------- 1 | #Colormatic Config 2 | #Wed Aug 25 14:41:01 EEST 2021 3 | fog.clearSky=false 4 | light.flickerBlockLight=true 5 | fog.clearVoid=false 6 | light.blendSkyLight=true 7 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/cullleaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true 3 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | reduceFPSWhenUnfocused = true 2 | unfocusedFPS = 1 3 | restoreFPSWhenHovered = true 4 | runGCOnUnfocus = true 5 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | #This file stores configuration options for Iris, such as the currently active shaderpack 2 | #Thu Dec 02 19:14:14 EET 2021 3 | maxShadowRenderDistance=6 4 | shaderPack= 5 | enableShaders=false 6 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | { 2 | "quality": { 3 | "weather_quality": "FAST", 4 | "leaves_quality": "DEFAULT", 5 | "enable_vignette": true 6 | }, 7 | "notifications": { 8 | "hide_donation_button": true 9 | } 10 | } -------------------------------------------------------------------------------- /Packwiz/1.17.1/mods/arrp.toml: -------------------------------------------------------------------------------- 1 | name = "ARRP" 2 | filename = "arrp-0.5.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3529/149/arrp-0.5.4.jar" 7 | hash-format = "sha1" 8 | hash = "288124e89e8b3f7bb9f67b49a085f2c0d55a2439" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3529149 13 | project-id = 463113 14 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | version = "2.7.3" 3 | pack-format = "packwiz:1.0.0" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "5f56f576ead8bdeca24fe280ecf017c3a5ba35557cc13051bd825545ce6e44ef" 9 | 10 | [versions] 11 | fabric = "0.13.3" 12 | minecraft = "1.17.1" 13 | -------------------------------------------------------------------------------- /Packwiz/1.17.1/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.17.1/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.18.1/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | { 2 | "clientCapeType": "MINECRAFTCAPES", 3 | "glint": false, 4 | "enableOptifine": true, 5 | "enableLabyMod": true, 6 | "enableWynntils": true, 7 | "enableMinecraftCapesMod": true 8 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_new_model_creation_fix"=true 2 | "use_optifine_folder"=true 3 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/colormatic.properties: -------------------------------------------------------------------------------- 1 | #Colormatic Config 2 | #Wed Aug 25 14:41:01 EEST 2021 3 | fog.clearSky=false 4 | light.flickerBlockLight=true 5 | fog.clearVoid=false 6 | light.blendSkyLight=true 7 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/cullleaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true 3 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | reduceFPSWhenUnfocused = true 2 | unfocusedFPS = 1 3 | restoreFPSWhenHovered = true 4 | runGCOnUnfocus = true 5 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | #This file stores configuration options for Iris, such as the currently active shaderpack 2 | #Thu Dec 02 19:14:14 EET 2021 3 | maxShadowRenderDistance=6 4 | shaderPack= 5 | enableShaders=false 6 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | { 2 | "quality": { 3 | "weather_quality": "FAST", 4 | "leaves_quality": "DEFAULT", 5 | "enable_vignette": true 6 | }, 7 | "notifications": { 8 | "hide_donation_button": true 9 | } 10 | } -------------------------------------------------------------------------------- /Packwiz/1.18.1/mods/arrp.toml: -------------------------------------------------------------------------------- 1 | name = "ARRP" 2 | filename = "arrp-0.5.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3529/149/arrp-0.5.4.jar" 7 | hash-format = "sha1" 8 | hash = "288124e89e8b3f7bb9f67b49a085f2c0d55a2439" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3529149 13 | project-id = 463113 14 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | version = "3.2.6" 3 | pack-format = "packwiz:1.0.0" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "6a43c39a2349799cdde73b6eda926fd239de2754a4e39339c0298dc4f338fe3a" 9 | 10 | [versions] 11 | fabric = "0.13.3" 12 | minecraft = "1.18.1" 13 | -------------------------------------------------------------------------------- /Packwiz/1.18.1/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.18.1/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.18.2/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-145929":true,"MC-148149":true,"MC-162253":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabric":{"+depends":{"fabricloader":">=0.14.9"},"+recommends":{"Fabulously Optimized":">3.14.1"}},"debugify":{"conflicts":{}},"colormatic":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 3.14.1","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/bobby.conf: -------------------------------------------------------------------------------- 1 | delete-unused-regions-after-days=0 -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/lambdabettergrass.toml: -------------------------------------------------------------------------------- 1 | mode = "fast" 2 | better_layer = false -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = true 4 | block_entities = true 5 | entities = false 6 | tnt = "simple" 7 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.18.2/config/yosbr/config/zoomify.json: -------------------------------------------------------------------------------- 1 | {"zoomify_gui_category_behaviour":{"zoomify_gui_zoomtransition_name":"zoomify_transition_ease_out_exp"},"zoomify_gui_category_controls":{"zoomify_gui_relativesensitivity_name":true}} -------------------------------------------------------------------------------- /Packwiz/1.18.2/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "3.14.1" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "612c5e39c36f061dac87e9fd9190ce52d9fda8fe0bebea87138e3f5b99f8e80d" 10 | 11 | [versions] 12 | fabric = "0.14.9" 13 | minecraft = "1.18.2" 14 | -------------------------------------------------------------------------------- /Packwiz/1.18.2/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.18.2/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.18/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.18/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | { 2 | "clientCapeType": "MINECRAFTCAPES", 3 | "glint": false, 4 | "enableOptifine": true, 5 | "enableLabyMod": true, 6 | "enableWynntils": true, 7 | "enableMinecraftCapesMod": true 8 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_new_model_creation_fix"=true 2 | "use_optifine_folder"=true 3 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true, 3 | "mute_errors": false, 4 | "mute_warns": false, 5 | "broken_paths": true 6 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/colormatic.properties: -------------------------------------------------------------------------------- 1 | #Colormatic Config 2 | #Wed Aug 25 14:41:01 EEST 2021 3 | fog.clearSky=false 4 | light.flickerBlockLight=true 5 | fog.clearVoid=false 6 | light.blendSkyLight=true 7 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/cullleaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": true 3 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | reduceFPSWhenUnfocused = true 2 | unfocusedFPS = 1 3 | restoreFPSWhenHovered = true 4 | runGCOnUnfocus = true 5 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | #This file stores configuration options for Iris, such as the currently active shaderpack 2 | #Thu Dec 02 19:14:14 EET 2021 3 | maxShadowRenderDistance=6 4 | shaderPack= 5 | enableShaders=false 6 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | { 2 | "config_screen_list": "FALSE", 3 | "background_texture": "minecraft:textures/block/dirt.png", 4 | "special_hats": false 5 | } -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /Packwiz/1.18/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | { 2 | "quality": { 3 | "weather_quality": "FAST", 4 | "leaves_quality": "DEFAULT", 5 | "enable_vignette": true 6 | }, 7 | "notifications": { 8 | "hide_donation_button": true 9 | } 10 | } -------------------------------------------------------------------------------- /Packwiz/1.18/mods/animatica.toml: -------------------------------------------------------------------------------- 1 | name = "Animatica" 2 | filename = "animatica-0.1+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3478/564/animatica-0.1+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "624985466" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3478564 13 | project-id = 533006 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/capes.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Capes" 2 | filename = "Capes-1.2.2+1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3543/238/Capes-1.2.2+1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "2842358990" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3543238 13 | project-id = 408481 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/cit-resewn.toml: -------------------------------------------------------------------------------- 1 | name = "CIT Resewn" 2 | filename = "CITResewn-0.8.1-1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3543/705/CITResewn-0.8.1-1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "235451270" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3543705 13 | project-id = 521427 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/cloth-api.toml: -------------------------------------------------------------------------------- 1 | name = "Cloth API (Fabric)" 2 | filename = "cloth-api-2.0.54.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3336/395/cloth-api-2.0.54.jar" 7 | hash-format = "murmur2" 8 | hash = "2308550397" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3336395 13 | project-id = 317121 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/continuity.toml: -------------------------------------------------------------------------------- 1 | name = "Continuity" 2 | filename = "continuity-1.0.3+1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3549/420/continuity-1.0.3+1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "2946885067" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3549420 13 | project-id = 531351 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/dynamic-fps.toml: -------------------------------------------------------------------------------- 1 | name = "Dynamic FPS" 2 | filename = "dynamic-fps-2.0.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3497/287/dynamic-fps-2.0.6.jar" 7 | hash-format = "murmur2" 8 | hash = "1834508903" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3497287 13 | project-id = 335493 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/fabric-api.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric API" 2 | filename = "fabric-api-0.44.0+1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3546/679/fabric-api-0.44.0+1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "3738481999" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3546679 13 | project-id = 306612 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/fabrishot.toml: -------------------------------------------------------------------------------- 1 | name = "Fabrishot" 2 | filename = "fabrishot-1.6.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3542/922/fabrishot-1.6.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1467117810" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3542922 13 | project-id = 404870 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/indium.toml: -------------------------------------------------------------------------------- 1 | name = "Indium" 2 | filename = "indium-1.0.2-alpha1+mc1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3542/434/indium-1.0.2-alpha1+mc1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "3058950694" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3542434 13 | project-id = 459496 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/irisshaders.toml: -------------------------------------------------------------------------------- 1 | name = "Iris Shaders" 2 | filename = "iris-mc1.18.1-1.1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3558/900/iris-mc1.18.1-1.1.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3998045195" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3558900 13 | project-id = 455508 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/lazydfu.toml: -------------------------------------------------------------------------------- 1 | name = "LazyDFU" 2 | filename = "lazydfu-0.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3209/972/lazydfu-0.1.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2594861637" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3209972 13 | project-id = 433518 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/modmenu.toml: -------------------------------------------------------------------------------- 1 | name = "Mod Menu" 2 | filename = "modmenu-3.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3479/754/modmenu-3.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2387229544" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3479754 13 | project-id = 308702 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/no-fade.toml: -------------------------------------------------------------------------------- 1 | name = "No Fade" 2 | filename = "nofade-1.18-2.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3550/935/nofade-1.18-2.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "4017265390" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3550935 13 | project-id = 452768 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/no-telemetry.toml: -------------------------------------------------------------------------------- 1 | name = "No Telemetry" 2 | filename = "no-telemetry-1.3.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3549/361/no-telemetry-1.3.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2404469153" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3549361 13 | project-id = 530816 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/tooltipfix.toml: -------------------------------------------------------------------------------- 1 | name = "ToolTipFix" 2 | filename = "tooltipfix-1.0.4-1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3543/273/tooltipfix-1.0.4-1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "4269860137" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3543273 13 | project-id = 411557 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/mods/wi-zoom.toml: -------------------------------------------------------------------------------- 1 | name = "WI Zoom" 2 | filename = "WI-Zoom-1.3-MC1.18.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3541/830/WI-Zoom-1.3-MC1.18.jar" 7 | hash-format = "murmur2" 8 | hash = "1210673680" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3541830 13 | project-id = 349630 14 | -------------------------------------------------------------------------------- /Packwiz/1.18/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | pack-format = "packwiz:1.0.0" 3 | version = "3.0.0-alpha.4" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "732714a68865d3577d65c873829c0e3c6094f3dbac0f9fc580dc3aba8586a83d" 9 | 10 | [versions] 11 | fabric = "0.12.12" 12 | minecraft = "1.18" 13 | -------------------------------------------------------------------------------- /Packwiz/1.18/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.18/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19.1/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-162253":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabric":{"+depends":{"fabricloader":">=0.14.8"},"+recommends":{"Fabulously Optimized":"latest"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.1.0-beta.2","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/bobby.conf: -------------------------------------------------------------------------------- 1 | delete-unused-regions-after-days=0 -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":true,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/lambdabettergrass.toml: -------------------------------------------------------------------------------- 1 | mode = "fast" 2 | better_layer = false -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = true 4 | block_entities = true 5 | entities = false 6 | tnt = "simple" 7 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/moreculling.toml: -------------------------------------------------------------------------------- 1 | useCustomItemFrameRenderer = false -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.19.1/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/animatica.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Animatica" 2 | filename = "animatica-0.5+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "d58560b9c226df726bdddc7ab25748a158a0cb3d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3844732 13 | project-id = 533006 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/antighost.pw.toml: -------------------------------------------------------------------------------- 1 | name = "AntiGhost" 2 | filename = "antighost-1.19.1-fabric0.58.5-1.1.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "de93b03bbb5d5673d5b7a48e1b4ebb25a7353ce8" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3907240 13 | project-id = 273279 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/better-mount-hud.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Better Mount HUD" 2 | filename = "bettermounthud-1.1.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "60035cc1e9cf8bf880c42f57427719d773df5cd5" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3637536 13 | project-id = 475358 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/capes.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Capes" 2 | filename = "Capes-1.4.4+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "83e9829da639037c6cd2375669b4705c5ff7d871" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3844992 13 | project-id = 408481 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/cit-resewn.pw.toml: -------------------------------------------------------------------------------- 1 | name = "CIT Resewn" 2 | filename = "CITResewn-1.1.1+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "5f10d78456c95f4a2e53a9b29884629362153848" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3855030 13 | project-id = 521427 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/colormatic.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Colormatic" 2 | filename = "colormatic-3.1.2+mc.1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "7524e70ccf9968d14aadbeca03cd0ec226c04054" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821958 13 | project-id = 325092 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/continuity.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Continuity" 2 | filename = "continuity-2.0.0+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "ac4deeead3e1c4a3d54759f5d27c514f34f9115f" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3822251 13 | project-id = 531351 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/cull-less-leaves.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Cull Less Leaves" 2 | filename = "CullLessLeaves-1.0.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "d3fe0b9a6d5ff2bd09839c7851d567a43ca4f83d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3868400 13 | project-id = 619718 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/debugify.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Debugify" 2 | filename = "debugify-2.3.3-fabric-1.19.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "e8e2ee2aa56ce0a118c463bf207db5d5361ec4f4" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3904105 13 | project-id = 596224 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/dynamic-fps.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Dynamic FPS" 2 | filename = "dynamic-fps-2.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8d264374dc08df87777fb51b94c781476c315bb5" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3829250 13 | project-id = 335493 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/fabric-api.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric API" 2 | filename = "fabric-api-0.58.5+1.19.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "c758f5dfadf35a9ab4f7f688094d599e30b2cbdb" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3902660 13 | project-id = 306612 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/fabrishot.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabrishot" 2 | filename = "fabrishot-1.8.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "229c504dd8d48527f4484d3dba569baa63b03fe1" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3826809 13 | project-id = 404870 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/indium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Indium" 2 | filename = "indium-1.0.7+mc1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "1f97081fa8da5e2876481da2917c76dcf689382b" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3911818 13 | project-id = 459496 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/irisshaders.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Iris Shaders" 2 | filename = "iris-mc1.19.1-1.2.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "4d1676bca816ce282199882628375a45e7a9e97d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3899705 13 | project-id = 455508 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/language-reload.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Language Reload" 2 | filename = "language-reload-1.3.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "9b8fc8ce7447ad97d1e7ebba5322bccd01aff118" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3836370 13 | project-id = 527334 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/lazydfu.pw.toml: -------------------------------------------------------------------------------- 1 | name = "LazyDFU" 2 | filename = "lazydfu-0.1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821870 13 | project-id = 433518 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/lithium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Lithium (Fabric)" 2 | filename = "lithium-fabric-mc1.19.1-0.8.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "9ef9f10f62d4c19b736fe493f2a11d737fbe3d7c" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3906634 13 | project-id = 360438 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/main-menu-credits.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Main Menu Credits" 2 | filename = "main-menu-credits-1.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "7df757c8d19a13da60c7b85f13870965d61c71d8" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3846496 13 | project-id = 618812 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/memoryleakfix.pw.toml: -------------------------------------------------------------------------------- 1 | name = "MemoryLeakFix" 2 | filename = "memoryleakfix-1.19.1-0.7.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "9ef7b93df46b599f96d8c0dba32753373e5e8a1a" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3908979 13 | project-id = 627566 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/modmenu.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Mod Menu" 2 | filename = "modmenu-4.0.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "1acf6cadf20243d753705e2212d88f90670e49fd" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3902967 13 | project-id = 308702 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/moreculling.pw.toml: -------------------------------------------------------------------------------- 1 | name = "MoreCulling" 2 | filename = "moreculling-1.19.1-0.8.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "f760e3edc7437019b9cdf8c9ad469116493623f7" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3909730 13 | project-id = 630104 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/no-fade.pw.toml: -------------------------------------------------------------------------------- 1 | name = "No Fade" 2 | filename = "nofade-1.18-2.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "76951fe09b742ba0ca07acc7c54e4c3760157071" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3550935 13 | project-id = 452768 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/optigui.pw.toml: -------------------------------------------------------------------------------- 1 | name = "OptiGUI" 2 | filename = "optigui-1.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "5da0d10efb27e8cc3db902ef5e2480d608fabf71" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3870988 13 | project-id = 619986 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/puzzle.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Puzzle" 2 | filename = "puzzle-1.4.0-1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "c265b7ecda0588febe0a723ccf6bf34bc6f31a56" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3912555 13 | project-id = 563977 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/sodium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Sodium" 2 | filename = "sodium-fabric-mc1.19-0.4.2+build.16.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "6c1b055bce99d0bf64733e0ff95f347e4cd171f3" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3820973 13 | project-id = 394468 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/starlight.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Starlight (Fabric)" 2 | filename = "starlight-1.1.1+fabric.ae22326.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "de6fe932555604345477db89b59d59249909c640" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3835973 13 | project-id = 521783 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/tooltipfix.pw.toml: -------------------------------------------------------------------------------- 1 | name = "ToolTipFix" 2 | filename = "tooltipfix-1.0.5-1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8dd951713909e327ae42deb22d0102dc0de07b83" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3820437 13 | project-id = 411557 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/yosbr.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Your Options Shall Be Respected (YOSBR)" 2 | filename = "yosbr-0.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0643830cab952fc96872702e681b863b550c8530" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 2934596 13 | project-id = 374274 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/mods/zoomify.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Zoomify" 2 | filename = "Zoomify-2.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0321439959f74f6076f98dd946bfb507f83603f1" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3909992 13 | project-id = 574741 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | version = "4.1.0-beta.2" 3 | pack-format = "packwiz:1.1.0" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "7b1b05026a0c46638c1e807e4ef0358e418fccf81291a8ba30a8776821d3fd67" 9 | 10 | [versions] 11 | fabric = "0.14.8" 12 | minecraft = "1.19.1" 13 | -------------------------------------------------------------------------------- /Packwiz/1.19.1/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19.1/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19.2/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-26757":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-135973":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">4.5.7"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.5.7","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"enableDebugLog":false,"convertToGameMessage":true,"addQueryData":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":false,"enableMinecraftCapesMod":true,"enableCosmetica":false,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/holdthatchunk.json: -------------------------------------------------------------------------------- 1 | {"chunkUnloadDelayInTicks":72000,"ignoreServerRenderDistance":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/lambdabettergrass.toml: -------------------------------------------------------------------------------- 1 | mode = "fast" 2 | better_layer = false -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = true 4 | block_entities = true 5 | entities = false 6 | tnt = "simple" 7 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.19.2/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.19.2/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "4.5.7" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "46c75e88e4ac58459f6117d4bc63957c7455fc62ee42f9da90840a8dd860aad1" 10 | 11 | [versions] 12 | fabric = "0.14.19" 13 | minecraft = "1.19.2" 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.2/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19.2/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19.3/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.18"}},"minecraft":{"+recommends":{"Fabulously Optimized":">4.6.1"}},"cem":{"-recommends":{"completeconfig":""}}}} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.6.1","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/fastquit-config.txt: -------------------------------------------------------------------------------- 1 | showToasts:false 2 | renderSavingScreen:false 3 | showSavingTime:0 -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/holdthatchunk.json: -------------------------------------------------------------------------------- 1 | {"chunkUnloadDelayInTicks":72000,"ignoreServerRenderDistance":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = true 4 | block_entities = true 5 | entities = false 6 | tnt = "simple" 7 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.19.3/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.19.3/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "4.6.1" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "a069b4d3a9ea69c5541361f9baefc42f0ee4b53cd8f790332f0dcf58a35f32f4" 10 | 11 | [versions] 12 | fabric = "0.14.19" 13 | minecraft = "1.19.3" 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.3/resourcepacks/Chat Reporting Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19.3/resourcepacks/Chat Reporting Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19.3/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19.3/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19.4/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.21"}},"minecraft":{"+recommends":{"Fabulously Optimized":">4.11.0"}},"lambdynlights":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.11.0","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","fallback":"Fix ghost blocks with /ghost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/fastquit-config.txt: -------------------------------------------------------------------------------- 1 | showToasts:false 2 | renderSavingScreen:false 3 | showSavingTime:0 -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/holdthatchunk.json: -------------------------------------------------------------------------------- 1 | {"chunkUnloadDelayInTicks":72000,"ignoreServerRenderDistance":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.19.4/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.19.4/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "4.11.0" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "4a41cc71316721832fa48240fff79472eb2f4167d33067a1753daa18c46c2bfa" 10 | 11 | [versions] 12 | fabric = "0.14.21" 13 | minecraft = "1.19.4" 14 | -------------------------------------------------------------------------------- /Packwiz/1.19.4/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19.4/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.19/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.19/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.19/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-145929":true,"MC-148149":true,"MC-162253":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.19/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabric":{"+depends":{"fabricloader":">=0.14.8"},"+recommends":{"Fabulously Optimized":"latest"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.19/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.0.0-beta.12","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.19/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/bobby.conf: -------------------------------------------------------------------------------- 1 | delete-unused-regions-after-days=0 -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":true,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/lambdabettergrass.toml: -------------------------------------------------------------------------------- 1 | mode = "fast" 2 | better_layer = false -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = true 4 | block_entities = true 5 | entities = false 6 | tnt = "simple" 7 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/moreculling.toml: -------------------------------------------------------------------------------- 1 | useCustomItemFrameRenderer = false -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.19/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.19/mods/animatica.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Animatica" 2 | filename = "animatica-0.5+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "d58560b9c226df726bdddc7ab25748a158a0cb3d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3844732 13 | project-id = 533006 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/antighost.pw.toml: -------------------------------------------------------------------------------- 1 | name = "AntiGhost" 2 | filename = "antighost-1.19-fabric0.55.3-1.1.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8069aa7ae030d71ac98c462fb978575dd7f7b1df" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3828917 13 | project-id = 273279 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/better-mount-hud.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Better Mount HUD" 2 | filename = "bettermounthud-1.1.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "60035cc1e9cf8bf880c42f57427719d773df5cd5" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3637536 13 | project-id = 475358 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/capes.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Capes" 2 | filename = "Capes-1.4.4+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "83e9829da639037c6cd2375669b4705c5ff7d871" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3844992 13 | project-id = 408481 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/cit-resewn.pw.toml: -------------------------------------------------------------------------------- 1 | name = "CIT Resewn" 2 | filename = "CITResewn-1.1.1+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "5f10d78456c95f4a2e53a9b29884629362153848" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3855030 13 | project-id = 521427 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/colormatic.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Colormatic" 2 | filename = "colormatic-3.1.2+mc.1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "7524e70ccf9968d14aadbeca03cd0ec226c04054" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821958 13 | project-id = 325092 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/continuity.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Continuity" 2 | filename = "continuity-2.0.0+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "ac4deeead3e1c4a3d54759f5d27c514f34f9115f" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3822251 13 | project-id = 531351 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/cull-less-leaves.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Cull Less Leaves" 2 | filename = "CullLessLeaves-1.0.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "d3fe0b9a6d5ff2bd09839c7851d567a43ca4f83d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3868400 13 | project-id = 619718 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/custom-entity-models-cem.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Custom Entity Models (CEM)" 2 | filename = "cem-0.7.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "96c943ee9282945877fe85e7c474ccddbaca0401" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821136 13 | project-id = 477078 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/debugify.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Debugify" 2 | filename = "debugify-2.3.2-fabric-1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "928674a817a9fe6d025583a486b15f14bebe9edf" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3888651 13 | project-id = 596224 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/dynamic-fps.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Dynamic FPS" 2 | filename = "dynamic-fps-2.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8d264374dc08df87777fb51b94c781476c315bb5" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3829250 13 | project-id = 335493 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/fabric-api.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric API" 2 | filename = "fabric-api-0.58.0+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "6d29acc99b293b2be7060df6d7c887812bd54e46" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3891323 13 | project-id = 306612 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/fabrishot.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Fabrishot" 2 | filename = "fabrishot-1.8.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "229c504dd8d48527f4484d3dba569baa63b03fe1" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3826809 13 | project-id = 404870 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/farsight-fabric.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Farsight [Fabric]" 2 | filename = "farsight-fabric-1.19-2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "fe220ca3cb7a596228472c283076d6da7f0a11d3" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3843751 13 | project-id = 579192 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/indium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Indium" 2 | filename = "indium-1.0.6+mc1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "f4ed0775fbf68bd4ba5c31e143f05d7bf38817fa" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3840292 13 | project-id = 459496 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/irisshaders.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Iris Shaders" 2 | filename = "iris-mc1.19.1-1.2.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "4d1676bca816ce282199882628375a45e7a9e97d" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3899705 13 | project-id = 455508 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/language-reload.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Language Reload" 2 | filename = "language-reload-1.3.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "9b8fc8ce7447ad97d1e7ebba5322bccd01aff118" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3836370 13 | project-id = 527334 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/lazydfu.pw.toml: -------------------------------------------------------------------------------- 1 | name = "LazyDFU" 2 | filename = "lazydfu-0.1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821870 13 | project-id = 433518 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/lithium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Lithium (Fabric)" 2 | filename = "lithium-fabric-mc1.19-0.8.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8316f71030ffc74af09b781d3281d575b61db0e0" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3865696 13 | project-id = 360438 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/main-menu-credits.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Main Menu Credits" 2 | filename = "main-menu-credits-1.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "7df757c8d19a13da60c7b85f13870965d61c71d8" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3846496 13 | project-id = 618812 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/memoryleakfix.pw.toml: -------------------------------------------------------------------------------- 1 | name = "MemoryLeakFix" 2 | filename = "memoryleakfix-1.19-0.5.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "2776672be09acd23d8b94f382b3ddb1674b173a2" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3885691 13 | project-id = 627566 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/midnightcontrols.pw.toml: -------------------------------------------------------------------------------- 1 | name = "MidnightControls" 2 | filename = "midnightcontrols-1.4.1+1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "182ff23b349290438c4ae0c97e2fd85a802a73d0" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3861391 13 | project-id = 621768 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/modmenu.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Mod Menu" 2 | filename = "modmenu-4.0.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "d4fbf49f72a16b0c241d2c5e856292ad4253d9f7" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3873988 13 | project-id = 308702 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/moreculling.pw.toml: -------------------------------------------------------------------------------- 1 | name = "MoreCulling" 2 | filename = "moreculling-1.19-0.6.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "ccbfc410e4d418f63d578cf4be7e53b3e444ac8b" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3898078 13 | project-id = 630104 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/no-fade.pw.toml: -------------------------------------------------------------------------------- 1 | name = "No Fade" 2 | filename = "nofade-1.18-2.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "76951fe09b742ba0ca07acc7c54e4c3760157071" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3550935 13 | project-id = 452768 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/optigui.pw.toml: -------------------------------------------------------------------------------- 1 | name = "OptiGUI" 2 | filename = "optigui-1.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "5da0d10efb27e8cc3db902ef5e2480d608fabf71" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3870988 13 | project-id = 619986 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/puzzle.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Puzzle" 2 | filename = "puzzle-1.3.4-1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "bd3c287a37cd86b7acc405634cf18b765118cff9" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3861822 13 | project-id = 563977 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/smooth-boot.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Smooth Boot (Fabric)" 2 | filename = "smoothboot-fabric-1.19-1.7.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8414cbce145a5f48102e6cc811dfd1459afe44f3" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3821513 13 | project-id = 415758 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/sodium-extra.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Sodium Extra" 2 | filename = "sodium-extra-0.4.6+mc1.19-build.47.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "e9c3a6b3a9fbe3db3dbb98da3ed53e3f7e557149" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3894489 13 | project-id = 447673 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/sodium.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Sodium" 2 | filename = "sodium-fabric-mc1.19-0.4.2+build.16.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "6c1b055bce99d0bf64733e0ff95f347e4cd171f3" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3820973 13 | project-id = 394468 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/starlight.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Starlight (Fabric)" 2 | filename = "starlight-1.1.1+fabric.ae22326.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "de6fe932555604345477db89b59d59249909c640" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3835973 13 | project-id = 521783 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/tooltipfix.pw.toml: -------------------------------------------------------------------------------- 1 | name = "ToolTipFix" 2 | filename = "tooltipfix-1.0.5-1.19.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "8dd951713909e327ae42deb22d0102dc0de07b83" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3820437 13 | project-id = 411557 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/yosbr.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Your Options Shall Be Respected (YOSBR)" 2 | filename = "yosbr-0.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0643830cab952fc96872702e681b863b550c8530" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 2934596 13 | project-id = 374274 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/mods/zoomify.pw.toml: -------------------------------------------------------------------------------- 1 | name = "Zoomify" 2 | filename = "Zoomify-1.7.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | hash-format = "sha1" 7 | hash = "0807fefc9f576b61318750ee2d328e35cb9c3ba1" 8 | mode = "metadata:curseforge" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3844111 13 | project-id = 574741 14 | -------------------------------------------------------------------------------- /Packwiz/1.19/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | version = "4.0.0-beta.12" 3 | pack-format = "packwiz:1.1.0" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | hash = "82338bc6e031a59fdcd43d8fea8a4be5ca2bcef99d0c915e8f6dd210758451e8" 9 | 10 | [versions] 11 | fabric = "0.14.8" 12 | minecraft = "1.19" 13 | -------------------------------------------------------------------------------- /Packwiz/1.19/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.19/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.1/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.4.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.4.1","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"global":{"delegate_setup":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.1/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.1/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "5.4.1" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "802c42a126af917aa417778a704e3099f562bc3398576857a2b25e90b16844c8" 10 | 11 | [versions] 12 | fabric = "0.14.23" 13 | minecraft = "1.20.1" 14 | -------------------------------------------------------------------------------- /Packwiz/1.20.1/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.1/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.2/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.24"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.6.6"},"+breaks":{"holdthatchunk":"<=2.0.1"}},"dynamic_fps":{"recommends":{}},"lambdynlights":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.6.6","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" -------------------------------------------------------------------------------- /Packwiz/1.20.2/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.2/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "5.6.6" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "217c02dd83280d82c79e34df5722f96fa65885842af6ae0f468c93a7c0c65ef7" 10 | 11 | [versions] 12 | fabric = "0.15.7" 13 | minecraft = "1.20.2" 14 | -------------------------------------------------------------------------------- /Packwiz/1.20.2/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.2/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.3/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.7.0-alpha.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | -------------------------------------------------------------------------------- /Packwiz/1.20.3/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.3/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.3/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.4/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.10.3"}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.10.3","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":true} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" -------------------------------------------------------------------------------- /Packwiz/1.20.4/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.4/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "5.10.3" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "5885b3a782fdc85139d29129278ec76e063a0657530d8f29d6f9748ed1dc9497" 10 | 11 | [versions] 12 | fabric = "0.15.11" 13 | minecraft = "1.20.4" 14 | -------------------------------------------------------------------------------- /Packwiz/1.20.4/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.4/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.5/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.11.0-alpha.2"}},"dynamic_fps":{"recommends":{}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.11.0-alpha.2","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" -------------------------------------------------------------------------------- /Packwiz/1.20.5/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.5/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.5/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20.6/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.5"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.12.0"}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.12.0","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":true} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=true -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" -------------------------------------------------------------------------------- /Packwiz/1.20.6/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.20.6/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "5.12.0" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "a2f034a23bbc17cf720960c43afaedf20624ea0c6089fb43534ba89e40d4118d" 10 | 11 | [versions] 12 | fabric = "0.16.5" 13 | minecraft = "1.20.6" 14 | -------------------------------------------------------------------------------- /Packwiz/1.20.6/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20.6/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.20/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.20/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.21"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.0.0-alpha.1"}},"borderlessmining":{"-depends":{"minecraft":""}},"capes":{"-depends":{"minecraft":""}}}} -------------------------------------------------------------------------------- /Packwiz/1.20/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.0.0-alpha.1","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/borderlessmining.json: -------------------------------------------------------------------------------- 1 | {"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/cem.conf: -------------------------------------------------------------------------------- 1 | "use_optifine_folder"=true -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | runGCOnUnfocus = true -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/fastquit-config.txt: -------------------------------------------------------------------------------- 1 | showToasts:false 2 | renderSavingScreen:false 3 | showSavingTime:0 -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/holdthatchunk.json: -------------------------------------------------------------------------------- 1 | {"chunkUnloadDelayInTicks":72000,"ignoreServerRenderDistance":false} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/midnightcontrols.json: -------------------------------------------------------------------------------- 1 | {"autoSwitchMode":false,"enableHints":true} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE","special_hats":false} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} -------------------------------------------------------------------------------- /Packwiz/1.20/config/yosbr/config/tr7zwDonorSettings.json: -------------------------------------------------------------------------------- 1 | {"version":1,"enabled":false} -------------------------------------------------------------------------------- /Packwiz/1.20/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "5.0.0-alpha.1" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "0761c6c51f593b6dfbe1cbabc72a88ef3185ec755381a4e1461b552dad736943" 10 | 11 | [versions] 12 | fabric = "0.14.21" 13 | minecraft = "1.20" 14 | -------------------------------------------------------------------------------- /Packwiz/1.20/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.20/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21.1/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.14"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.4.0"}},"polytone":{"conflicts":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.4.0","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" 3 | hideOverlays = "RELOADING" -------------------------------------------------------------------------------- /Packwiz/1.21.1/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21.1/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "6.4.0" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "6c71a13d3d5eeb758fc351654a0f30a3557e379d3504a26d1becbc32ff85a8da" 10 | 11 | [versions] 12 | fabric = "0.16.14" 13 | minecraft = "1.21.1" 14 | -------------------------------------------------------------------------------- /Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21.2/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.7"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.3.0-alpha.1"}}}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.3.0-alpha.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" 3 | hideOverlays = "RELOADING" -------------------------------------------------------------------------------- /Packwiz/1.21.2/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21.2/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21.2/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21.3/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.4.0-beta.5"}},"optigui":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.4.0-beta.5","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"None","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | [global] 2 | hideOverlays = "RELOADING" 3 | 4 | [splash] 5 | animationSpeed = 500.0 6 | 7 | [other] 8 | earlyPackStatusSend = false 9 | 10 | [platform] 11 | skipForgeOverlay = false 12 | -------------------------------------------------------------------------------- /Packwiz/1.21.3/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21.3/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21.3/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21.4/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.14"}},"minecraft":{"+recommends":{"Fabulously Optimized":">8.0.1"}},"optigui":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 8.0.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=false -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"None","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21.4/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21.4/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "8.0.1" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "d8021b80eec6ca38ef51831fbaf62709da6c0f63d3d47b44200f408b17b05b4d" 10 | 11 | [versions] 12 | fabric = "0.16.14" 13 | minecraft = "1.21.4" 14 | -------------------------------------------------------------------------------- /Packwiz/1.21.4/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21.4/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21.5/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.14"}},"minecraft":{"+recommends":{"Fabulously Optimized":">9.0.0-beta.4"}},"optigui":{"recommends":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 9.0.0-beta.4","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.bigshot","fallback":"Take double-size screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"frame_rate_target":30,"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"None","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/modernfix-mixins.properties: -------------------------------------------------------------------------------- 1 | mixin.perf.dynamic_resources=false -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21.5/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21.5/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21.5/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Packwiz/1.21/.packwizignore: -------------------------------------------------------------------------------- 1 | ../1.16.5/.packwizignore -------------------------------------------------------------------------------- /Packwiz/1.21/config/fabric_loader_dependencies.json: -------------------------------------------------------------------------------- 1 | {"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.11"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.0.0-beta.6"}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}} -------------------------------------------------------------------------------- /Packwiz/1.21/config/immediatelyfast.json: -------------------------------------------------------------------------------- 1 | {"experimental_screen_batching":false} -------------------------------------------------------------------------------- /Packwiz/1.21/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.0.0-beta.6","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/NoChatReports/NCR-Common.json: -------------------------------------------------------------------------------- 1 | {"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/NoChatReports/NCR-Encryption.json: -------------------------------------------------------------------------------- 1 | {"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/PaginatedAdvancements.json5: -------------------------------------------------------------------------------- 1 | {"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/capes.json5: -------------------------------------------------------------------------------- 1 | {"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/citresewn.json: -------------------------------------------------------------------------------- 1 | {"broken_paths":false} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/controlify.json: -------------------------------------------------------------------------------- 1 | {"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/debugify.json: -------------------------------------------------------------------------------- 1 | {"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/dynamic_fps.json: -------------------------------------------------------------------------------- 1 | {"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/entity_texture_features.json: -------------------------------------------------------------------------------- 1 | {"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/fabrishot.properties: -------------------------------------------------------------------------------- 1 | custom_file_name=%time%_4K 2 | hide_hud=false 3 | override_screenshot_key=false 4 | save_file=true 5 | disable_gui_scaling=false 6 | width=3840 7 | height=2160 8 | delay=3 9 | file_format=PNG -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/fastquit.toml: -------------------------------------------------------------------------------- 1 | renderSavingScreen = false 2 | showToasts = false 3 | showSavingTime = "FALSE" 4 | allowMultipleServers = false -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/iris.properties: -------------------------------------------------------------------------------- 1 | disableUpdateMessage=true 2 | maxShadowRenderDistance=6 3 | enableShaders=false -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/isxander-main-menu-credits.json: -------------------------------------------------------------------------------- 1 | {"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/lambdynlights.toml: -------------------------------------------------------------------------------- 1 | mode = "fastest" 2 | [light_sources] 3 | water_sensitive_check = false 4 | block_entities = false 5 | entities = false 6 | self = true 7 | tnt = "simple" 8 | creeper = "simple" -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/midnightlib.json: -------------------------------------------------------------------------------- 1 | {"config_screen_list":"FALSE"} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/puzzle.json: -------------------------------------------------------------------------------- 1 | {"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false} -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/rrls.toml: -------------------------------------------------------------------------------- 1 | animationSpeed = 500.0 2 | aprilFool = "DISABLED" 3 | hideOverlays = "RELOADING" -------------------------------------------------------------------------------- /Packwiz/1.21/config/yosbr/config/sodium-options.json: -------------------------------------------------------------------------------- 1 | {"quality":{"weather_quality":"FAST"}} -------------------------------------------------------------------------------- /Packwiz/1.21/pack.toml: -------------------------------------------------------------------------------- 1 | name = "Fabulously Optimized" 2 | author = "robotkoer" 3 | version = "6.0.0-beta.6" 4 | pack-format = "packwiz:1.1.0" 5 | 6 | [index] 7 | file = "index.toml" 8 | hash-format = "sha256" 9 | hash = "ac8997242f98d5fe1bcc075aff1749d7b110edb0f298238ed1e2309d1c6dfeec" 10 | 11 | [versions] 12 | fabric = "0.15.11" 13 | minecraft = "1.21" 14 | -------------------------------------------------------------------------------- /Packwiz/1.21/resourcepacks/Mod Menu Helper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Packwiz/1.21/resourcepacks/Mod Menu Helper.zip -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/insecure_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/realms_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/secure_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/undefined_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unintrusive_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown_disabled.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/safety_state/unknown_hovered.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/verified_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/assets/nochatreports/textures/gui/sprites/verified_server.png -------------------------------------------------------------------------------- /Resource Packs/Chat Reporting Helper/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Chat Reporting Helper/pack.png -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/blockstates/crimson_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/crimson_nylium" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/blockstates/warped_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/warped_nylium" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/crimson_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fast_better_grass", 3 | "textures": { 4 | "bottom": "minecraft:block/netherrack", 5 | "sidetop": "minecraft:block/crimson_nylium" 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/fast_better_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_bottom_top", 3 | "textures": { 4 | "bottom": "#bottom", 5 | "side": "#sidetop", 6 | "top": "#sidetop" 7 | } 8 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/grass_block_snow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_bottom_top", 3 | "textures": { 4 | "bottom": "minecraft:block/dirt", 5 | "side": "minecraft:block/snow", 6 | "top": "minecraft:block/grass_block_top" 7 | } 8 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/mycelium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fast_better_grass", 3 | "textures": { 4 | "bottom": "minecraft:block/dirt", 5 | "sidetop": "minecraft:block/mycelium_top" 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/podzol.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fast_better_grass", 3 | "textures": { 4 | "bottom": "minecraft:block/dirt", 5 | "sidetop": "minecraft:block/podzol_top" 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/assets/minecraft/models/block/warped_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fast_better_grass", 3 | "textures": { 4 | "bottom": "minecraft:block/netherrack", 5 | "sidetop": "minecraft:block/warped_nylium" 6 | } 7 | } -------------------------------------------------------------------------------- /Resource Packs/Fast Better Grass/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Fast Better Grass/pack.png -------------------------------------------------------------------------------- /Resource Packs/Mod Menu Helper/pack.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "pack": { 3 | "pack_format": 55, 4 | "description": { 5 | "translate": "fo.resourcePack.modmenuhelper", 6 | "fallback": "§7Lists mods' main features and options in Mod Menu§r" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Resource Packs/Mod Menu Helper/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/Resource Packs/Mod Menu Helper/pack.png -------------------------------------------------------------------------------- /cape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/0278ce23c64d792ec7517e7378e2df3b491f24f0/cape.png -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- 1 | files: 2 | - source: Mod Menu Helper/assets/fo/lang/en_us.json 3 | translation: /%original_path%/%locale_with_underscore%.json 4 | - source: Chat Reporting Helper/assets/fo/lang/en_us.json 5 | translation: /%original_path%/%locale_with_underscore%.json 6 | --------------------------------------------------------------------------------