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
I am uncertain why you would be getting an array-related error based on the given example. According to the wiki, the key for the seed should be "seed", and not "Seed", though I assume that would cause an error related to the key, not an indexing error for an Array.
Would you be able to separate these out to see which accessor specifically is causing the error, and confirming that each tag is being deserialized correctly?
Hi. I am trying to read from the Minecraft level.dat file for a project i am working on. This is my code:
It is giving me the error stating that I cant use [] on the Array.
The text was updated successfully, but these errors were encountered: