Skip to content

Commit 8a99b49

Browse files
committed
12.0.0
1 parent 3e15c2c commit 8a99b49

File tree

26 files changed

+399
-369
lines changed

26 files changed

+399
-369
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
55

66
## 1.21.11
77

8+
### 12.0.0 (2026-01-31)
9+
10+
Biggest changes since 11.3.0:
11+
12+
- Added Polytone - now stable again, so enjoy your custom colors!
13+
- Removed Model Gap Fix - now implemented by vanilla
14+
- Set graphics options to Minecraft's new "fast" preset
15+
- Exceptions: transparent leaves and smooth lighting are still enabled per user feedback
16+
- Set max FPS to 120 and enabled VSync per Minecraft defaults, as requested by users
17+
- Video settings have newer design due to Sodium update
18+
- Enabled MC-206540 and MC-259512 in Debugify to fix the mouse lag while riding an entity
19+
20+
Changes since 12.0.0-beta.5:
21+
22+
- Updated Dynamic FPS, ImmediatelyFast, Polytone
23+
- Disabled Polytone's particle hitboxes when using F3+B as it caused confusion
24+
- Updated some Mod Menu Helper strings
25+
- Updated translations in Spanish (Venezuela) and Estonian
26+
- Updated English variants for tutorial screen
27+
828
### 12.0.0-beta.5 (2026-01-26)
929

1030
- Updated Fabric API, FerriteCore, Iris Shaders, Polytone, Reese's Sodium Options, Sodium
@@ -147,7 +167,7 @@ You crashed it, we fixed it!
147167
- Removed YOSBR - replaced by Config Manager
148168
- Updated Controlify, Dynamic FPS, FerriteCore, ImmediatelyFast, Zoomify
149169
- Updated multiple translations
150-
- Updated English variants for tutorial screen
170+
- Updated English variants for tutorial screen
151171
- Updated and enforced Fabric Loader 0.18.4
152172

153173
### 11.2.1 (2026-01-11)

CLI tools/CurseForge to MultiMC-Git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44

5-
minecraft_version = "1.21.10"
5+
minecraft_version = "1.21.11"
66
git_path = Path.home() / "Documents/GitHub/fabulously-optimized/"
77
packwiz_path = git_path / "Packwiz" / minecraft_version
88
cf_path = Path.home() / "curseforge/minecraft/Instances/Fabulously Optimized/"

CLI tools/CurseForge to Packwiz-Modrinth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
user_path = os.path.expanduser("~")
1313
git_path = user_path + "\\Documents\\GitHub\\fabulously-optimized\\"
14-
minecraft_version = "1.21.10"
14+
minecraft_version = "1.21.11"
1515
packwiz_path = git_path + "Packwiz\\" + minecraft_version + "\\"
1616
packwiz_exe_path = os.path.join("..", "packwiz.exe")
1717
mods_path = packwiz_path + "mods"

0 commit comments

Comments
 (0)