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 break elytra #1589

Merged
merged 1 commit into from
Sep 15, 2024
Merged

Fix break elytra #1589

merged 1 commit into from
Sep 15, 2024

Conversation

Pantera07
Copy link
Contributor

Closes #1574

This change is still needed, but has been removed:

+ // Purpur start
+ if (item == Items.ELYTRA) {
+ setDamageValue(getMaxDamage() - 1);
+ return;
+ }
+ // Purpur end

@granny granny merged commit bc7bcbb into PurpurMC:ver/1.21.1 Sep 15, 2024
1 check passed
@granny
Copy link
Member

granny commented Sep 15, 2024

Thanks for the PR :)

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.

Elytra settings break elytras similarly to armor
2 participants