Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix attachment sync when changing world + migrate to client gametest #4366

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

Syst3ms
Copy link
Contributor

@Syst3ms Syst3ms commented Jan 8, 2025

No description provided.

ClientPlayNetworkHandlerMixin silently broke due to targeting an instruction that changed from being unconditional to inside of a branch
@Syst3ms Syst3ms requested a review from a team January 9, 2025 21:27
@modmuss50 modmuss50 added bug Something isn't working merge me please Pull requests that are ready to merge test labels Jan 14, 2025
Copy link
Member

@modmuss50 modmuss50 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, I'll merge #4367 first, and then update this PR.

…ment-client-tests

# Conflicts:
#	fabric-data-attachment-api-v1/src/main/java/net/fabricmc/fabric/impl/attachment/sync/AttachmentSync.java
@modmuss50 modmuss50 merged commit 314f4e4 into FabricMC:1.21.4 Jan 14, 2025
4 checks passed
modmuss50 pushed a commit that referenced this pull request Jan 14, 2025
…4366)

* Rework testmod into client gametest

* Fix broken mixin

ClientPlayNetworkHandlerMixin silently broke due to targeting an instruction that changed from being unconditional to inside of a branch

* spotless

* Review feedback

---------

Co-authored-by: modmuss50 <[email protected]>
(cherry picked from commit 314f4e4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working merge me please Pull requests that are ready to merge test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants