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

McMMO rewards/treasures unable to be used in various ways. #5041

Open
GoodrichDev opened this issue Jul 6, 2024 · 2 comments
Open

McMMO rewards/treasures unable to be used in various ways. #5041

GoodrichDev opened this issue Jul 6, 2024 · 2 comments
Assignees

Comments

@GoodrichDev
Copy link

I am on 2.2.013, I have reviewed the commits for 2.2.014 and 2.2.015 and they do not seem to touch the issue.

It seems that Mojang no longer represents itemStacks as raw NBT anymore when they are loaded, they now use data components. It seems like this plugin is trying to do manual NBT changes which will no longer work.

This has caused a bunch of weird scenarios in which items obtained from fishing are unable to benefit from Mending, they can't be repaired in an anvil and can't be put through a grindstone.

Our server is using the following:

This server is running Folia version 1.20.6-5-master@d797082 (2024-06-19T22:19:29Z) (Implementing API version 1.20.6-R0.1-SNAPSHOT)
You are running the latest version

However, I have tested this on 1.20.6 Paper and had the same issues.

@nossr50
Copy link
Member

nossr50 commented Jul 6, 2024

mcMMO doesn't edit any NBT directly, only through Spigot API
Regardless, this is a strange issue, I will look into it

@GoodrichDev
Copy link
Author

mcMMO doesn't edit any NBT directly, only through Spigot API Regardless, this is a strange issue, I will look into it

Thank you, feel free to add me on Discord or ping me in your Discord Server, @GeorgeOrwells1984. Happy to help!

@nossr50 nossr50 self-assigned this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants