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

Update to 1.20.2-rc2 #18

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Update to 1.20.2-rc2 #18

merged 2 commits into from
Sep 21, 2023

Conversation

Patbox
Copy link
Contributor

@Patbox Patbox commented Sep 21, 2023

Only needed to fix mixin method signature in the lib itself. Also ported test mods functionality, which now requires a mixin

Copy link
Member

@Pyrofab Pyrofab left a comment

Choose a reason for hiding this comment

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

Very cool, thank you

@Override
public void onRemoved(LivingEntity effected, AttributeContainer abstractEntityAttributeContainer, int amplifier) {
super.onRemoved(effected, abstractEntityAttributeContainer, amplifier);
public void onRemoved(LivingEntity effected) {
Copy link
Member

Choose a reason for hiding this comment

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

Mojang try not to remove useful API challenge

@Pyrofab Pyrofab merged commit bddd797 into Ladysnake:1.20 Sep 21, 2023
2 checks 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