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

Mc 1.20 neoforge dasm wholeclass #15

Conversation

NotStirred
Copy link
Member

@NotStirred NotStirred commented Jan 12, 2024

Merge after #14, review after it's merged (this PR contains those commits also)
Blocked on verifying that "ugly hack to add class metadata to mixin" is safe to remove
"ugly hack to add class metadata to mixin" is safe to remove, as mixin classes actually contain the DASM methods with @TransformFrom

@NotStirred NotStirred force-pushed the MC_1.20_neoforge_dasm_wholeclass branch from abda826 to a61edab Compare January 13, 2024 09:27
@NotStirred NotStirred force-pushed the MC_1.20_neoforge_dasm_wholeclass branch from a61edab to 073e8a4 Compare January 13, 2024 09:30
this.transformer.transformClass(targetClass, target, redirectSets.stream().toList());
} else {
this.transformer.transformClass(targetClass, target, redirectSets.stream().toList());
}
Copy link
Member

Choose a reason for hiding this comment

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

both branches of this if are identical?

@CursedFlames CursedFlames merged commit 27190d0 into OpenCubicChunks:MC_1.20_neoforge Jan 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants