Skip to content

Commit

Permalink
Merge branch 'main' into multimc-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Aug 6, 2023
2 parents 2042856 + 680a74e commit d0b6a2c
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 98 deletions.
5 changes: 5 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@
* [Version support](version-support.md)
* [Listing description](listing-description/README.md)
* [English](listing-description/en-US.md)
* [Deutsch](listing-description/de-DE.md)
* [Español](listing-description/es-ES.md)
* [Eesti keel](listing-description/et-EE.md)
* [Ελληνικά](listing-description/el-GR.md)
* [Français](listing-description/fr-FR.md)
* [हिंदी](listing-description/hi-IN.md)
* [Italiano](listing-description/it-IT.md)
* [한국어](listing-description/ko-KR.md)
* [Português (Brasil)](listing-description/pt-BR.md)
* [Română](listing-description/ro-RO.md)
* [Русский](listing-description/ru-RU.md)
* [Türkçe](listing-description/tr-TR.md)
* [Українська](listing-description/uk-UA.md)
* [Tiếng Việt](listing-description/vi-VN.md)
* [简体中文](listing-description/zh-CN.md)
* [繁體中文](listing-description/zh-TW.md)
7 changes: 4 additions & 3 deletions changed-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Because the pack is using YOSBR, the options will only change if you do not have
| telemetryOptInExtra | Sets the telemetry (analytics data collection) toggle to "minimal". | false | false | While "minimal" is the default right now anyway, it may not always be the case, hence the enforcement by FO. [Debugify](https://curseforge.com/minecraft/mc-mods/debugify) is used to disable it entirely though, so this is also just a fallback. |
| onboardAccessibility | Indicates whether the user has not seen the accessibility onboarding screen | true | false | Minecraft already has an easily accessible accessibility button in the main menu, this screen just creates annoyances for the majority who don't need it |

¹ \["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","midnightcontrols:bedrock","file/Mod Menu Helper.zip","file/Chat Reporting Helper.zip","file/Fast Better Grass.zip"]

**Changed mod settings can be found on the repo at [.../yosbr/1.19.4/config](https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Packwiz/1.19.4/config).**
¹ \["vanilla","fabric","continuity:glass_pane_culling_fix","continuity:default","file/SodiumTranslations.zip","file/Mod Menu Helper.zip","file/Chat Reporting Helper.zip","file/Fast Better Grass.zip"]
**Changed mod settings can be found on the repo at [.../yosbr/1.20.1/config](https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Packwiz/1.20.1/config).**

### Keybinds

Expand All @@ -46,6 +45,7 @@ Fabulously Optimized enables relevant mod-provided resource packs and bundles so
- [Mod Menu Helper](https://github.com/Fabulously-Optimized/fabulously-optimized/tree/main/Resource%20Packs/Mod%20Menu%20Helper) (FO-exclusive) - explains what each mod does in a consistent and clear way on Mod Menu
- [Chat Reporting Helper](https://www.curseforge.com/minecraft/texture-packs/chat-reporting-helper) - explains [chat reporting](chat-reporting-faq.md) in a clear way by simplifying vanilla and No Chat Reports tooltips and No Chat Reports icons
- [Fast Better Grass](https://www.curseforge.com/minecraft/texture-packs/fast-better-grass) - imitates OptiFine's "Better Grass" (fast mode)
- [Translations for Sodium](https://www.curseforge.com/minecraft/texture-packs/translations-for-sodium) - adds unofficial translations for Sodium (video settings)

The resource packs use minimal resources, [can be translated to your language](language-support.md) and they will _not_ change the look of your blocks, items, menus etc.

Expand Down Expand Up @@ -77,6 +77,7 @@ Fabulously Optimized includes some mods that fix vanilla bugs.
| [MC-227302](https://bugs.mojang.com/browse/MC-227302) | Smooth lighting doesn't work properly on the water surface | [Sodium](https://www.curseforge.com/minecraft/mc-mods/sodium) |
| [MC-228976](https://bugs.mojang.com/browse/MC-228976) | Entity collision is run on render thread | [Lithium](https://www.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) |

If you'd like to enable more bugfixes for your game, see [the fixed bug list for Debugify](https://github.com/W-OVERFLOW/Debugify/blob/1.19/PATCHED.md#unpatched-in-vanilla).

Expand Down
17 changes: 13 additions & 4 deletions install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here are the instructions to install Fabulously Optimized to various launchers.

Can't use Minecraft 1.17 and higher? [Follow this tutorial](https://gist.github.com/Kichura/9fa44010d8ed9e5733d258292e327001) and then retry.
Can't use Minecraft 1.17 and higher due to hardware limits? [Follow this tutorial](https://gist.github.com/Kichura/9fa44010d8ed9e5733d258292e327001) and then retry.

## Supported

Expand Down Expand Up @@ -49,8 +49,8 @@ You need [Java 17 or higher](https://prismlauncher.org/wiki/getting-started/inst
12. Click `OK`
13. The modpack will now install.
14. Once installed, double-tap the icon and wait.
15. Tap `Options...``Controls...``🎮`
16. Set `Mode: Controller`, then `Done``Done``Done`
15. Tap `Options...``Controls...``Controller Settings...`
16. Select a controller, then `Done``Done``Done`
17. The game is now set up and you can just launch it from your game library from now on.
18. Bonus: if you want a better icon in your game library, [follow these instructions](https://prismlauncher.org/download/steam-deck/#setting-up-artwork).

Expand Down Expand Up @@ -152,11 +152,13 @@ Pojav Launcher is not yet supported due to drawbacks (long installation process,

### ATLauncher

_Not to be confused with [TLauncher](#tlauncher)._

ATLauncher is currently not supported simply because the interface is confusing and complex. There have been discussions with its developer to improve this and it may be considered in the future.

### PolyMC

**[PolyMC is not safe](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/496) and you should uninstall it immediately!**
**[PolyMC is compromised](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/496) and you should uninstall it immediately!**

To migrate to Prism Launcher (a safe fork of PolyMC), follow these instructions:

Expand Down Expand Up @@ -189,6 +191,13 @@ To migrate to Prism Launcher (a safe fork of PolyMC), follow these instructions:

</details>

### TLauncher

_Not to be confused with [ATLauncher](#atlauncher)._

[TLauncher is malware](https://www.youtube.com/watch?v=SBTH9n6lz9o), so it will never be supported by Fabulously Optimized.
It is highly recommended to [reset your entire computer](https://www.howtogeek.com/202590/stop-trying-to-clean-your-infected-computer-just-nuke-it-and-reinstall-windows/), then come back to this page and follow install instructions for any supported launcher.

### Cracked launchers

Any launchers that let you run the game without having purchased it first are not supported.
Expand Down
27 changes: 17 additions & 10 deletions language-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ I support people using Minecraft in their language and would like to promote tha

List of mods that contribute the most viewed phrases in the modpack, click to get to their English language file/translation platform.

1. [Sodium Extra](https://crowdin.com/project/sodium-extra)
2. [Iris Shaders](https://github.com/IrisShaders/Iris/blob/1.19.4/src/main/resources/assets/iris/lang/en_us.json)
3. [MoreCulling](https://github.com/fxmorin/MoreCulling/blob/master/src/main/resources/assets/moreculling/lang/en_us.json) (appears in Video Settings)
4. [Mod Menu](https://crowdin.com/project/mod-menu)
5. [MidnightControls](https://github.com/TeamMidnightDust/MidnightControls/blob/1.19.4/src/main/resources/assets/midnightcontrols/lang/en_us.json)
6. Fabric API: [resource packs](https://github.com/FabricMC/fabric/blob/1.19.4/fabric-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/lang/en_us.json), [creative tabs](https://github.com/FabricMC/fabric/blob/1.19.4/fabric-item-group-api-v1/src/main/resources/assets/fabric/lang/en_us.json)
7. [Zoomify](https://github.com/isXander/Zoomify/blob/1.19.4/src/main/resources/assets/zoomify/lang/en_us.json)
8. [Fabric Capes](https://github.com/CaelTheColher/Capes/blob/architectury/common/src/main/resources/assets/capes/lang/en_us.json)
9. [Continuity](https://github.com/PepperCode1/Continuity/blob/1.19/dev/src/main/resources/assets/continuity/lang/en_us.json)
10. [CIT Resewn](https://github.com/SHsuperCM/CITResewn/blob/main/src/main/resources/assets/citresewn/lang/en_us.json)
1. [Sodium](https://crowdin.com/project/sodium-fabric) (unofficial, but bundled in FO)
2. [Sodium Extra](https://crowdin.com/project/sodium-extra)
3. [Iris Shaders](https://github.com/IrisShaders/Iris/blob/1.19.4/src/main/resources/assets/iris/lang/en_us.json)
4. [MoreCulling](https://github.com/fxmorin/MoreCulling/blob/master/src/main/resources/assets/moreculling/lang/en_us.json) (appears in Video Settings)
5. [Mod Menu](https://crowdin.com/project/mod-menu)
6. [MidnightControls](https://github.com/TeamMidnightDust/MidnightControls/blob/1.20.1/src/main/resources/assets/midnightcontrols/lang/en_us.json)
7. Fabric API: [resource packs](https://github.com/FabricMC/fabric/blob/1.20.1/fabric-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/lang/en_us.json), [creative tabs](https://github.com/FabricMC/fabric/blob/1.20.1/fabric-item-group-api-v1/src/main/resources/assets/fabric/lang/en_us.json)
8. [Zoomify](https://github.com/isXander/Zoomify/blob/1.20/src/main/resources/assets/zoomify/lang/en_us.json)
9. [Fabric Capes](https://github.com/CaelTheColher/Capes/blob/architectury/common/src/main/resources/assets/capes/lang/en_us.json)
10. [Continuity](https://github.com/PepperCode1/Continuity/blob/1.19/dev/src/main/resources/assets/continuity/lang/en_us.json)
11. [CIT Resewn](https://github.com/SHsuperCM/CITResewn/blob/main/src/main/resources/assets/citresewn/lang/en_us.json)

## Modpack

Expand Down Expand Up @@ -94,6 +95,12 @@ Bundled resource pack "Fast Better Grass" imitates the OptiFine's Better Grass'

* The resource pack description is translated within [Mod Menu Helper](#mod-menu-helper), to keep the original pack small and simple.

### Sodium

Unofficial resource pack that adds translations to Sodium. Managed by the creator of Fabulously Optimized and the creator of Sodium Extra, but is an independent project.

* [Translated on Crowdin](https://crowdin.com/project/sodium-fabric)

### Listing description

Listing description translations are posted as a spoiler tag below the English text.
Expand Down
90 changes: 90 additions & 0 deletions listing-description/de-DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Deutsch

Ein Fabric-basiertes Modpack, fokussiert auf Leistungs- und Grafikverbesserungen.

[![Aktuelle Überprüfung](https://img.youtube.com/vi/bb8G9X5Q_4I/hqdefault.jpg)](https://www.youtube.com/watch?v=bb8G9X5Q_4I)

### Leistung

Fabulously Optimized ist in der Regel schneller als OptiFine dank [modernen Leistungsmods][1] wie Sodium, Lithium und mehr!

### OptiFine-Parität

Fabulously Optimized [unterstützt fast alle OptiFine-Funktionen][2], einschließlich Shadern, verbundenen Texturen und Zoom. [Du kannst sogar deinen eigenen kostenlosen Umhang bekommen!][3]

### Kleinere Optimierungen

Fabulously Optimized [enthält ein paar kleinere Verbesserungen][4] , die das Vanilla-Feeling nicht zerstören, wie z.B. einen erweiterten Chatverlauf, einen Vollbildmodus mit Fenster, Korrekturen für die häufigsten Fehler und Hilfsprogramme zur Diagnose von Abstürzen.

### Funktioniert überall

Fabulously Optimized hat keine Inhalts-Mods, sodass es auf jeder Welt und jedem Server funktioniert. Das Modpack [kann auf 4 Launchern gespielt werden, wird auf 3 Seiten gehostet][6] und [ist in viele Sprachen übersetzt][7].

### Aktuell

Fabulously Optimized [erhält schnelle Updates][5] und ist eines der ersten Modpacks, das auf neuere Minecraft-Versionen aktualisiert wird.

### Auf Fabric gebaut

Im Vergleich zu Forge ist Fabric leichtgewichtig, wird schnell aktualisiert, geladen und bietet dennoch eine hervorragende Mod-Unterstützung.

### Offene Entwicklung

Fabulously Optimized [ist Open-Source][8] wie auch die meisten Mods. Wir freuen uns über Vorschläge von den Benutzern und arbeiten mit Mod-Entwicklern zusammen, um eine bessere Benutzererfahrung zu schaffen.

### Hilfsbereite Community

Wir haben eine wachsende Community von freundlichen Mitgliedern, die gerne über das Modpack diskutieren und sich gegenseitig helfen. [Treten Sie uns heute bei!][10]

## FAQ

> **Q**: Wie kann ich Mods installieren/aktualisieren/hinzufügen/etwas anderes tun?
>
> **A**: [Die Antworten finden Sie in unserem Wiki.][11]

> **Q**: Etwas ist kaputt / Sie sollten etwas hinzufügen!
>
> **A**: [Poste es auf unserem GitHub.][8]

> **Q**: Welche Mods hat das Modpack?
>
> **A**: Klicken Sie auf eine Version und blättern Sie nach unten oder sehen Sie sich die [Vergleichstabelle][12] an.

> **Q**: Ich mag das Modpack. Wie kann ich dazu beitragen?
>
> **A**: [Hier finden Sie Möglichkeiten, wie Sie helfen können.][16] Wir danken Ihnen!

> **Q**: Brauche ich das Modpack auf dem Server?
>
> **A**: Nein, das Modpack funktioniert auf allen Servern, die Vanilla-Clients zulassen. [Eine ausführliche Antwort und Tipps zur Servereinrichtung finden Sie hier.][13]
>
> [![Bisect Hosting](https://i.ibb.co/gr9mSxW/image.png) Wenn Sie einen Host brauchen, klicken Sie hier - 25% Rabatt für den ersten Monat!][14]

> **Q**: Ich habe weitere Fragen!
>
> **A**: [Komm und rede mit uns auf Discord!][10]
### Mit der Nutzung dieses Modpacks [erklären Sie sich mit den folgenden Haftungsausschlüssen einverstanden.][15]

[1]: https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/INCLUDED-MODS.md#smooth
[2]: https://fabulously-optimized.gitbook.io/modpack/readme/give-up-optifine
[3]: https://fabulously-optimized.gitbook.io/modpack/readme/free-cape
[4]: https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/INCLUDED-MODS.md#functional
[5]: https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/CHANGELOG.md
[6]: https://github.com/Fabulously-Optimized/fabulously-optimized#downloads
[7]: https://fabulously-optimized.gitbook.io/modpack/readme/language-support
[8]: https://github.com/Fabulously-Optimized/fabulously-optimized
[8]: https://github.com/Fabulously-Optimized/fabulously-optimized
[10]: https://fabulously-optimized.github.io/discord
[10]: https://fabulously-optimized.github.io/discord
[11]: https://fabulously-optimized.gitbook.io/modpack/
[12]: https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/INCLUDED-MODS.md
[13]: https://fabulously-optimized.gitbook.io/modpack/readme/server-setup
[14]: https://www.bisecthosting.com/clients/aff.php?aff=2604
[15]: https://github.com/Fabulously-Optimized/fabulously-optimized#disclaimers
[16]: https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/CONTRIBUTING.md
Loading

0 comments on commit d0b6a2c

Please sign in to comment.