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

Remove properties from food properties that no longer exist #866

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

eclipseisoffline
Copy link
Contributor

In 1.21.2, the eat seconds, using converts to, and mob effects properties from the minecraft:food component have been moved to the new minecraft:consumable and minecraft:use_remainder components. While these new components have been added to MCPL, the code for reading/writing the minecraft:food component remained unchanged, causing reading/writing errors in 1.21.2.

This PR updates the code of MCPL accordingly by removing the reading/writing of these old properties.

@Camotoy Camotoy merged commit b3df351 into GeyserMC:feature/1.21.2 Oct 31, 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