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
ModCore.warn("A mod is trying to deserialize a tag into a final field %s. This should never have been implemented and will be removed in future versions. You have been warned.", fieldName);
thrownewSerializationException(String.format("Unable to access field %s in class %s", fieldName, cls), e);
71
-
}
63
+
thrownewSerializationException(String.format("A mod is trying to deserialize a tag into a final field %s.%s. This is not supported.", cls.getName(), field.getName()));
0 commit comments