Help, i need to make a bigger structure than 32*32*32

Started by Captain_Shitpost on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 month ago
Joined Jan 2018
Points:
774

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Help, i need to make a bigger structure than 32*32*32

So i am making mod about dungeons and artifacts, and i ran into a problem - my build is to big for the structure block to comrpehand. is there any way to save my whole structure?

Active 4 years ago
Joined Jan 2020
Points:
854

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
You save it as multiple…
Sun, 08/16/2020 - 16:03

You save it as multiple structures, then generate the individual parts with procedures.

Active 2 days ago
Joined Jan 2019
Points:
893

User statistics:

  • Modifications: 6
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 204
Maybe with WorldEdit as…
Sun, 08/16/2020 - 16:42

Maybe with WorldEdit as Schematic

Active 1 month ago
Joined Jan 2018
Points:
774

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
So i tried to generate…
Sun, 08/16/2020 - 17:37

So i tried to generate individual parts with procedures, but...

 

Tried to load a block entity for block Block{minecraft:air} but failed at location BlockPos{x=254, y=65, z=-209}

Tried to load a DUMMY block entity @ BlockPos{x=255, y=65, z=-209} but found not block entity block Block{minecraft:air} at location

 

i don't realy get it

Active 4 years ago
Joined Jan 2020
Points:
854

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
No, more along the lines of …
Mon, 08/17/2020 - 01:41

No, more along the lines of "When structure generated > Place schematic *blah blah blah* at X+/- ? Y+/- ? Z+/- ?."