You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was making a system to save items to a database using skJson, which works fine except for one thing.
Saving an item with an enchantment and loading it again removes the enchantment, even the official example in the README.md file does not work:
The name and lore stay correct, but the enchantment is not saved. I am on the most recent skJson version and Minecraft version 1.21.1.
The interesting thing is that if I display {_data}, it does show that it has the enchantment (as shown in the attached image)
The text was updated successfully, but these errors were encountered:
Hey, I was making a system to save items to a database using skJson, which works fine except for one thing.
Saving an item with an enchantment and loading it again removes the enchantment, even the official example in the README.md file does not work:
The name and lore stay correct, but the enchantment is not saved. I am on the most recent skJson version and Minecraft version 1.21.1.
The interesting thing is that if I display
{_data}
, it does show that it has the enchantment (as shown in the attached image)The text was updated successfully, but these errors were encountered: