Started by
sdfsdsdf
on
Topic category: Help with Minecraft modding (Java Edition)
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?
I've tried using structure voids, which literally don't work at all.
What procedure can I use?
I found out that the problem I am having is I am using lanterns and trap doors and iron bars. water is only spawning on those blocks because they are waterloggable. Is there a way to stop this from happening?????
This is a tough one. Only suggestion i have is making a block that is inivisible and replaceable. then make it not waterloggable and place is in the structure. then i would remove the bounding boxes maybe? hope this helps!