Skip to content

Commit 2654c06

Browse files
committed
11.3.0
1 parent e64cdb6 commit 2654c06

File tree

79 files changed

+789
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+789
-438
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
latest: true
2121
tarBall: false
2222
zipBall: false
23-
preRelease: true
23+
preRelease: false
2424

2525
- name: Publish to CurseForge
2626
uses: Kira-NT/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # 3.3.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@ You crashed it, we fixed it!
141141

142142
## 1.21.10
143143

144+
### 11.3.0 (2026-01-31)
145+
146+
- Added Config Manager - like YOSBR, but also has reset options and improved compatibility
147+
- Removed YOSBR - replaced by Config Manager
148+
- Updated Controlify, Dynamic FPS, FerriteCore, ImmediatelyFast, Zoomify
149+
- Updated multiple translations
150+
- Updated English variants for tutorial screen
151+
- Updated and enforced Fabric Loader 0.18.4
152+
144153
### 11.2.1 (2026-01-11)
145154

146155
- Updated Entity Model Features, Entity Texture Features, BetterGrassify, Controlify, Crash Assistant, Dynamic FPS, e4mc, Entity Culling, Fabric API, Fabric Language Kotlin, ImmediatelyFast, Iris Shaders, Mod Menu, Puzzle, Skyboxify, YetAnotherConfigLib

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)