From 66b7c23b62f351cc44cca1b290f952ad752f9b3f Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:24:26 +0100 Subject: [PATCH 01/10] rewrite(info/other): initial commit --- info/README.md | 6 ++ info/bugs.md | 40 +++++++++++++ info/keybinds.md | 37 ++++++++++++ info/options/README.md | 48 +++++++++++++++ info/resource-packs/README.md | 36 ++++++++++++ info/resource-packs/issues.md | 108 ++++++++++++++++++++++++++++++++++ info/telemetry.md | 20 +++++++ 7 files changed, 295 insertions(+) create mode 100644 info/README.md create mode 100644 info/bugs.md create mode 100644 info/keybinds.md create mode 100644 info/options/README.md create mode 100644 info/resource-packs/README.md create mode 100644 info/resource-packs/issues.md create mode 100644 info/telemetry.md diff --git a/info/README.md b/info/README.md new file mode 100644 index 00000000..046c2fdc --- /dev/null +++ b/info/README.md @@ -0,0 +1,6 @@ +--- +hidden: true +icon: gift +--- + +# Content diff --git a/info/bugs.md b/info/bugs.md new file mode 100644 index 00000000..4680bf0d --- /dev/null +++ b/info/bugs.md @@ -0,0 +1,40 @@ +--- +hidden: true +icon: bug +--- + +# Bug Fixes + +FO includes some mods which fix vanilla bugs. If there's another bug you think FO can fix, you should [request a bug fix](bugs.md#request-a-bug-fix). + +| Bug | Description | Fixed by | +| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | +| [MC-577](https://bugs.mojang.com/browse/MC-577) | Mouse buttons block all inventory controls that are not default | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-22882](https://bugs.mojang.com/browse/MC-22882) | Ctrl + Q won't work on Mac | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-59810](https://bugs.mojang.com/browse/MC-59810) | Cannot break blocks while sprinting (Ctrl+Click = right-click on macOS) | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-73186](https://bugs.mojang.com/browse/MC-73186) | Gaps between the faces of item models | [Item Model Fix](https://curseforge.com/minecraft/mc-mods/item-model-fix) | +| [MC-81098](https://bugs.mojang.com/browse/MC-81098) | Redstone dust updates cause lag (Singleplayer only) | [Lithium](https://curseforge.com/minecraft/mc-mods/lithium) | +| [MC-89146](https://bugs.mojang.com/browse/MC-89146) | Pistons forget update when being reloaded | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-90683](https://bugs.mojang.com/browse/MC-90683) | "Received unknown passenger" - Entities with differing render distances as passengers outputs error | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-112730](https://bugs.mojang.com/browse/MC-112730) | Beacon beam and structure block render twice per frame | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-121884](https://bugs.mojang.com/browse/MC-121884) | Server → Client custom payload packets can leak resources | [MemoryLeakFix](https://curseforge.com/minecraft/mc-mods/memoryleakfix) | +| [MC-122477](https://bugs.mojang.com/browse/MC-122477) | Linux/GNU: Opening chat sometimes writes 't' | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-132488](https://bugs.mojang.com/browse/MC-132488) | Ticking animated textures is very inefficient | [Sodium](https://curseforge.com/minecraft/mc-mods/sodium) | +| [MC-154966](https://bugs.mojang.com/browse/MC-154966) | Hunger and experience bar invisible on horses and all other animal mounts | [Better Mount Hud](https://curseforge.com/minecraft/mc-mods/better-mount-hud) | +| [MC-165595](https://bugs.mojang.com/browse/MC-165595) | Guardian beam does not render when over a certain "Time" in level.dat | [Sodium Extra](https://curseforge.com/minecraft/mc-mods/sodium-extra) | +| [MC-199467](https://bugs.mojang.com/browse/MC-199467) | Certain entity animations stop after they've existed in world for too long | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-226729](https://bugs.mojang.com/browse/MC-226729) | Memory leakage problem in native operations | [MemoryLeakFix](https://curseforge.com/minecraft/mc-mods/memoryleakfix) | +| [MC-227302](https://bugs.mojang.com/browse/MC-227302) | Smooth lighting doesn't work properly on the water surface | [Sodium](https://curseforge.com/minecraft/mc-mods/sodium) | +| [MC-228976](https://bugs.mojang.com/browse/MC-228976) | Entity collision is run on render thread | [Lithium](https://curseforge.com/minecraft/mc-mods/lithium) | +| [MC-237493](https://bugs.mojang.com/browse/MC-237493) | Telemetry cannot be disabled | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | +| [MC-237493](https://bugs.mojang.com/browse/MC-263865) | Fullscreen state isn't saved | [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) | + +## Request a Bug Fix + +{% hint style="warning" %} +FO will only fix a bug if it affects a large majority of its users (at least 70% of them). Read more in [FO's principles](../about/). +{% endhint %} + +1. Find the bug on [Mojang's bug tracker](https://bugs.mojang.com/projects/MC/issues?filter=allopenissues) +2. Request it or find its status on [Debugify's bug tracker](https://github.com/W-OVERFLOW/Debugify/issues) +3. If you're sure the bug fix is in Debugify, [request an option change](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/new?labels=option&template=setting-request.yml) diff --git a/info/keybinds.md b/info/keybinds.md new file mode 100644 index 00000000..b564247d --- /dev/null +++ b/info/keybinds.md @@ -0,0 +1,37 @@ +--- +hidden: true +icon: keyboard +--- + +# Keybinds + +{% hint style="info" %} +Click on each keybind to get a description of what it does. +{% endhint %} + +| Option | Vanilla | FO | Reason for Change | +| --------------------------------------------------------------- | -------- | ------ | ------------------------------------ | +| [Vanilla: Save Hotbar Activator](#user-content-fn-1)[^1] | c | _none_ | This key is more often used for zoom | +| [Zoomify: Zoom](#user-content-fn-2)[^2] | v | c | This key is more often used for zoom | +| [Zoomify: Secondary zoom](#user-content-fn-3)[^3] | F6 | _none_ | Not needed for most players | +| [Iris: Reload Shaders](#user-content-fn-4)[^4] | r | _none_ | Not needed for most players | +| [Iris: Shaderpack Selection Screen](#user-content-fn-5)[^5] | o | _none_ | Not needed for most players | +| [Iris: Toggle Shaders](#user-content-fn-6)[^6] | k | _none_ | Not needed for most players | +| [FabricSkyboxes: Toggle mod](#user-content-fn-7)[^7] | Numpad 0 | _none_ | Not needed for most players | +| [OptiGUI: Copy inspection to clipboard](#user-content-fn-8)[^8] | F12 | _none_ | Not needed for most players | + +[^1]: Saves your hotbar if this key and a number key are held + +[^2]: Zooms the view when the key is held + +[^3]: Activates the secondary zoom option + +[^4]: Reloads the applied shaders + +[^5]: Opens the shader selection screen + +[^6]: Disables or enables shaders + +[^7]: Disables or enables custom skyboxes + +[^8]: Copies OptiGUI's debug info diff --git a/info/options/README.md b/info/options/README.md new file mode 100644 index 00000000..d2c87431 --- /dev/null +++ b/info/options/README.md @@ -0,0 +1,48 @@ +--- +hidden: true +icon: sliders +--- + +# Options + +FO uses [Your Options Shall Be Respected](https://modrinth.com/mod/yosbr) to manage settings and to allow updates without losing your settings, but you will not get FO's latest recommendations. You can find [FO's settings file on GitHub](https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Packwiz/1.21.1/config). + +If you want to start fresh, you can always [reset to FO's recommended settings](../../how-to/reset/). You can also check out [other options you may want to change](other.md). + +{% hint style="info" %} +Click on each option to get a description of what it does. +{% endhint %} + +
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ... | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
| Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
| Chat Reporting Helper on CurseForge | https://curseforge.com/minecraft/texture-packs/chat-reporting-helper |
| Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
| About FO's stance on player reporting | player-reporting.md |
| Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
| Fast Better Grass on CurseForge | https://curseforge.com/minecraft/texture-packs/fast-better-grass |
| Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
| About OptiFine features in FO | optifine.md |
| Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
| About what Mod Menu Helper does | mod-menu.md |
| Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
| Translations for Sodium on CurseForge | https://curseforge.com/minecraft/texture-packs/translations-for-sodium |
| Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
| Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
| About what Mod Menu Helper does | mod-menu.md |
| Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
| Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
| Chat Reporting Helper on CurseForge | https://curseforge.com/minecraft/texture-packs/chat-reporting-helper |
| Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
| About FO's stance on player reporting | player-reporting.md |
Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
Chat Reporting Helper on CurseForge | https://curseforge.com/minecraft/texture-packs/chat-reporting-helper |
Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
About FO's stance on Player Reporting | player-reporting.md |
| Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
| Fast Better Grass on CurseForge | https://curseforge.com/minecraft/texture-packs/fast-better-grass |
| Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
| About OptiFine features in FO | optifine.md |
Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
Fast Better Grass on CurseForge | https://curseforge.com/minecraft/texture-packs/fast-better-grass |
Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
About OptiFine features in FO | optifine.md |
| Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
| Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
| Translations for Sodium on CurseForge | https://curseforge.com/minecraft/texture-packs/translations-for-sodium |
| Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
Translations for Sodium on CurseForge | https://curseforge.com/minecraft/texture-packs/translations-for-sodium |
Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ... | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ... | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
Chat Reporting Helper on CurseForge | https://curseforge.com/minecraft/texture-packs/chat-reporting-helper |
Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
About FO's stance on Player Reporting | player-reporting.md |
Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
Chat Reporting Helper on CurseForge | https://www.curseforge.com/minecraft/texture-packs/chat-reporting-helper |
Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
About FO's stance on Player Reporting | player-reporting.md |
Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
Fast Better Grass on CurseForge | https://curseforge.com/minecraft/texture-packs/fast-better-grass |
Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
About OptiFine features in FO | optifine.md |
Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
Fast Better Grass on CurseForge | https://www.curseforge.com/minecraft/texture-packs/fast-better-grass |
Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
About OptiFine features in FO | optifine.md |
Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
Translations for Sodium on CurseForge | https://curseforge.com/minecraft/texture-packs/translations-for-sodium |
Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
Translations for Sodium on CurseForge | https://www.curseforge.com/minecraft/texture-packs/translations-for-sodium |
Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ... | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ··· | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
Chat Reporting Helper on Modrinth | https://modrinth.com/resourcepack/chat-reporting-helper |
Chat Reporting Helper on CurseForge | https://www.curseforge.com/minecraft/texture-packs/chat-reporting-helper |
Chat Reporting Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Chat%20Reporting%20Helper |
About FO's stance on Player Reporting | player-reporting.md |
Fast Better Grass on Modrinth | https://modrinth.com/resourcepack/fast-better-grass |
Fast Better Grass on CurseForge | https://www.curseforge.com/minecraft/texture-packs/fast-better-grass |
Fast Better Grass on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Fast%20Better%20Grass |
About OptiFine features in FO | optifine.md |
Translations for Sodium on Modrinth | https://modrinth.com/resourcepack/translations-for-sodium |
Translations for Sodium on CurseForge | https://www.curseforge.com/minecraft/texture-packs/translations-for-sodium |
Translations for Sodium on GitHub | https://github.com/Madis0/sodium-fabric-translations |
| About translating Sodium | #sodium |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since Minecraft already has an accessibility button in the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ··· | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since the accessibility options it shows are already easily reachable from the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ··· | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. Usually contains Continuity's resource packs |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
onboardAccessibility | true | false | This screen is just an added annoyance, since the accessibility options it shows are already easily reachable from the main menu. Read more about accessibility in FO |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ··· | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
| Option | Vanilla | FO | Reason |
|---|---|---|---|
advancedItemTooltips | false | true | Advanced tooltips are useful for more than just debugging: for using commands, getting the durability value, knowing the name in English... Plus, this setting is hidden in the debug menu, so many people might not know about it |
darkMojangStudiosBackground | false | true | Black background is less intrusive than red, parity with Bedrock Edition |
enableVsync | true | false | Disabling VSync reduces input lag, increases frame rate with shaders, and emphasizes the benefits of FO. The benefits of VSync vary by system; some systems also support Adaptive VSync |
guiScale | 0 | 3 | The automatic setting can get too large on Full HD or larger screens, including Apple Retina displays |
incompatibleResourcePacks | [] | (varies) | Mod-provided resource packs known to be compatible despite the old manifest version. |
joinedFirstServer | false | true | Users of FO are expected to already know about Social Interactions; the screen is easily accessible through the Player Reporting button or by pressing P |
maxFps | 120 | 260 | 260 means "unlimited", which allows you to get the full frame rate your system supports |
operatorItemsTab | false | true | It already only appears if you have the permission for it, it's weird Mojang even made it an option |
resourcePacks | [] | ··· | Enabled some mod-provided and FO-exclusive resource packs by default. See Resource Packs |
lang | en_us | (your OS' language) | Enables user's system language by default, courtesy of Language Reload |
simulationDistance | 12 | 6 | Better performance regardless of the rendering distance you use |
skipMultiplayerWarning | false | true | Users of FO are expected to already know that third-party servers are not managed by Mojang Studios or Microsoft. |
telemetryOptInExtra | false | false | Even though "minimal" is the default, FO enforces it further. See Telemetry |
tutorialStep | movement | none | Users of FO are expected to not need those tutorials anymore |
Mod Menu Helper on GitHub | https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper |