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
In recent versions, Minecraft use JSON text components to format item titles. When such items are displayed in a report, the raw JSON is shown. Example.
We should implement a JSON text component → HTML parser/renderer (in Rust? maybe the Minecraft text part will be in an external crate in the future) to handle that. All reports will be fixed by re-processing all of them.
The text was updated successfully, but these errors were encountered:
In recent versions, Minecraft use JSON text components to format item titles. When such items are displayed in a report, the raw JSON is shown. Example.
We should implement a JSON text component → HTML parser/renderer (in Rust? maybe the Minecraft text part will be in an external crate in the future) to handle that. All reports will be fixed by re-processing all of them.
The text was updated successfully, but these errors were encountered: