How do I spawn a structure in water?

Started by sdfsdsdf on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I spawn a structure in water?

How do I spawn a structure in water without getting waterlogged?

I am making a pirate ship structure and I got them to spawn perfectly on the ocean, I am have one big problem though. The pirate ships have air space under the deck for storage, and when the ships generate, the air is replace with water. What can I do to prevent this?

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure to remove…
Tue, 11/23/2021 - 08:55

Make a procedure to remove the water inside... just it's a little complicated.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Put some structure voids…
Tue, 11/23/2021 - 13:27

Put some structure voids inside the structure where there should be air, make sure the structure block that saves the structure isnt inside its own box when saving.

Then in MCreator there is a dropdown menu of blocks that should be ignored, that defaults to structure blocks, turn that off so the structure voids keep on existing.

This block is only displayed when holding it's item, and can not be interacted with any other way.
 

Hope this helps.

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What procedure would I use?…
Wed, 11/24/2021 - 00:26

What procedure would I use?

I tried using structure voids, and in the settings, I said for it to ignore air cause that's the only other option (no option to disable) and it doesnt work. water still spawns.

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try this, create walkable…
Sat, 11/27/2021 - 01:30

Try this, create walkable and transparent blocks, then go to your structure and fill in the space you want to be with air.

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how did you get it to spawn…
Thu, 07/11/2024 - 14:16

how did you get it to spawn perfectly on the ocean??? i am trying this myself but it just doesnt work