由AI迁移到1.21.11fabric并适配malilib#3
Open
FFDVDGD wants to merge 10 commits into
Open
Conversation
Converts the NeoForge mod to a client-only Forge 1.19.2 build using a row-flip mechanic (scroll past the edge swaps a whole inventory row into the real hotbar via container clicks, accepted by vanilla servers). Removes all networking and server-side mixin overrides. Adds GitHub Actions CI/release workflows and the .github/ci/java-version JDK hint for the branch matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Forge 1.20.1 (Java 17). Rewrites GuiMixin onto the 1.20.x GuiGraphics API (blit via guiGraphics, no RenderSystem), still using the widgets/icons atlases. Simplifies InventoryMixin to drop the level-side guard (swapPaint is client-only; onScroll guards on Minecraft.player) to stay version-agnostic. compileJava + mixin refmap validated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Forge 1.21.1 (52.1.14, Java 21). Rewrites GuiMixin onto the 1.21.x sprite API (guiGraphics.blitSprite + DeltaTracker); Util now holds hud sprite ids. Bumps the Gradle wrapper to 8.8 (Tencent mirror; aliyun lacks 8.8) for Java 21 toolchain support, build toolchain + .github/ci/java-version to 21, mixin compatLevel JAVA_21, pack_format 34. compileJava + mixin refmap validated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fabric 1.21.1 (Java 21), sprite-era GuiMixin. Loom requires the Gradle JVM itself to be Java 21 for 1.21 (not just the toolchain), so .github/ci/java-version=21 is required for this branch. Build validated locally with a JDK 21. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
When tweakeroo's zoom is active (toggle keybind held, zoom activate held, or spyglass zoom), skip hotbar scroll interception and let the scroll event pass through to tweakeroo/malilib for FOV adjustment. Uses FabricLoader mod detection + cached reflection to avoid a hard dependency on tweakeroo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
由AI迁移到1.21.11fabric并适配malilib