-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
✨ EnhancementNew feature or requestNew feature or request
Description
Animated Java currently partially supports the new SNBT JSON text format. It generally outputs it alright. But it's definitely not all there.
Goals
- All JSON text inputs should fully support the new SNBT-based JSON text format.
- All data pack exporters should export the correct stringified JSON text format for their target Minecraft version.
- The JsonText class should handle all parsing & transformation.
Checklist
- Add support for parsing SNBT JSON text to
JsonText
. - Add support for creating a SNBT JSON text string to
JsonText
. - Add support to the UI for Text Displays.
- Add support to data pack exporter.
Metadata
Metadata
Assignees
Labels
✨ EnhancementNew feature or requestNew feature or request