how to import bigger structures than 48x48x48?

Started by quintoniusvlint on

Topic category: Help with modding (Java Edition)

Last seen on 15:15, 19. Mar 2023
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to import bigger structures than 48x48x48?

i'm trying to import a big structure but idk how to do bigger.

Last seen on 18:00, 11. Oct 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Build your big structure,…
Mon, 03/28/2022 - 15:46

Build your big structure, save it as schematic with Worldedit mod (or any other mod), open that *.schematic file in https://beta.cubical.xyz/ , make changes if needed, export it as Minecraft Structure (*.nbt), import it to MCreator, and finally add it in a procedure. In theory, there is no size limit ... but it relies on the pc's specs.

Example:  https://mcreator.net/modification/81975/new-world-height-and-depth

 

Last seen on 04:05, 25. Sep 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That sounds like it would…
Tue, 07/12/2022 - 09:02

That sounds like it would definitely work, but what about chunk loading? sometimes a structure would get cut in half because of chunks, which is why minecraft made the structure block size limit 48x48

Last seen on 04:05, 25. Sep 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And another thing, i saved…
Tue, 07/12/2022 - 09:27

And another thing, i saved the structure using //schem save, but i cant find the actual file, where do i get it?

Last seen on 16:38, 5. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it should work with…
Tue, 07/12/2022 - 19:03

I think it should work with jigsaw blocks too

Last seen on 23:27, 23. May 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Greetings, First off,…
Tue, 07/12/2022 - 19:19

Greetings,

First off, mcreator does not support jigsaw blocks, and second off, structures larger than 16Lx16W usually get cut off at chunk borders. Though, as far as I know it can be as high as you want without major problems.

I found that what works is that you have to save your structure in individual smaller parts and make your own make-shift jigsaw blocks to spawn in the other parts of your structure.

Ex. a custom block on the edge of your main structure, that when triggered will spawn another structure to extend your main one. There are probably better ways to do this but I found I can get big structures this way without having any problems with them. Only this will cause lag if you make said structure too common.

Last seen on 07:12, 30. Jun 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have 50M blocks of…
Fri, 10/20/2023 - 17:56

I have 50M blocks of schematic and cubical.xyx cannot handle that I think i have nothing to do..

Last seen on 11:45, 7. Oct 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dividing your structure into…
Fri, 10/20/2023 - 19:34

Dividing your structure into smaller components, then loading each component in individually using procedures or 'custom' modded versions of jigsaw blocks is the method I use, and seems to be the best way to do this. Even generating structures within the 48*48*48 limit can cause lagspikes, and generating things one step at a time can sort of help with this. It also seemingly forces chunks to load since you'll be adding things after world generation, getting around the issue of things getting cut off, and custom procedures/generator blocks gives you way more control over randomization and how you want things to generate. ...But yes, it's the more time consuming and more complicated.

If you're going to do this, I recommend first creating skeletons of your structure in a test world, and using structure blocks to highlight and measure where things need to be placed. I'm currently working on overhauling every vanilla structure, so I've got a decent bit of expperience if you need examples.

Last seen on 07:49, 30. Jul 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Easier solution to anything…
Sat, 03/09/2024 - 19:58

Easier solution to anything here.

Use this mod, it'll let you make your structure up to I believe 256x256x256
https://www.curseforge.com/minecraft/mc-mods/huge-structure-blocks

I used this for my mods, I do not know if MCreator works differently than normal forge modding but this should work I believe.