Conversation
问题:核爆创建 ENTITY_TICKING 票据后,移除路径错误按 ENTITY 类型释放,导致强加载票据残留。 改动:新增 NuclearExplosionEntity Mixin,固定 ForgeChunkManager.forceChunk 的票据类型参数为 true,并登记兼容修复台账。 验证:./gradlew.bat build --no-daemon;反汇编确认 Mixin 命中目标调用的第 6 个参数。
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.
修复 NuclearExplosionEntity 释放区块时错误切换 Forge 强加载票据类型,导致 ENTITY_TICKING 票据无法移除的问题。新增窄范围 Mixin,使创建和释放路径始终使用相同票据类型;已补充 CDC 兼容修复台账,并注明本 PR 尚未合并。已通过 ./gradlew.bat build --no-daemon 验证。