Lunatrius / Schematica

Import schematics, export schematics, build schematics. All inside Minecraft!
MIT License
212 stars 146 forks source link

Save the schematic position #392

Open breadythebread opened 6 years ago

breadythebread commented 6 years ago

Can you add the option where the schematic stays loaded on a world, or it always shows where you originally stood to load the schematic?

Lunatrius commented 6 years ago

This was supposed to be solved by session states, but sadly I never got around to finish the feature.

JustOneMoreBlock commented 5 years ago

I was going to suggest this feature myself.

However, I'd suggest a "Save Coords" and if "Saved" you the "Load Coords" will be enabled.

The coords can be saved in a JSON format:

{
    "schematic":"example.schematic",
    "x":"100",
    "y":"100",
    "z":"100"
}