Structure Generation

Started by ThimbleDrive on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structure Generation

I am having a hard time getting my custom structure to load ingame. Here is my process:

 

- Create schematic of structure using Litematica

- Export schematic as a NBT file using Litematica

- Create structure element using the NBT

- Set it to spawn in my custom biome

 

The biome spawns just fine, but the structure does not. I have it set to spawn 1m/1m chunks, but only groups of 1 structure. I figured this was ok due to the structure being a few million blocks in size, so my thinking is that only one will spawn, but it is certain to spawn. So far, my minecraft either freezes or doesn't load the structure at all.

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1.) Make sure your structure…
Mon, 11/21/2022 - 02:01

1.) Make sure your structure is no larger than 42x42x42 blocks as that is the max structure size that Minecraft supports. (Note: Vanilla structures such as the Stronghold are not 1 single structure but several smaller structures that spawn connected to one another.)

2.) If your structure is 42x42x42 blocks or smaller, you might need to remake it in Minecraft itself rather than using third-party schematic builders. I recommend building them in the dev test. MCreator has the option to import a schematic straight from the workplace test play. That way the schematic is made in whatever Minecraft version you are using, and it is imported properly.

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I was able to create the NBT…
Mon, 11/21/2022 - 02:27

I was able to create the NBT which is much larger than the 42x42x42 limit. Are you saying that because it is above the limit it is not able to generate?

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
mcreator can create…
Tue, 12/27/2022 - 19:29

mcreator can create structures larger than 42x42x42 and what he said was a lie. but the bigger the better your machine will have to be.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If your structure is larger…
Tue, 12/27/2022 - 23:56

If your structure is larger than a 42x42x42 size, it will NOT generate.