Support Sponge Schematic Format
gabizou opened this issue ยท 0 comments
Hiya,
Coming across the Schematica project as it was referenced in a few areas of the community, and I've noticed that while Schematica supports several formats, some of those formats are legacy and have yet to support some newer dynamic formats with future changes in mind (specifically embedding things like DataVersion
from the Java Minecraft version it came from so that BlockEntity and Entity and ItemStack datas can be upgrade), it does not show any support for the Sponge Schematic Format.
I understand adding a new format to support is cumbersome and often times takes some time and work to test etc. but I'd like to at least propose adding support for Sponge's format since being able to export to that format will render the schematics compatible for use with not just Sponge and it's plugins, but also WorldEdit, and has some nice features in the format to enable future compatibility (notably DataVersions for entity/tileentity updates).
The Version 2 of the Schematic Format is being reviewed for finalization and committing, but the original format is backwards compatible with the new format (minus a move from TileEntities
-> BlockEntities
).