You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabric build now also targets Minecraft 26.2. Only one real API break
between 26.1.2 and 26.2 (much smaller jump than 1.21.11 -> 26.1.2): Minecraft.setScreen(Screen) was renamed to setScreenAndShow(Screen),
confirmed via javap to be the same behavior, not a real semantic change.
Pinned to exactly 26.2 in fabric.mod.json rather than a range, since
unlike 26.1's patches - this hasn't been verified compatible with any
other single version.
Changed
Fabric and NeoForge can now target different Minecraft versions within
the same build (a direct consequence of dropping Architectury Loom for
native per-platform tooling in v1.3.0). NeoForge stays on 26.1.2 - no
stable (non-beta) NeoForge build exists for 26.2 yet.
Fabric on 26.1.x (26.1 / 26.1.1 / 26.1.2) is frozen on mc/26.1.x-fabric
(last release: v1.3.1) - this build no longer works there, since setScreenAndShow doesn't exist pre-26.2.