It's the new schematic extention (from the mod Litematica).
Because (for now) old schematics are not support and the new schematics are "_.litematic_".
I would like a feature for create with a A coordonate and a B coordonate schematic (or _.litematic_) with Baritone.
Because for now, if Baritone really support # build ; we have to create schematic with a mod, so, quit and reload Minecraft with a schematic mod (for now Litematica). (So it's long... very long)
I think it is really important, because Baritone will never be compatible with new schematics (in 1.13 and newer versions of Minecraft).
agreed, this would be an AMAZING feature. I can make a guide on converting
schematics to litematics if necessary.
On Fri., Jul. 26, 2019, 9:21 p.m. Nikki-Devil, notifications@github.com
wrote:
What is .litematic ?
It's the new schematic extention (from the mod Litematica
https://www.curseforge.com/minecraft/mc-mods/litematica).
Why ?Because (for now) old schematics are not support and the new schematics
are ".litematic".
PleaseI think it is really important, because Baritone will never be compatible
with new schematics (in 1.13 and newer versions of Minecraft).—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/cabaletta/baritone/issues/668?email_source=notifications&email_token=AJWBKT4GFZK4BLSVU6YHQHLQBOPIJA5CNFSM4IHICRE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HB2KBIQ,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJWBKTYMJK2EJD6QT355QF3QBOPIJANCNFSM4IHICREQ
.
Yeah. That would be really nice. But that's Litematica's format. I heard there's also the Sponge Schematic format, but I can't find any conversion tools for it or anything. Or maybe Litematica's format is based off of it. Does anyone have more info on this?
@plootia Probably have info on this ?
I do not have any Java experience, but this seems to be a good place to start.
Is there a way to install litematic separately but use in unison?
Experimenting with it rn. Might send a pull request if i get anywhere.
It is add or in comming ?
Any update to this?
No, the issue is still opened with no pulls referenced.
Darn, I hope it will be implemented soon.
Yeah. That would be really nice. But that's Litematica's format. I heard there's also the Sponge Schematic format, but I can't find any conversion tools for it or anything. Or maybe Litematica's format is based off of it. Does anyone have more info on this?
Here is some info https://github.com/maruohon/litematica/issues/53
Litematica will include support for converting between it's own format, Sponge schematics, vanilla Structure Block templates, and the old MCEdit/Schematica format. So it's not necessarily required to support the Litematica format directly in Baritone, the Sponge schematic format would be sufficient, and that format is also used by World Edit etc. anyway.
That conversion support currently exists in the 1.12 codebase (master branch), but the 1.13.2+ versions don't have it yet, nor do the pre-compiled 1.12 builds yet.
The relevant code for the schematics in Litematica is here, in case you do want to support the Litematica format, or just basically lift the support for the other formats as well from the Litematica code base:
https://github.com/maruohon/litematica/tree/master/src/main/java/fi/dy/masa/litematica/schematic
Baritone already supports converting McEdit schematic format on 1.13+ and already has support for the Sponge schematic format so this should be fine.
Most helpful comment
Litematica will include support for converting between it's own format, Sponge schematics, vanilla Structure Block templates, and the old MCEdit/Schematica format. So it's not necessarily required to support the Litematica format directly in Baritone, the Sponge schematic format would be sufficient, and that format is also used by World Edit etc. anyway.
That conversion support currently exists in the 1.12 codebase (master branch), but the 1.13.2+ versions don't have it yet, nor do the pre-compiled 1.12 builds yet.
The relevant code for the schematics in Litematica is here, in case you do want to support the Litematica format, or just basically lift the support for the other formats as well from the Litematica code base:
https://github.com/maruohon/litematica/tree/master/src/main/java/fi/dy/masa/litematica/schematic