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

The item serializer cannot load enchantments by default. #3904

Open
SawFowl opened this issue Oct 18, 2023 · 0 comments
Open

The item serializer cannot load enchantments by default. #3904

SawFowl opened this issue Oct 18, 2023 · 0 comments
Labels
status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working

Comments

@SawFowl
Copy link
Contributor

SawFowl commented Oct 18, 2023

Affected Product(s)

SpongeVanilla

Version

SpongeVanilla: 1.19.4-10.0.0-RC1397

Operating System

OS: Linux/5.16.15-arch1-1 (amd64)

Java Version

JVM: 17.0.8.1/64-bit

Plugins/Mods

My test plugins.

Describe the bug

You need to create an item and add enchantments to it. Then write it to the config that has default serializers assigned to it. After that you need to load the item from the config and try to get enchantments from it. The enchantments list will be empty.

The first screenshot shows a test of loading item data using the default serializer.
image
The second screenshot shows the output of the item data using my serializer. There was no change in the amount of data added to the item.
image

Link to logs

No response

@SawFowl SawFowl added status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant