baritone
baritone copied to clipboard
#build .litematic support (and #create ?)
What is .litematic ?
It's the new schematic extention (from the mod Litematica).
Why ?
Because (for now) old schematics are not support and the new schematics are ".litematic".
# Create ?
I would like a feature for create with a A coordonate and a B coordonate schematic (or .litematic) with Baritone.
Why ?
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)
Please
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, [email protected] 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". Please
I 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.
With Baritone now being supported on Fabric, is there any chance this would be possible now?
There is a pull, it hasn't been merged yet. This is therefore possible, however when it will finally be merged is unknown due to some issues with it.#2338
@scorbett123 any updates?
Nope
still no pull?
Just look up 4 comments and follow the link in https://github.com/cabaletta/baritone/issues/668#issuecomment-775846194, at the bottom you'll find the notice that it was closed in favor of #2544. So not "still no pull"; there's two.
Any Updates On this?
I might look into doing this once I have a free weekend, now that I'm poking at Minecraft again
I might look into doing this once I have a free weekend, now that I'm poking at Minecraft again
I'm glad that you're getting back into mc again. If you are working on this I recommend you look at #2544 which is a (stale) pr for litematics.
Done in #3672