Skip to content

Commit 07c8006

Browse files
committed
11.3.1
1 parent 6f472ff commit 07c8006

38 files changed

+425
-414
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ You crashed it, we fixed it!
161161

162162
## 1.21.10
163163

164+
### 11.3.1 (2026-02-07)
165+
166+
- Updated Entity Model Features, e4mc, Fabric Language Kotlin
167+
- Updated translations from 6 languages
168+
- Fixed Crash Assistant CPU corruption popup being blank in some cases
169+
164170
### 11.3.0 (2026-01-31)
165171

166172
- Added Config Manager - like YOSBR, but also has reset options and improved compatibility

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.11"
5+
minecraft_version = "1.21.10"
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.11"
14+
minecraft_version = "1.21.10"
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)