
[Feature Request] Request Exporting to JSON not only a binary encoded NBT file
Miguel-202 opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe. ๐ค
Editing NPCs in bulk using the game UI is time-consuming. The current binary NBT export format makes it hard to edit multiple NPCs efficiently.
Describe the solution you'd like ๐ญ
Add an option to export NPC data as JSON or allow configuration to export in JSON format for easier bulk editing.
Describe alternatives you've considered ๐
Using third-party tools to convert NBT to JSON, but it's cumbersome and inefficient.
Additional context ๐
JSON export would streamline NPC management, making it easier to perform consistent bulk edits and share configurations.
Full JSON support isn't feasible, as it would require manually converting each entity's data to JSON, which is both complex and error-prone.
However, I'm currently testing support for .snbt files. These are essentially .nbt files but in a human-readable text format, making bulk editing much easier.