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
Which is invalid SNBT because arrays can only contain elements of the same type, but this contains a compound and a string.
In this specific case, the plain string, " World", should be changed to the compound {text:" World"} as that's how the game naturally would handle it.
This seems like something that would need case-by-case solving. You could always just have a little warning sign if it does happen somewhere that isn't solved saying "Warning this isn't actually valid SNBT!".
The text was updated successfully, but these errors were encountered:
For example, this item modifer outputs:
Which is invalid SNBT because arrays can only contain elements of the same type, but this contains a compound and a string.
In this specific case, the plain string,
" World"
, should be changed to the compound{text:" World"}
as that's how the game naturally would handle it.This seems like something that would need case-by-case solving. You could always just have a little warning sign if it does happen somewhere that isn't solved saying "Warning this isn't actually valid SNBT!".
The text was updated successfully, but these errors were encountered: