1

Saving big/huge structures

Eledwhen 8/31/20 10:28 am history
247
9/2/2020 1:53 pm
Hello.

i'm looking for a rather easy way to overcome the size limitation of the structure that a structure block can save.
I want to use these structures in my datapack, so i need one nbt file.

Anyone has a solution?

Edit: if it is possible, without a mod.^^
Posted by
Eledwhen
Level 31 : Artisan Artist
11

  Have something to say?

JoinSign in

5

Francielly
09/01/2020 9:20 pm
Level 8 : Apprentice uwu
Well, you can split the structures in differents parts.

1. Starting by the last part, you'll save this as normal.
2. In the middle, you'll put a load structure block, to load the last part, and a redstone block. Then you will save the middle.
3. Repeat step 2 for how many parts you'll need.
4. Load the first part, it should load the entire structure.

Note: this lags a lot!
1
Eledwhen
09/02/2020 1:53 pm
Level 31 : Artisan Artist
Ok, i will try that.

Luckily, i can hide the two block in the ground.
1
Eledwhen
09/01/2020 10:06 am
Level 31 : Artisan Artist
That's sad, but thanks guys.

It's a shame because this spaceship was pretty cool.
1
Stubbs1
09/01/2020 3:10 am
He/Him • Level 75 : Legendary Wizard Senpai
I don't believe you can save huge structures as nbt files, unless you can somehow convert .schem files into a nbt file. However I do not believe that is possible.

Other than that, maybe if you cut the build into a few pieces, and make some sort of code that tells Minecraft that these two structures cannot exists if it is not specificlly placed by each others side.
1
Pixus
08/31/2020 4:45 pm
She/Her • Level 34 : Artisan Fox Fox
history
The only method(s) to save structures without mods is by using MC-Edit (which unfortunately doesn't work on versions above 1.12) or the Amulet Editor, the latter still being in beta and I don't know if it can save structures yet. Even then, I don't believe they're saved in NBT format so you'd probably have to install some sort of mod to export them.
1

Welcome