Skip to content

Commit 43d3b12

Browse files
committed
Updated to Suit 26.1 Official
1 parent 65dc2b9 commit 43d3b12

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Overview
66

7-
- This is a rewrite of the original **UI-Utils 2.4.0**, migrated to Mojang mappings (mojmap) which was ported out of [Wurst-7-CevAPI](https://github.com/cev-api/Wurst7-CevAPI) and then bumped to **Minecraft 26.1 PR2** and put into a standalone mod.
7+
- This is a rewrite of the original **UI-Utils 2.4.0**, migrated to Mojang mappings (mojmap) which was ported out of [Wurst-7-CevAPI](https://github.com/cev-api/Wurst7-CevAPI) and then bumped to **Minecraft 26.1** and put into a standalone mod.
88
- On top of classic UI-Utils quality-of-life features, this build adds advanced packet tooling, command scanning and expanded UI controls.
99
- This application is designed and presented for people already familiar with UI-Utils. There will be no explanations or guide on how to use it in-game, you can instead find that [here](https://github.com/ui-utils/docs/blob/main/OverlayOverview.md).
1010
- If you are looking for a **1.21.11** version you can find that [here](https://github.com/cev-api/UI-Utils-CevAPI).
@@ -140,7 +140,7 @@ Main commands:
140140
## Notes on the Mojmap Migration
141141

142142
- Entire codebase uses Mojang mappings for clarity and forward‑compat.
143-
- Mixins target 26.1 RC client internals; packet types are discovered at runtime with a reflective catalog for resilience across dot‑releases.
143+
- Mixins target 26.1 client internals; packet types are discovered at runtime with a reflective catalog for resilience across dot‑releases.
144144
- APT’s UI is intentionally external for now to avoid churn in the in‑game widget APIs and keep the dual‑list UX snappy. May become internalised in the future.
145145

146146
## Credits

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
org.gradle.jvmargs=-Xmx4G
22
org.gradle.parallel=true
33

4-
minecraft_version=26.1-pre-2
4+
minecraft_version=26.1
55
loader_version=0.18.4
66
fabric_version=0.143.14+26.1
77

8-
mod_version=26.1.0-rc1
9-
release_version=v0.1
8+
mod_version=26.1.0
9+
release_version=v0.2
1010
maven_group=com.ui_utils
1111
archives_base_name=ui_utils_26x_cevapi

src/mojmap/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"depends": {
2727
"fabricloader": ">=0.18.0",
2828
"fabric-api": "*",
29-
"minecraft": "~26.1-pre.2",
29+
"minecraft": "~26.1",
3030
"java": ">=25"
3131
},
3232
"custom": {

0 commit comments

Comments
 (0)